[MIG] contract_variable_quantity: Migrate to v10

* Bump version
* Change openerp references to odoo
* Installable to True
* Change permissions & views to accounting dependency
This commit is contained in:
Dave Lasley
2016-11-30 15:58:44 -08:00
committed by Víctor Martínez
parent c6ce43f33e
commit fa0e6d379a
72 changed files with 287 additions and 99 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Variable quantity in contract recurrent invoicing',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Contract Management',
'license': 'AGPL-3',
'author': "Tecnativa,"
@@ -17,5 +17,5 @@
'security/ir.model.access.csv',
'views/contract_view.xml',
],
'installable': False,
'installable': True,
}