mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_price_revision: Migration to 12.0
This commit is contained in:
committed by
Carolina Fernandez
parent
d7fb446d43
commit
d82be99dba
@@ -1,10 +1,11 @@
|
||||
# Copyright 2019 Tecnativa <vicent.cubells@tecnativa.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||
# Copyright 2019 Tecnativa - Carlos Dauden
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Contract Price Revision',
|
||||
'summary': 'Easy revision of contract prices',
|
||||
'version': '11.0.1.0.0',
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Contract',
|
||||
'author': 'Tecnativa, '
|
||||
'Odoo Community Association (OCA)',
|
||||
@@ -14,8 +15,10 @@
|
||||
'contract',
|
||||
],
|
||||
'data': [
|
||||
'wizards/create_revision_line_views.xml',
|
||||
'views/account_analytic_account_views.xml',
|
||||
'views/contract_line.xml',
|
||||
'wizards/contract_price_revision_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'development_status': 'Stable',
|
||||
'maintainers': ['carlosdauden'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user