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.

25 lines
854 B

  1. # Copyright 2014 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  2. # Copyright 2015 Antonio Espinosa <antonioea@antiun.com>
  3. # Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  5. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  6. {
  7. "name": "Partner Job Position",
  8. "summary": "Categorize job positions for contacts",
  9. "version": "12.0.1.0.0",
  10. 'category': 'Customer Relationship Management',
  11. "website": "https://github.com/OCA/partner-contact",
  12. 'author': 'Tecnativa,'
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "installable": True,
  16. "depends": [
  17. "contacts",
  18. ],
  19. "data": [
  20. 'security/ir.model.access.csv',
  21. 'views/res_partner_job_position_view.xml',
  22. 'views/res_partner_view.xml',
  23. ],
  24. }