Thursday, July 8, 2021
2 changes · master
Resolved issues and error corrections
Point of Sale receipts now correctly show tax amounts when a tax is configured to be split across multiple repartition lines. This helps businesses provide clearer receipts and more accurate tax reporting at checkout.
Original PR description
task: https://www.odoo.com/web#id=2006317&model=project.task&view_type=form&menu_id= pad: https://pad.odoo.com/p/r.d439b8e6a0d7a93b4996ca72f89c9709 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Salary package benefit values now accept numeric amounts consistently, preventing errors when invalid text is entered. Slider-based benefit options also keep their minimum and maximum values aligned, making configuration more reliable for HR users.
Original PR description
The value field was a char but it was generating a traceback if the user put text in it. Now it's a float. This also fix the coherence of the min/max value when the display_type is slider. Task-2339760