Monday, January 8, 2024
2 changes · master
Code cleanup and technical improvements
The restaurant appointment table display has been updated to stay compatible with recent point-of-sale table changes. This keeps the table layout easier to maintain and helps avoid inconsistencies for restaurant appointment workflows.
Original PR description
In this commit we adapt the override of the table component such that it aligns with the new changes regarding the refactor of tables from community. https://github.com/odoo/odoo/pull/148139
The restaurant appointment table display has been adjusted to stay compatible with recent changes in the main point-of-sale restaurant table system. This keeps the appointment-related restaurant screen consistent and easier to maintain, with minimal expected impact for users.
Original PR description
In this commit we adapt the override of the table component such that it aligns with the new changes regarding the refactor of tables from community. https://github.com/odoo/odoo/pull/142502