# -*- coding:utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Luxembourg - Payroll', 'countries': ['lu'], 'category': 'Human Resources/Payroll', 'depends': ['hr_payroll', 'hr_contract_reports', 'hr_work_entry_holidays', 'hr_payroll_holidays'], 'version': '1.0', 'description': """ Luxembourg Payroll Rules. ========================= * Employee Details * Employee Contracts * Passport based Contract * Allowances/Deductions * Allow to configure Basic/Gross/Net Salary * Employee Payslip * Integrated with Leaves Management """, 'data': [ 'security/ir.model.access.csv', 'data/hr_salary_rule_category_data.xml', 'data/hr_payroll_structure_type_data.xml', 'views/hr_payroll_report.xml', 'data/hr_work_entry_data.xml', 'data/hr_payroll_structure_data.xml', 'data/hr_rule_parameters_data.xml', 'data/hr_salary_rule_data.xml', 'data/hr_holidays_data.xml', 'data/hr_payslip_input_type_data.xml', 'views/hr_contract_views.xml', 'views/hr_employee_views.xml', 'views/hr_payroll_views.xml', 'views/res_config_settings_views.xml', 'views/report_payslip_templates.xml', 'wizard/l10n_lu_monthly_declaration_wizard_views.xml', ], 'demo': [ 'data/l10n_lu_hr_payroll_demo.xml', ], 'license': 'OEEL-1', }