Wednesday, May 29, 2024
2 changes
Enhancements to existing features
The Inventory app menu has been simplified by removing a duplicate action. This reduces confusion for users and makes it easier to find the right inventory reporting option.
Original PR description
In this commit: ==================== - Remove duplicate action from Inventory menus to streamline user experience and improve functionality. task-3837207
Restaurant appointment flows in Point of Sale now ignore hidden “shadow tables” used for unassigned restaurant orders. This keeps appointments focused on real dining tables and avoids confusing or incorrect table links for staff.
Original PR description
In the corresponding community commit we introduce the concept of "shadow tables", which allows us to place orders in pos restaurant that appear to not be linked to any table. In this commit we have to adapt `pos_restaurant_appointment` to ignore these "shadow tables" Task: 3908568 https://github.com/odoo/odoo/pull/164918