__openerp__.py 558 B

123456789101112131415161718192021
  1. # -*- coding: utf-8 -*-
  2. # (c) 2016 Alfredo de la Fuente - AvanzOSC
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. "name": "Hr Employee Catch Partner",
  6. 'version': '8.0.1.1.0',
  7. 'license': "AGPL-3",
  8. 'author': "AvanzOSC",
  9. 'website': "http://www.avanzosc.es",
  10. 'contributors': [
  11. "Ana Juaristi <anajuaristi@avanzosc.es>",
  12. "Alfredo de la Fuente <alfredodelafuente@avanzosc.es",
  13. ],
  14. "category": "Human Resources",
  15. "depends": [
  16. 'hr',
  17. ],
  18. "data": [
  19. ],
  20. "installable": True,
  21. }