# -*- coding: utf-8 -*- { 'name': "Eiru Reports RRHH", 'author': "Eiru", 'category': 'Reports', 'version': '0.1', 'depends': [ 'base', 'hr', 'account', 'eiru_assets', 'eiru_reports', 'hr_payroll', 'hr_payslip_paid', ], 'qweb': [ 'static/src/xml/*.xml', 'static/src/reports/*.xml' ], 'data': [ 'templates.xml', 'views/actions.xml', 'views/menus.xml', 'views/hr_employee.xml', ], }