You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
713 B
24 lines
713 B
# 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'],
|
|
}
|