From cf278d39c483c724c6e70624c14125fcee5a04c0 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 19 Nov 2014 10:59:01 +0100 Subject: [PATCH] add the missing key installable --- account_journal_report_xls/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_journal_report_xls/__openerp__.py b/account_journal_report_xls/__openerp__.py index cac29015..2e2471d5 100644 --- a/account_journal_report_xls/__openerp__.py +++ b/account_journal_report_xls/__openerp__.py @@ -51,4 +51,5 @@ cf. https://launchpad.net/openerp-reporting-engines 'data': [ 'wizard/print_journal_wizard.xml', ], + 'installable': True, }