diff --git a/cm_must_have/__init__.py b/cm_must_have/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/cm_must_have/__manifest__.py b/cm_must_have/__manifest__.py new file mode 100644 index 0000000..f6bc1cc --- /dev/null +++ b/cm_must_have/__manifest__.py @@ -0,0 +1,29 @@ +# Copyright (C) 2022 - Today: Criptomart (https://criptomart.net) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Criptomart - Must Have Modules", + "summary": "Install must have modules", + "version": "12.0.0.0.1", + "category": "CriptoMart - Custom", + "author": "Criptmart", + "website": "https://github.com/criptomart", + "license": "AGPL-3", + "depends": [ + "web_responsive", + "web_refresher", + "web_no_bubble", + "web_favicon", + "web_decimal_numpad_dot", + "pos_accented_search", + "remove_odoo_enterprise", + "website_odoo_debranding", + "disable_odoo_online", + "partner_disable_gravatar", + "base_technical_features", + "module_autoupdate", + "mass_editing", + "auto_backup" + ], + "installable": True, +}