diff --git a/.DINAR/config.yaml b/.DINAR/config.yaml index 24e4c0f3a..36d06cf94 100644 --- a/.DINAR/config.yaml +++ b/.DINAR/config.yaml @@ -9,3 +9,5 @@ addons: server_wide_modules: - web + - ir_attachment_url + - ir_config_parameter_multi_company diff --git a/hr_public_holidays_ics_import/__manifest__.py b/hr_public_holidays_ics_import/__manifest__.py index e2521c9d5..80bf0d2d0 100644 --- a/hr_public_holidays_ics_import/__manifest__.py +++ b/hr_public_holidays_ics_import/__manifest__.py @@ -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"], diff --git a/ir_attachment_force_storage/__manifest__.py b/ir_attachment_force_storage/__manifest__.py index d4dfedea3..6f0f9b807 100644 --- a/ir_attachment_force_storage/__manifest__.py +++ b/ir_attachment_force_storage/__manifest__.py @@ -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"], diff --git a/ir_attachment_s3/__manifest__.py b/ir_attachment_s3/__manifest__.py index d85ace5eb..355e5072b 100644 --- a/ir_attachment_s3/__manifest__.py +++ b/ir_attachment_s3/__manifest__.py @@ -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"], diff --git a/ir_attachment_url/__manifest__.py b/ir_attachment_url/__manifest__.py index 1a4b91a02..6ce7905d9 100644 --- a/ir_attachment_url/__manifest__.py +++ b/ir_attachment_url/__manifest__.py @@ -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"], diff --git a/project_task_subtask/__manifest__.py b/project_task_subtask/__manifest__.py index b32344084..88e0ff20d 100644 --- a/project_task_subtask/__manifest__.py +++ b/project_task_subtask/__manifest__.py @@ -14,7 +14,7 @@ "author": "IT-Projects LLC, Manaev Rafael", "support": "apps@itpp.dev", "website": "https://it-projects.info", - "license": "GPL-3", + "license": "Other OSI approved licence", # MIT "price": 69.00, "currency": "EUR", "depends": ["base", "project"], diff --git a/reminder_crm_next_action_time/__manifest__.py b/reminder_crm_next_action_time/__manifest__.py index 7e5f28f15..9af1a1c01 100644 --- a/reminder_crm_next_action_time/__manifest__.py +++ b/reminder_crm_next_action_time/__manifest__.py @@ -8,7 +8,7 @@ "author": "IT-Projects LLC, Dinar Gabbasov", "support": "apps@itpp.dev", "website": "https://twitter.com/gabbasov_dinar", - "license": "GPL-3", + "license": "Other OSI approved licence", # MIT "price": 21.00, "currency": "EUR", "depends": ["reminder_base", "crm"], diff --git a/theme_kit/__manifest__.py b/theme_kit/__manifest__.py index df9192139..70353abae 100644 --- a/theme_kit/__manifest__.py +++ b/theme_kit/__manifest__.py @@ -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"],