mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
22 lines
624 B
Python
22 lines
624 B
Python
# Copyright 2017 Pesol (<http://pesol.es>)
|
|
# Copyright 2017 Angel Moya <angel.moya@pesol.es>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
|
|
|
|
|
{
|
|
'name': 'Contracts Management - Recurring Sales',
|
|
'version': '12.0.1.0.3',
|
|
'category': 'Contract Management',
|
|
'license': 'AGPL-3',
|
|
'author': "PESOL, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': ['contract', 'sale'],
|
|
'data': [
|
|
'data/contract_cron.xml',
|
|
'views/contract.xml',
|
|
'views/contract_template.xml',
|
|
],
|
|
'installable': True,
|
|
}
|