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

  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": "14.0.1.1.0",
  7. "category": "Sales",
  8. "author": "Camptocamp SA, Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "depends": ["base", "account", "crm", "sale"],
  11. "website": "https://github.com/OCA/partner-contact",
  12. "data": [
  13. "views/opportunity_view.xml",
  14. "views/contact_view.xml",
  15. "views/sale_order_view.xml",
  16. "views/account_move_views.xml",
  17. ],
  18. "installable": True,
  19. }