mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
25 lines
713 B
Python
25 lines
713 B
Python
# 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': '12.0.1.0.0',
|
|
'category': 'Contract',
|
|
'author': 'Tecnativa, '
|
|
'Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': [
|
|
'contract',
|
|
],
|
|
'data': [
|
|
'views/contract_line.xml',
|
|
'wizards/contract_price_revision_views.xml',
|
|
],
|
|
'installable': True,
|
|
'development_status': 'Stable',
|
|
'maintainers': ['carlosdauden'],
|
|
}
|