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.
39 lines
1.3 KiB
39 lines
1.3 KiB
# Copyright 2004-2010 OpenERP SA
|
|
# Copyright 2014-2018 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2015 Domatix
|
|
# Copyright 2016-2018 Tecnativa - Carlos Dauden
|
|
# Copyright 2017 Tecnativa - Vicent Cubells
|
|
# Copyright 2016-2017 LasLabs Inc.
|
|
# Copyright 2018 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Recurring - Contracts Management',
|
|
'version': '12.0.4.2.3',
|
|
'category': 'Contract Management',
|
|
'license': 'AGPL-3',
|
|
'author': "OpenERP SA, "
|
|
"Tecnativa, "
|
|
"LasLabs, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/oca/contract',
|
|
'depends': ['base', 'account', 'product'],
|
|
"external_dependencies": {"python": ["dateutil"]},
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/contract_security.xml',
|
|
'report/report_contract.xml',
|
|
'report/contract_views.xml',
|
|
'data/contract_cron.xml',
|
|
'data/contract_renew_cron.xml',
|
|
'data/mail_template.xml',
|
|
'wizards/contract_line_wizard.xml',
|
|
'views/abstract_contract_line.xml',
|
|
'views/contract.xml',
|
|
'views/contract_line.xml',
|
|
'views/contract_template.xml',
|
|
'views/contract_template_line.xml',
|
|
'views/res_partner_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|