mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
17 lines
627 B
Python
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"],
|
|
}
|