mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
25 lines
766 B
Python
25 lines
766 B
Python
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Contract from Sale",
|
|
"version": "13.0.1.1.0",
|
|
"category": "Sales",
|
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/contract",
|
|
"depends": ["sale", "contract"],
|
|
"development_status": "Production/Stable",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/contract_security.xml",
|
|
"views/abstract_contract_line.xml",
|
|
"views/contract.xml",
|
|
"views/contract_line.xml",
|
|
"views/contract_template.xml",
|
|
"views/res_partner_view.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|