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.

32 lines
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2018 Therp BV <https://therp.nl>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Show partner relations in own tab",
  6. "version": "10.0.1.0.0",
  7. "author": "Therp BV,Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "complexity": "normal",
  10. "category": "Customer Relationship Management",
  11. "depends": [
  12. 'web_tree_many2one_clickable',
  13. 'partner_multi_relation',
  14. ],
  15. "demo": [
  16. "demo/res_partner_category_demo.xml",
  17. "demo/res_partner_tab_demo.xml",
  18. "demo/res_partner_demo.xml",
  19. "demo/res_partner_relation_type_demo.xml",
  20. "demo/res_partner_relation_demo.xml",
  21. ],
  22. "data": [
  23. "views/res_partner_tab.xml",
  24. "views/res_partner_relation_type.xml",
  25. "views/res_partner_relation_all.xml",
  26. 'views/menu.xml',
  27. 'security/ir.model.access.csv',
  28. ],
  29. "auto_install": False,
  30. "installable": True,
  31. "application": False,
  32. }