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.

27 lines
852 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingenieria S.L. - Javier Iniesta
  3. # © 2016 Tecnativa S.L. - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partner Sector",
  7. "summary": "Add partner sectors",
  8. "version": "9.0.2.0.0",
  9. "category": "Customer Relationship Management",
  10. "website": "https://github.com/OCA/partner-contact",
  11. "author": "Tecnativa, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "base_setup",
  17. ],
  18. "data": [
  19. "security/ir.model.access.csv",
  20. "security/partner_sector_security.xml",
  21. "views/res_partner_sector_view.xml",
  22. "views/res_partner_view.xml",
  23. "views/base_config_settings.xml",
  24. "views/sale_config_settings.xml"
  25. ]
  26. }