Files
contract/contract_sale_generation/__manifest__.py
Denis Roussel ae3aaa8f13 [14.0][IMP] contract_sale_generation
Use the generation_type field defined now in contract base module.

Improve tests
2022-06-22 11:38:43 +02:00

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": "14.0.1.0.0",
"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,
}