Daily updates from Odoo
Tuesday, August 27, 2024
1 change
Code cleanup and technical improvements
This update adjusts the Planning app to stay aligned with a recent underlying platform change in how formatted field values are handled. It is an internal compatibility update with no expected change to day-to-day user workflows.
Original PR description
Related to odoo/odoo#177747, where the `getFormattedValue` util now automatically extracts formatter options from the field node (in the arch). As a consequence, the API of the util slightly changed, and a call in planning had to be adapted.