[MIG] base_company_extension to v16

This commit is contained in:
Alexis de Lattre
2022-10-27 22:35:11 +02:00
parent fe6a332ba9
commit a7a1eefb15
5 changed files with 10 additions and 9 deletions

View File

@@ -1,17 +1,17 @@
# Copyright 2014-2020 Akretion (http://www.akretion.com)
# Copyright 2014-2022 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Base Company Extension',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Adds capital and title on company',
'author': 'Akretion',
'website': 'http://www.akretion.com',
'website': 'https://github.com/akretion/odoo-usability',
# I depend on base_usability only for _report_company_legal_name()
'depends': ['base_usability'],
'data': ['company_view.xml'],
'installable': False,
'data': ['views/res_company.xml'],
'installable': True,
}