Daily updates from Odoo
Monday, January 15, 2024
2 changes
Enhancements to existing features
The map view now uses Odoo's newer unified data loading method to retrieve partner details instead of a separate older request. This should make map data retrieval more consistent with the rest of the platform and reduce duplicated data-fetching logic.
Original PR description
The goal of this commit is to use the new webRead (unity) API to avoid the searchRead used to fetch partners. We're therefore going to modify the specification given to the webRead in order to request additional information for the partners.
Planning dialogs can now show a tailored message when there is no content to display. This helps users understand why no records are available and what the empty result means in the sales planning workflow.
Original PR description
A new prop in the SelectCreateDialog component has been added in the related PR and this commit uses it to be able to add custom noContent message in a dialog in planning taskid:3186636