Daily updates from Odoo
Thursday, June 23, 2016
1 change
Resolved issues and error corrections
This fixes how monetary amounts are stored so they keep the correct number of decimal places without adding unnecessary extra digits. It helps avoid confusing or inflated-looking database values while preserving accurate currency calculations.
Original PR description
Add a class for float objects that carry their precision digits, use it for the value of monetary fields in record cache, and serialize them as expected for the database.