addons-cm/cm_must_have/__manifest__.py

29 lines
858 B
Python

# 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,
}