Apply dotfiles

This commit is contained in:
Stéphane Bidoul
2023-03-13 09:47:33 +01:00
parent 250eeb49ac
commit c59cd1b564
11 changed files with 15 additions and 84 deletions

View File

@@ -63,9 +63,7 @@ class PrintingLabelZpl2(models.Model):
default=True,
)
action_window_id = fields.Many2one(
comodel_name="ir.actions.act_window",
string="Action",
readonly=True,
comodel_name="ir.actions.act_window", string="Action", readonly=True,
)
test_print_mode = fields.Boolean(string="Mode Print")
test_labelary_mode = fields.Boolean(string="Mode Labelary")