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.

25 lines
829 B

  1. # Copyright 2015 Antiun Ingenieria S.L. - Javier Iniesta
  2. # Copyright 2016-2017 Tecnativa S.L. - Vicent Cubells
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Partner Industry Secondary",
  6. "summary": "Add secondary partner industries",
  7. "version": "11.0.1.0.0",
  8. "category": "Customer Relationship Management",
  9. "website": "https://github.com/OCA/partner-contact",
  10. "author": "Tecnativa, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "installable": True,
  13. "depends": [
  14. "base_setup",
  15. "contacts",
  16. ],
  17. "data": [
  18. "security/ir.model.access.csv",
  19. "security/partner_industry_security.xml",
  20. "views/res_partner_industry_view.xml",
  21. "views/res_partner_view.xml",
  22. "views/res_config_settings.xml",
  23. ]
  24. }