mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_py3o: Migration to 15.0
This commit is contained in:
committed by
Alexandre D. Díaz
parent
19335d8a3e
commit
115559802e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user