1234567891011121314151617181920212223 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru hr Utility',
- 'version': '1.0',
- 'description': """
- Mejorar usabilidad en la nómina del empleado (Adelantos/Faltas)
- """,
- 'author': 'Adrielso Kunert',
- 'category': 'hr',
- 'depends': ['hr', 'account', 'base', 'hr_payroll'],
- 'data': [
- 'views/templates.xml',
- 'views/eiru_payslip_utility.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|