From 43e19980bac858ad8cd417ead68b157c84233e20 Mon Sep 17 00:00:00 2001 From: "Mansi Kariya (OpenERP)" Date: Fri, 11 Apr 2014 12:45:43 +0530 Subject: [PATCH] [Fix] Fixed an issue occured as branch merged with main bzr revid: mka@tinyerp.com-20140411071543-kxn4go9bgng37wk1 --- addons/account_followup/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index 3ff409d5034..f85ecc4ee90 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -55,7 +55,7 @@ Note that if you want to check the follow-up level for a given partner/account e 'account_followup_view.xml', 'account_followup_customers.xml', 'wizard/account_followup_print_view.xml', - 'res_config_view.xml' + 'res_config_view.xml', 'views/report_followup.xml', 'account_followup_reports.xml' ],