[MIG] base_m2m_custom_field: Migration to 14.0

pull/2413/head
hparfr 2021-01-13 17:45:34 +01:00 committed by Denis Roussel
parent 607b31492c
commit c2d77f88b7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Base Many2many Custom Field",
"summary": "Customizations of Many2many",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Technical Settings",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",

View File

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