Go to file
2026-06-02 20:27:43 +07:00
static/src/workers first commit 2026-06-02 20:27:43 +07:00
__init__.py first commit 2026-06-02 20:27:43 +07:00
__manifest__.py first commit 2026-06-02 20:27:43 +07:00
.gitignore first commit 2026-06-02 20:27:43 +07:00
README.md first commit 2026-06-02 20:27:43 +07:00

POS IndexedDB Patch

This module patches Odoo's bus Logger to avoid IndexedDB connection crashes.

Features

  • Automatically recreates database connection if closing or closed.
  • Adds error safety handlers to log writes and reads.
  • Works in both browser thread and shared/web worker threads.