[MIG] base_company_extension, eradicate_quick_create, mail_usability_akretion, base_profile_akretion to v18

This commit is contained in:
Alexis de Lattre
2025-05-26 11:18:22 +02:00
parent 70b66681d6
commit 545cd797e3
7 changed files with 54 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
{
'name': 'Eradicate Quick Create',
'version': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Tools',
'license': 'AGPL-3',
'summary': 'Disable quick create on all objects',
@@ -18,8 +18,8 @@ This module uses the module *web_m2x_options* from the OCA *web* project (in v10
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['web_m2x_options'],
'post_init_hook': 'web_m2x_options_create',
'installable': False,
'installable': True,
}