Wednesday, May 13, 2026
1 change · master
New functionality added to Odoo
This update introduces a new report (IR56M) to comply with Hong Kong's payroll regulations for non-employee workers (freelancers, contractors). It also includes adjustments to Chart of Accounts to align with local requirements. This ensures accurate reporting for HK businesses.
Original PR description
task-[5050335](https://www.odoo.com/odoo/my-tasks/5050335) odoo/odoo#263768 odoo/enterprise#116875 odoo/upgrade#10186 --- Preceeding PR Status: #116875 I named named `Taxable Salary` so it aligns with this upcoming change https://github.com/odoo/enterprise/pull/113135 @vin-odoo lmk what this should be tq ### Approach From my observations, all the other ir56 report templates name the variables accordingly to the XML template. I agree with this approach--keeping template dumb and the mapping logic in the python code. This will apply to the case for `AmtOfType2` which is equivalent to `AmtOfCommFee` in B,F,G ### Todo - [ ] squash commits - [ ] commit msg/desc - [ ] rename CE/EE to master- so upgrades work