From ab8a687c0bfe33f215a4a45819f7bb99505e485c Mon Sep 17 00:00:00 2001 From: Sylvain GARANCHER Date: Wed, 4 Oct 2017 13:12:56 +0200 Subject: [PATCH] [FIX] Forgot fixes --- base_report_to_printer/models/ir_actions_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',