mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
15 lines
557 B
Python
15 lines
557 B
Python
# Copyright 2019 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "CRM Partner Company Group",
|
|
"summary": "Adds the possibility to add a company group to a company",
|
|
"version": "3.0.1.0.0",
|
|
"category": "Sales",
|
|
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["base_partner_company_group", "crm"],
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"data": ["views/opportunity_view.xml"],
|
|
"installable": True,
|
|
}
|