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.

24 lines
701 B

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.1.0.1",
  9. "category": "Customer Relationship Management",
  10. "website": "http://www.tecnativa.com",
  11. "author": "Tecnativa, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "base",
  17. ],
  18. "data": [
  19. "security/ir.model.access.csv",
  20. "views/res_partner_sector_view.xml",
  21. "views/res_partner_view.xml",
  22. ]
  23. }