Fix: Error on starting a multisession without any floors
Fix: Property of undefined error might happen when restaurant multisession loses floors with opened orders in it
New: Allows to block a table for waiters if it's already served by another one
Improvement: Compatibility with pos_order_receipt_custom module
Improvement: Synchronize the process of deleting or adding tables
Fix: 'order_line.node' is undefined
Improvement: Multi-Session methods renamings
Improvement: Improved performance
Improvement: Refactoring the code to improve the speed of POS synchronization
Improvement: Optimization the rendering of orderlines after orders printing
Improvement: New option to disable changing Qty for orders sent to kitchen
Improvement: The code optimization of load data after syncing POS with a server
Improvement: Refactoring the code to fix a slow POS synchronization
Fix: Floor rendering error in case if POS without any floors
Improvement: POSes in Multi-session have one common floor set. Unsynchronized POSes may have its own floor set. Fix: Deleting floors data whilst removing them from POS.
Fix: POS floors synchronization. Improvement: to_pos_shared was removed from dependencies. After updating this module is necessary to remove module to_pos_shared and update the module once again.
Improvement: show Multi-session value in Dashboard. Improvement: allow group by Multi-session in Dashboard. Fix: Order button was not synced after adding notes.
Fix: Issue with bill splitting: incorrect creation of a new order for other POSes after synchronization. Fix: "ReferenceError: Can't find variable: Model" during new partner creation in POS.
Fix: sync empty orders
Fix: Issue related to error 'get_orderlines is undefined'
Fix: Send to sync already printed order lines to not print it on remote POS.
Fix: in some cases POS loading was stopped.
Improvement: Sync printed positions.
Improvement: Sync notes. Sync guests.
Improvement: Removed virtual table. Added constraint of different floors in POS that has same multi session.
Improvement: Every tables sync according to its floor
New: Allows to attach all synced orders to some (virtual) table.