Daily updates from Odoo
Friday, March 15, 2024
2 changes · master
Code cleanup and technical improvements
The grid and Gantt views were updated to use a newer internal display mechanism. This prepares these views for upcoming work while keeping the visible user experience essentially unchanged.
Original PR description
The hook useVirtual has been replaced by a new hook useVirtualGrid. We adapt the GridRenderer and the GanttRenderer to that change. This is done in preparation of task `3601456`. Co-authored-by: Bruno Boi <boi@odoo.com> Co-authored-by: Mathieu Duckerts-Antoine <dam@odoo.com>
This refactor aligns Enterprise inventory-related features with the updated stock movement rules from Odoo Community. It helps keep deliveries, rentals, field service stock, subscriptions, manufacturing planning, and barcode flows consistent with the new inventory logic.
Original PR description
Adaptions to the new push rules. More informations on the Community side. See odoo/odoo#156437 Task-3611243