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.
26 lines
730 B
26 lines
730 B
# Copyright (C) 2019 - TODAY, Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Agreement Legal Sale',
|
|
'summary': 'Create an agreement when the sale order is confirmed',
|
|
'version': '12.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
|
|
'category': 'Agreement',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': [
|
|
'agreement_legal',
|
|
'agreement_sale',
|
|
],
|
|
'data': [
|
|
'views/agreement.xml',
|
|
'views/sale_order.xml',
|
|
],
|
|
'installable': True,
|
|
'development_status': 'Beta',
|
|
'maintainers': [
|
|
'osi-scampbell',
|
|
'max3903',
|
|
],
|
|
}
|