Tuesday, July 23, 2024
2 changes · master
New functionality added to Odoo
The self-ordering experience is now available as a Progressive Web App, letting customers or staff install it on supported devices for quicker access. This makes the ordering flow feel more app-like and easier to launch without changing the core point-of-sale process.
Original PR description
making the self order app a pwa TASK-ID: 3754085
Enhancements to existing features
The appointment website app now works with the updated drag-and-drop page builder that lets users choose snippets from a preview dialog. Preview data and images were added so appointment snippets appear clearly in the selection dialog, making it easier for website editors to add appointment content.
Original PR description
[IMP] website_enterprise, *: Adapts appointment for new dragNDrop system *: website_appointment Following the change in the way of dragging and dropping a snippet onto the page (by selecting it from a dialog displaying the actual previews of snippets). The "website_appointment" app has been adapted to this change in this commit. Data has also been added in this commit so the dynamic appointment snippet can be shown in the snippet dialog. task-3919405