Friday, August 2, 2024
3 changes · saas-17.4
Resolved issues and error corrections
Restaurant floor plan tables now resize within consistent limits instead of being restricted by their current size. This makes editing table layouts more predictable for point-of-sale restaurant users.
Original PR description
Limits of the table size shouldn't be dependent on its current size. **Before:** https://github.com/user-attachments/assets/8f9864c3-4857-4dfe-be48-046461a26764 **After:** https://github.com/user-attachments/assets/119548bd-8428-4b85-b5cc-5cc8da2b98b9
This change restores the previous behavior in the website configurator tour to prevent an error from occurring. The tour may still not fully complete, but this reduces disruption while a more complete fix is prepared.
Original PR description
This commit reverts the JQuery replacement of the configurator tour [1] until a better solution is found. Note that this does not make the whole tour actually work. [1]: https://github.com/odoo/odoo/commit/cfaf6d36908f8f7d700b9bc589291f50fd9401b0#diff-3ec0693f8de5ef84844fffbe674e6c13c279b79170c167f0ff2979f6bcd19358L8-L31
The time off dashboard no longer shows a delete option when creating a new request. This prevents users from triggering an error by clicking a button that should not be available yet.
Original PR description
This commit reintroduces a condition that was accidentally removed in https://github.com/odoo/odoo/pull/169391 This removal made the "delete" button appear on new records, leading to a traceback upon click.