diff --git a/base_report_to_printer/models/ir_actions_report.py b/base_report_to_printer/models/ir_actions_report.py index f4698405b70..a55162509d9 100644 --- a/base_report_to_printer/models/ir_actions_report.py +++ b/base_report_to_printer/models/ir_actions_report.py @@ -118,6 +118,7 @@ def behaviour(self): ("report_id", "=", self.id), ("user_id", "=", self.env.uid), ("action", "!=", "user_default"), + ("active", "=", True), ], limit=1, )