oca-technical/odoo-bringout-oca-brand-contract_brand/contract_brand/__manifest__.py
2025-08-29 15:43:03 +02:00

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"],
}