[IMP] base_m2m_custom_field: black, isort, prettier

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

View File

@ -4,10 +4,10 @@ from odoo import fields
class Many2manyCustom(fields.Many2many):
""" Many2manyCustom field is intended to customize Many2many properties.
"""Many2manyCustom field is intended to customize Many2many properties.
:param create_table: defines if the relational table must be created
at the initialization of the field (boolean)
:param create_table: defines if the relational table must be created
at the initialization of the field (boolean)
"""
_slots = {"create_table": True}