[IMP] pre-commit: first run on whole repo

This commit is contained in:
Kevin Khao
2021-11-26 18:54:38 +03:00
parent a04b8980e1
commit 167aefee13
289 changed files with 6020 additions and 4170 deletions

View File

@@ -5,12 +5,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Base Partner One2many Phone',
'version': '14.0.1.0.0',
'category': 'Phone',
'license': 'AGPL-3',
'summary': 'One2many link between partners and phone numbers/emails',
'description': """
"name": "Base Partner One2many Phone",
"version": "14.0.1.0.0",
"category": "Phone",
"license": "AGPL-3",
"summary": "One2many link between partners and phone numbers/emails",
"description": """
Base Partner One2many Phone
===========================
@@ -18,14 +18,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/',
'depends': ['contacts', 'base_usability', 'phone_validation'],
'excludes': ['sms'], # because sms introduces big changes in partner form view
'data': [
'partner_phone_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
'post_init_hook': 'migrate_to_partner_phone',
"author": "Akretion",
"website": "https://github.com/OCA/odoo-usability",
"depends": ["contacts", "base_usability", "phone_validation"],
"excludes": ["sms"], # because sms introduces big changes in partner form view
"data": [
"partner_phone_view.xml",
"security/ir.model.access.csv",
],
"installable": True,
"post_init_hook": "migrate_to_partner_phone",
}