POS Fast Loading Cache
Lightning-Fast POS Session Opening with IndexedDB & Incremental Delta Sync in Odoo 15
Stop waiting minutes for Point of Sale sessions to load large product & customer catalogs.
Cache master data in browser IndexedDB storage and fetch only incremental updates on every subsequent open!
Try Live Demo Before You Buy
Experience near-instant POS session loading times with thousands of pre-loaded products in our live sandbox environment.
demo
Password: demo
Tired of Cashiers Waiting Minutes for POS Sessions to Load?
Standard Odoo POS re-downloads tens of thousands of products, prices, and customer records from the server every single time a session is opened. For large retail catalogs, this causes severe network congestion, server strain, and long waiting times for cashiers. POS Fast Loading Cache solves this permanently by caching master data locally in the cashier's browser!
DEMO WATCH NOW
Key Features & Capabilities
Empower your Point of Sale with modern client-side caching & deletion tracking.
Browser IndexedDB Storage
Master POS data is safely saved in the cashier's browser IndexedDB database, allowing initial session boots to load locally in milliseconds.
Incremental Delta Synchronization
Instead of downloading the whole catalog, Odoo only requests records updated since last sync (write_date > last_sync), saving massive bandwidth.
Automatic Deletion Tracking
Tracks records deleted on the backend while cashiers were offline or away, removing obsolete items from the browser cache seamlessly.
One-Click Invalidation & Versioning
Bump the Cache Format Version or hit Force Cache Reload per POS config to force browsers to discard outdated local cache after module upgrades.
Architecture & Code Integration
Extensible framework designed for seamless Odoo 15 POS store integration.
Core System Modules
| Component | Technical Reference |
|---|---|
| Session Cache Delta RPC | models/pos_session.py |
| Deletion Log Engine | pos_fast_cache_deletion_log.py |
| IndexedDB Wrapper JS | static/src/js/idb_cache.js |
| POS Store Patch | pos_store_patch.js |
Extensibility & Compatibility
| Feature | Implementation Status |
|---|---|
| Custom Model Support | Inherit pos.fast.cache.tracked.mixin |
| Loader Params Override | _loader_params_<model> |
| Cache Granularity | Per POS Config / Browser Instance |
| Offline Behavior | Fallback to last local cache |
How to Setup & Configure
| 1. | Install the pos_fast_loading_cache module in your Odoo 15 database. |
| 2. | Go to Point of Sale ⣠Configuration ⣠Point of Sale and select your target POS terminal. |
| 3. | Open the Fast Loading Cache tab and check Enable Fast Loading Cache. |
| 4. | Open POS Sessionâexperience instant startup! Click Force Cache Reload whenever schema changes occur. |
Interface & Workflow Gallery
Explore POS configuration settings, cache reload controls, and performance metrics.



Future Development Roadmap
- Background WebWorker incremental sync for zero-friction updates during active sessions.
- Support for full offline catalog searching with ultra-large database collections (>100,000 SKUs).
- Visual analytics dashboard displaying bandwidth savings and load time reductions.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 341 |
| Technical Name |
pos_fast_loading_cache |
| License | OPL-1 |
| Website | https://syncsoft.app |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module