mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 23:32:06 +02:00
17 lines
607 B
Python
17 lines
607 B
Python
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Contract Brand",
|
|
"summary": """
|
|
This module allows you to manage branded contracts.
|
|
It adds a brand field on the contract and propagate the value on the
|
|
invoices.""",
|
|
"version": "18.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/brand",
|
|
"depends": ["contract", "account_brand", "analytic_brand"],
|
|
"data": ["views/contract.xml"],
|
|
"maintainers": ["sbejaoui"],
|
|
}
|