Daily updates from Odoo
Monday, August 19, 2019
3 changes
Enhancements to existing features
Restaurant staff can now work from the same Point of Sale configuration and share a single session across devices. Orders and table activity are synchronized when switching tables, helping multiple waiters serve the same floor without blocking each other.
Original PR description
PURPOSE ========= When working in restaurants, there are often more than one waiter working on the same floor. But Odoo doesn't support that. There can only be one person working on one session for…
PURPOSE
=========
When working in restaurants, there are often more than one waiter working on the same floor.
But Odoo doesn't support that.
There can only be one person working on one session for the same tables.
The purpose of this task to allow several people to work on the same session (while synchronizing sessions).
SPECIFICATIONS
===============
- MultiUser is active by default.
- Allow multiple waiters to login on one PoS Config.
- All waiters login to the same session, the waiter that does the paiment is the responsible for the order (same as now).
- Synchonize the information across the multiple instances running on same floors.
Syncronisation will take place at switch of table.
(close tables automaticly if no activity, to force sync)
- Syncro cannot be done if no internet : how do we manage it ? We should inform the user the internet connection has been lost and that synchro cannot be done. What impacts? To check
Useful links
https://github.com/it-projects-llc/pos-addons
https://apps.odoo.com/apps/modules/11.0/pos_bus_restaurant/
Related PR:
https://github.com/odoo/odoo/pull/32789
task: https://www.odoo.com/web#id=1891130&model=project.task&view_type=form&menu_id=Restaurant staff can now work together on the same point-of-sale session for shared tables and floors. This helps teams serve customers more smoothly by keeping activity synchronized between multiple waiters.
Original PR description
PURPOSE
=========
When working in restaurants, there are often more than one waiter working on the same floor.
But Odoo doesn't support that.
There can only be one person working on one session for the same tables.
The purpose of this task to allow several people to work on the same session (while synchronizing sessions).
TASK-ID: 1891130The Field Service app now has clearer menus, ready-made filters, map and calendar views, planning views, and task reporting to help teams organize daily work faster. Managers can more easily review all jobs, assign work, see customer locations, and analyze field service tasks, while some complex setup options were simplified.
Original PR description
This merges provides many UI changes in order to improve the usability and day to day work of FSM application. This adds - news menus - news predefined filters - reorganise some views - reporting for worksheet - simplify some options (allowed products, ...) See subcommits for more details Task-2009563