Files
contract/agreement_rebate_partner_company_group/__manifest__.py

17 lines
627 B
Python

# Copyright 2022 Tecnativa - Carlos Dauden
# Copyright 2022 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Agreement Rebate Partner Company Group",
"summary": "Rebate agreements applied to all company group members",
"version": "15.0.1.0.0",
"development_status": "Beta",
"category": "Contract",
"website": "https://github.com/OCA/contract",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["agreement_rebate", "base_partner_company_group"],
}