glue addo para instalar addons que instalamos en todas las instancias de un tirón

This commit is contained in:
santiky 2022-06-17 19:22:10 +02:00
parent 0b6e25146c
commit 7ea3e32472
Signed by: snt
GPG key ID: A9FD34930EADBE71
2 changed files with 29 additions and 0 deletions

View file

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