mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
20 lines
579 B
Python
20 lines
579 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": "15.0.1.0.3",
|
|
"category": "Contract Management",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV, PESOL, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/contract",
|
|
"depends": ["contract_sale"],
|
|
"data": [
|
|
"data/contract_cron.xml",
|
|
"views/contract.xml",
|
|
],
|
|
"installable": True,
|
|
}
|