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.

23 lines
834 B

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