Tuesday, August 6, 2024
2 changes · master
Resolved issues and error corrections
The follow-up report address layout has been adjusted so mailed letters meet Pingen's formatting requirements. This helps ensure customer follow-up letters can be processed correctly by the snail mail service.
Original PR description
Moves the address to fit Pingen requirement by applying the class associated styling. Community PR: https://github.com/odoo/odoo/pull/174635 task-4076930
This fixes a mislabeled placeholder in the payroll salary rule setup so it uses the correct quantity field name. It helps prevent confusion or errors when configuring payroll calculations.
Original PR description
result_quantity is actually called result_qty so the placeholder should reflect that.