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, }