From e13513e6675374b09c53c7ce10704d5a5886b92c Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 20 Jan 2015 09:34:09 +0100 Subject: [PATCH] Add the trays in printing.report.xml.action view So they can be configured per user and per report --- printer_tray/__openerp__.py | 1 + printer_tray/report_xml_action_view.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 printer_tray/report_xml_action_view.xml diff --git a/printer_tray/__openerp__.py b/printer_tray/__openerp__.py index 568cb6a..e73a2b6 100644 --- a/printer_tray/__openerp__.py +++ b/printer_tray/__openerp__.py @@ -30,6 +30,7 @@ 'users_view.xml', 'ir_report_view.xml', 'printer_view.xml', + 'report_xml_action_view.xml', 'security/ir.model.access.csv', ], 'test': [], diff --git a/printer_tray/report_xml_action_view.xml b/printer_tray/report_xml_action_view.xml new file mode 100644 index 0000000..8d60047 --- /dev/null +++ b/printer_tray/report_xml_action_view.xml @@ -0,0 +1,25 @@ + + + + + printing.report.xml.action.form + printing.report.xml.action + + + + + + + + + printing.report.xml.action.form + printing.report.xml.action + + + + + + + + +