From 8766fc6983d25f790df0aa6d13f34cb9e311c330 Mon Sep 17 00:00:00 2001 From: Graeme Gellatly Date: Wed, 9 Aug 2017 23:00:26 +1200 Subject: [PATCH] [FIX] Minor bugfixes Printer Tray isn't an app Base Report To printer ir.actions.report.xml view xpath error and missing page name Put to before security as security tab doesn't do much and if this module is installed it should be the hero page --- base_report_to_printer/views/ir_actions_report_xml_view.xml | 4 ++-- printer_tray/__manifest__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base_report_to_printer/views/ir_actions_report_xml_view.xml b/base_report_to_printer/views/ir_actions_report_xml_view.xml index c85caf8..317f87a 100644 --- a/base_report_to_printer/views/ir_actions_report_xml_view.xml +++ b/base_report_to_printer/views/ir_actions_report_xml_view.xml @@ -6,8 +6,8 @@ ir.actions.report.xml - - + + diff --git a/printer_tray/__manifest__.py b/printer_tray/__manifest__.py index 9e5e5be..88c3440 100644 --- a/printer_tray/__manifest__.py +++ b/printer_tray/__manifest__.py @@ -24,5 +24,5 @@ 'python': ['cups'], }, 'installable': True, - 'application': True, + 'application': False, }