mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[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:
committed by
Víctor Martínez
parent
c6ce43f33e
commit
fa0e6d379a
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user