Skip to content

Commit

Permalink
Merge pull request #966 from yelizariev/11.0-mit-license9
Browse files Browse the repository at this point in the history
  • Loading branch information
itpp-bot authored Mar 11, 2020
2 parents 848e029 + 3c4a509 commit b6dd308
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .DINAR/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ addons:

server_wide_modules:
- web
- ir_attachment_url
- ir_config_parameter_multi_company
2 changes: 1 addition & 1 deletion hr_public_holidays_ics_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vesion": "11.0.1.0.0",
"author": "IT-Projects LLC, Ildar Nasyrov",
"website": "https://it-projects.info",
"license": "AGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 9.00,
"currency": "EUR",
"depends": ["hr_public_holidays"],
Expand Down
2 changes: 1 addition & 1 deletion ir_attachment_force_storage/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Force move attachments to DB storage",
"version": "11.0.1.0.0",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "AGPL-3",
"license": "Other OSI approved licence", # MIT
"category": "Tools",
"website": "https://yelizariev.github.io",
"depends": ["attachment_large_object"],
Expand Down
2 changes: 1 addition & 1 deletion ir_attachment_s3/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"application": False,
"author": "IT-Projects LLC, Ildar Nasyrov",
"website": "https://it-projects.info",
"license": "AGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 200.00,
"currency": "EUR",
"depends": ["base_setup", "ir_attachment_url"],
Expand Down
2 changes: 1 addition & 1 deletion ir_attachment_url/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"application": False,
"author": "IT-Projects LLC, Ildar Nasyrov",
"website": "https://it-projects.info",
"license": "AGPL-3",
"license": "Other OSI approved licence", # MIT
"price": 30.00,
"currency": "EUR",
"depends": ["web"],
Expand Down
2 changes: 1 addition & 1 deletion project_task_subtask/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "IT-Projects LLC, Manaev Rafael",
"support": "[email protected]",
"website": "https://it-projects.info",
"license": "GPL-3",
"license": "Other OSI approved licence", # MIT
"price": 69.00,
"currency": "EUR",
"depends": ["base", "project"],
Expand Down
2 changes: 1 addition & 1 deletion reminder_crm_next_action_time/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "IT-Projects LLC, Dinar Gabbasov",
"support": "[email protected]",
"website": "https://twitter.com/gabbasov_dinar",
"license": "GPL-3",
"license": "Other OSI approved licence", # MIT
"price": 21.00,
"currency": "EUR",
"depends": ["reminder_base", "crm"],
Expand Down
2 changes: 1 addition & 1 deletion theme_kit/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"application": False,
"author": "IT-Projects LLC, Ivan Yelizariev",
"website": "https://it-projects.info",
"license": "GPL-3",
"license": "Other OSI approved licence", # MIT
"price": 50.00,
"currency": "EUR",
"depends": ["web_debranding", "web_login_background", "web_widget_color"],
Expand Down

0 comments on commit b6dd308

Please sign in to comment.