From a90b9b565ec7aaa6ee49ec9acc8ed6f1d513bdaa Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 8 Sep 2016 16:27:40 +0200 Subject: [PATCH] [IMP] contract: Category for contract module --- contract/__openerp__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contract/__openerp__.py b/contract/__openerp__.py index 76011715..bc9a51cb 100644 --- a/contract/__openerp__.py +++ b/contract/__openerp__.py @@ -6,7 +6,7 @@ { 'name': 'Contracts Management recurring', 'version': '9.0.1.0.0', - 'category': 'Other', + 'category': 'Contract Management', 'license': 'AGPL-3', 'author': "OpenERP SA," "Tecnativa," @@ -20,5 +20,4 @@ 'views/account_invoice_view.xml', ], 'installable': True, - 'images': [], }