From c67d51b3033031d402750022f9bcb11d0ea87ef6 Mon Sep 17 00:00:00 2001 From: David Beal Date: Tue, 15 Dec 2015 11:49:17 +0100 Subject: [PATCH] [FIX] account_move_line_start_end_dates_xls installable key --- account_move_line_start_end_dates_xls/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_line_start_end_dates_xls/__openerp__.py b/account_move_line_start_end_dates_xls/__openerp__.py index 26857fa..159c590 100644 --- a/account_move_line_start_end_dates_xls/__openerp__.py +++ b/account_move_line_start_end_dates_xls/__openerp__.py @@ -39,5 +39,5 @@ Please contact Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com/', 'depends': ['account_cutoff_prepaid', 'account_move_line_report_xls'], 'data': [], - 'active': False, + 'installable': False, }