You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
663 B
19 lines
663 B
# 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": "14.0.1.1.0",
|
|
"category": "Sales",
|
|
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["base", "account", "crm", "sale"],
|
|
"website": "https://github.com/OCA/partner-contact",
|
|
"data": [
|
|
"views/opportunity_view.xml",
|
|
"views/contact_view.xml",
|
|
"views/sale_order_view.xml",
|
|
"views/account_move_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|