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.

29 lines
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
  3. # Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  4. # Copyright (c) 2015 Antiun Ingeniería S.L. (http://www.antiun.com)
  5. # Antonio Espinosa <antonioea@antiun.com>
  6. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  8. {
  9. "name": "Partner job position",
  10. "summary": "Categorize job positions for contacts",
  11. "version": "8.0.1.0.0",
  12. 'category': 'Customer Relationship Management',
  13. "website": "http://www.antiun.com",
  14. 'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza, '
  15. 'Antiun Ingeniería S.L., '
  16. "Odoo Community Association (OCA)",
  17. "license": "AGPL-3",
  18. "application": False,
  19. "installable": True,
  20. "depends": [
  21. "base",
  22. ],
  23. "data": [
  24. 'security/ir.model.access.csv',
  25. 'views/res_partner_job_position_view.xml',
  26. 'views/res_partner_view.xml',
  27. ],
  28. }