[IMP] base_m2m_custom_field: black, isort

pull/2413/head
Akim Juillerat 2020-01-08 16:26:27 +01:00 committed by Denis Roussel
parent f6414e46e3
commit 18f0715ca8
2 changed files with 2 additions and 6 deletions

View File

@ -8,8 +8,6 @@
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-tools",
"depends": [
"base",
],
"depends": ["base"],
"installable": True,
}

View File

@ -10,9 +10,7 @@ class Many2manyCustom(fields.Many2many):
at the initialization of the field (boolean)
"""
_slots = {
'create_table': True
}
_slots = {"create_table": True}
def update_db(self, model, columns):
if not self.create_table: