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

  1. # Copyright 2019 Camptocamp SA
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Partner Company Group',
  5. 'summary': 'Adds the possibility to add a company group to a company',
  6. 'version': '12.0.1.2.0',
  7. 'category': 'Sales',
  8. 'author': 'Camptocamp SA, Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'base',
  12. 'account',
  13. 'crm',
  14. 'sale',
  15. ],
  16. 'website': 'https://github.com/OCA/partner-contact',
  17. 'data': [
  18. 'views/opportunity_view.xml',
  19. 'views/contact_view.xml',
  20. 'views/sale_order_view.xml',
  21. 'views/account_invoice_view.xml',
  22. ],
  23. 'installable': True,
  24. }