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
689 B
24 lines
689 B
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
'name': 'Contract from Sale',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Sales',
|
|
'author': 'Tecnativa, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': [
|
|
'sale',
|
|
'contract',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/account_analytic_account_security.xml',
|
|
'views/account_analytic_account_view.xml',
|
|
'views/account_analytic_contract_view.xml',
|
|
],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'auto_install': True,
|
|
}
|