diff --git a/models/ir_actions_report.py b/models/ir_actions_report.py index efcbe40..8aa9048 100644 --- a/models/ir_actions_report.py +++ b/models/ir_actions_report.py @@ -48,6 +48,7 @@ class IrActionsReport(models.Model): record.report_name = False def _inverse_report_name(self): + """TODO: write this method""" pass def retrieve_attachment(self, record):