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
986 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  3. # Copyright 2015 Antonio Espinosa <antonioea@antiun.com>
  4. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  5. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  6. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  7. {
  8. "name": "Partner job position",
  9. "summary": "Categorize job positions for contacts",
  10. "version": "10.0.1.0.1",
  11. 'category': 'Customer Relationship Management',
  12. "website": "http://www.antiun.com",
  13. 'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza, '
  14. 'Antiun Ingeniería S.L., '
  15. 'Tecnativa,'
  16. "Odoo Community Association (OCA)",
  17. "license": "AGPL-3",
  18. "application": False,
  19. "installable": True,
  20. "depends": [
  21. "sale",
  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. }