Tuesday, August 27, 2024
4 changes · master
Resolved issues and error corrections
This fix updates spreadsheet document tests so they match recent changes in how pivot identifiers and titles are displayed. It helps keep automated quality checks reliable without changing day-to-day user behavior.
This fix stops restaurant orders from being transferred when an appointment booking is being created. It helps avoid accidental changes to table orders and keeps the booking flow reliable for staff.
Original PR description
Related: https://github.com/odoo/odoo/pull/177039
This change moves a stock-related intercompany sales and purchasing test into the module that owns stock behavior. It helps keep automated checks aligned with the correct business area, reducing maintenance risk without changing user-facing functionality.
This fix updates Documents Spreadsheet behavior to work correctly with the latest pivot table title display. It helps keep spreadsheet pivot menus and side panels reliable after the underlying title component changed.