From 802c2ad7e3adf5852746e30d3c64267518705ce1 Mon Sep 17 00:00:00 2001 From: Nhomar Hernandez Date: Mon, 17 Jun 2013 19:30:58 -0530 Subject: [PATCH] [FIX] Module Category should be accounting, not localization it is a generic module. --- account_financial_report/__openerp__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/account_financial_report/__openerp__.py b/account_financial_report/__openerp__.py index 6f66c144..fa5a4c23 100644 --- a/account_financial_report/__openerp__.py +++ b/account_financial_report/__openerp__.py @@ -28,8 +28,10 @@ "version": "2.0", "author": "Vauxoo", "website": "http://www.vauxoo.com", - "depends": ["base", "account"], - "category": "Localisation/Accounting", + "depends": ["base", + "account" + ], + "category": "Accounting", "description": """ Multiporpuse Accounting report generator. =========================================