[MIG] report_py3o: Migration to 15.0

This commit is contained in:
Tran Thanh Phuc
2022-05-15 22:18:31 +07:00
committed by Alexandre D. Díaz
parent 19335d8a3e
commit 115559802e
11 changed files with 85 additions and 75 deletions

View File

@@ -58,9 +58,7 @@ class IrActionsReport(models.Model):
)
is_py3o_native_format = fields.Boolean(compute="_compute_is_py3o_native_format")
py3o_template_id = fields.Many2one("py3o.template", "Template")
module = fields.Char(
"Module", help="The implementer module that provides this report"
)
module = fields.Char(help="The implementer module that provides this report")
py3o_template_fallback = fields.Char(
"Fallback",
size=128,