diff --git a/base_report_to_printer/README.rst b/base_report_to_printer/README.rst index 3e7180d..dd6f146 100644 --- a/base_report_to_printer/README.rst +++ b/base_report_to_printer/README.rst @@ -67,7 +67,7 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. diff --git a/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py index 1d95b65..9d584b6 100644 --- a/base_report_to_printer/__openerp__.py +++ b/base_report_to_printer/__openerp__.py @@ -25,7 +25,7 @@ 'views/ir_actions_report_xml_view.xml', 'wizards/printing_printer_update_wizard_view.xml', ], - 'installable': True, + 'installable': False, 'application': True, 'external_dependencies': { 'python': ['cups'],