-
- Downloads
[FIX] point_of_sale: restore feature that closes open pos from other tabs
After the pos owl refactoring, the feature that closes pos from other
browser tabs was removed. Having multiple open pos for the same session
in the same browser session may cause issues when syncing orders because
the tabs share the same localStorage, and the localStorage is the source
of data when syncing orders to the backend.
closes odoo/odoo#70403
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Please register or sign in to comment