Daily updates from Odoo
Friday, December 27, 2024
1 change · 18.0
Enhancements to existing features
The Point of Sale +/- button now changes quantities and prices to negative values instead of resetting them to zero. This makes returns, refunds, and negative quantity adjustments more accurate and easier for cashiers to handle.
Original PR description
Before this commit: ------------------------- Previously, when adding a product and clicking the "+/-" button, the quantity would change to "0" instead of becoming negative. After this commit: ----------------------- After implementing this commit, pressing the +/- button now results in the quantity value changing to negative instead of changing it to 0. task- 4281516 Related PR: https://github.com/odoo/enterprise/pull/73653