diff --git a/base_report_to_printer/models/ir_actions_report.py b/base_report_to_printer/models/ir_actions_report.py index 3d3dfd5..d620228 100644 --- a/base_report_to_printer/models/ir_actions_report.py +++ b/base_report_to_printer/models/ir_actions_report.py @@ -14,12 +14,12 @@ class IrActionsReport(models.Model): property_printing_action_id = fields.Many2one( comodel_name='printing.action', - string='Action', + string='Default Behaviour', company_dependent=True, ) printing_printer_id = fields.Many2one( comodel_name='printing.printer', - string='Printer' + string='Default Printer' ) printing_action_ids = fields.One2many( comodel_name='printing.report.xml.action',