This commit is contained in:
gsinghpal
2026-04-07 22:03:20 -04:00
parent f4c6dca171
commit c30a61c93f
7 changed files with 59 additions and 81 deletions

View File

@@ -53,7 +53,7 @@ Built for Odoo Enterprise Payroll (hr_payroll).
'website': '',
'license': 'OPL-1',
'depends': [
'hr_payroll', # Core payroll functionality
'hr_payroll', # Core payroll functionality (includes hr.version for contracts)
'hr_work_entry_enterprise', # For payroll menu structure (Odoo 19)
'hr_holidays', # For vacation/leave reports
'hr_attendance', # For punch-in/out time tracking
@@ -93,13 +93,13 @@ Built for Odoo Enterprise Payroll (hr_payroll).
'reports/payroll_report_pdf.xml',
# Data (order matters!)
# 1. Rule parameters (CPP, EI, Federal, Provincial rates - Odoo native approach)
# 1. Rule parameters (CPP, EI, Federal, Provincial rates)
'data/hr_rule_parameter_data.xml',
# 2. Input types for additional pay (OT, Stat, Bonus)
'data/hr_payslip_input_type_data.xml',
# 3. Payroll structure (creates structure and category)
# 2. Payroll structure + categories (must be before rules and input types)
'data/hr_payroll_structure.xml',
# 5. Canadian salary rules (references structure and parameters)
# 3. Input types (references structure)
'data/hr_payslip_input_type_data.xml',
# 4. Canadian salary rules (references structure and parameters)
'data/hr_salary_rules.xml',
# 6. Sequences
'data/ir_sequence_data.xml',