[MIG] base_m2m_custom_field: Migration to 14.0
parent
607b31492c
commit
c2d77f88b7
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue