[IMP] contract: Category for contract module

This commit is contained in:
Pedro M. Baeza
2016-09-08 16:27:40 +02:00
committed by GitHub
parent 85b16ba70c
commit a90b9b565e

View File

@@ -6,7 +6,7 @@
{ {
'name': 'Contracts Management recurring', 'name': 'Contracts Management recurring',
'version': '9.0.1.0.0', 'version': '9.0.1.0.0',
'category': 'Other', 'category': 'Contract Management',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': "OpenERP SA," 'author': "OpenERP SA,"
"Tecnativa," "Tecnativa,"
@@ -20,5 +20,4 @@
'views/account_invoice_view.xml', 'views/account_invoice_view.xml',
], ],
'installable': True, 'installable': True,
'images': [],
} }