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.
 
 

24 lines
704 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': '12.0.1.2.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_invoice_view.xml',
],
'installable': True,
}