[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

@@ -4,14 +4,14 @@
{
'name': 'Base Company Extension',
'version': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Adds capital and title on company',
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
# I depend on base_usability only for _report_company_legal_name()
'depends': ['base_usability'],
'depends': ['base_usability_akretion'],
'data': ['views/res_company.xml'],
'installable': False,
'installable': True,
}