# -*- 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', 'base', 'hr_payroll', 'eiru_num2word'], 'data': [ 'views/templates.xml', 'views/eiru_payslip_utility.xml', ], 'qweb': [ 'static/src/xml/*.xml', 'static/src/xml/modal/*.xml', ], 'installable': True, 'auto_install': False, }