mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
25 lines
799 B
Python
25 lines
799 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": "3.0.1.0.0",
|
|
"category": "Sales",
|
|
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"maintainers": ["luisg123v"],
|
|
"depends": [
|
|
"account_partner_company_group",
|
|
"crm_partner_company_group",
|
|
"sale_partner_company_group",
|
|
],
|
|
"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,
|
|
}
|