Daily updates from Odoo
Monday, November 25, 2024
1 change · master
Enhancements to existing features
The Point of Sale is being improved so it can continue operating when the internet connection drops. Key screen assets and business data are cached locally, helping stores keep serving customers and sync with updates when data changes.
Original PR description
*: iot, l10n_cl_edi, l10n_ec_edi, l10n_mx_edi, l10n_pe_edi, pos_blackbox_be, pos_iot, pos_preparation_display, pos_restaurant_appointment, pos_settle_due, pos_urban_piper Adding service worker in PoS to allow it to work offline. The service worker will cache all javascript and css assets. For data, we will use IndexedDB to store the data. These cached data will be used everytime since a change is detected in the data. taskId: 4270078