mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] - remove py3o action report
This commit is contained in:
@@ -73,7 +73,8 @@ class Py3oReport(models.TransientModel):
|
||||
|
||||
ir_actions_report_id = fields.Many2one(
|
||||
comodel_name="ir.actions.report",
|
||||
required=True
|
||||
required=True,
|
||||
ondelete="cascade"
|
||||
)
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user