[MIG] base_partner_one2many_phone v14 -> v16

This commit is contained in:
Alexis de Lattre
2023-09-06 00:33:51 +02:00
parent 5f731d18f1
commit 44fedbf72e
10 changed files with 298 additions and 275 deletions

View File

@@ -1,12 +1,12 @@
# Copyright 2014-2020 Abbaye du Barroux (http://www.barroux.org)
# Copyright 2014-2020 Akretion (http://www.akretion.com>)
# Copyright 2014-2023 Abbaye du Barroux (http://www.barroux.org)
# Copyright 2014-2023 Akretion (http://www.akretion.com>)
# @author: Frère Bernard <informatique@barroux.org>
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Base Partner One2many Phone',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Phone',
'license': 'AGPL-3',
'summary': 'One2many link between partners and phone numbers/emails',
@@ -19,13 +19,14 @@ With this module, one partner can have several phone numbers and several emails.
It has been developped by brother Bernard from Barroux Abbey and Alexis de Lattre from Akretion.
""",
'author': 'Akretion',
'website': 'https://akretion.com/',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['contacts', 'base_usability', 'phone_validation'],
'excludes': ['sms'], # because sms introduces big changes in partner form view
'data': [
'partner_phone_view.xml',
'views/res_partner_phone.xml',
'views/res_partner.xml',
'security/ir.model.access.csv',
],
'installable': False,
'installable': True,
'post_init_hook': 'migrate_to_partner_phone',
}