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