feat: Add comprehensive multi-device support and related enhancements for Bluetooth thermal printers in Odoo POS.

This commit is contained in:
Suherdy Yacob 2026-03-12 10:02:16 +07:00
parent d13cd3b2c8
commit e62ed4121e
47 changed files with 1 additions and 1 deletions

0
.babelrc Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
CHROME_BLUETOOTH_TROUBLESHOOTING.md Normal file → Executable file
View File

0
MULTI_DEVICE_SUPPORT.md Normal file → Executable file
View File

0
QUICK_START_CHROME.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
SPEED_OPTIMIZATIONS.md Normal file → Executable file
View File

0
TESTING_SCENARIOS.md Normal file → Executable file
View File

0
__init__.py Normal file → Executable file
View File

2
__manifest__.py Normal file → Executable file
View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
{
'name': 'POS Bluetooth Thermal Printer',
'version': '18.0.1.0.0',
'version': '19.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Connect POS to bluetooth thermal printers using Web Bluetooth API',
'description': """

0
jest.config.js Normal file → Executable file
View File

0
models/__init__.py Normal file → Executable file
View File

0
models/pos_config.py Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
security/ir.model.access.csv Normal file → Executable file
View File

0
static/src/css/.gitkeep Normal file → Executable file
View File

0
static/src/css/bluetooth_printer.css Normal file → Executable file
View File

0
static/src/js/.gitkeep Normal file → Executable file
View File

0
static/src/js/bluetooth_printer_config.js Normal file → Executable file
View File

0
static/src/js/bluetooth_printer_manager.js Normal file → Executable file
View File

0
static/src/js/connection_status_widget.js Normal file → Executable file
View File

0
static/src/js/error_notification_service.js Normal file → Executable file
View File

0
static/src/js/escpos_generator.js Normal file → Executable file
View File

0
static/src/js/escpos_graphics.js Normal file → Executable file
View File

0
static/src/js/html_to_image.js Normal file → Executable file
View File

0
static/src/js/pos_navbar_extension.js Normal file → Executable file
View File

0
static/src/js/pos_receipt_printer.js Normal file → Executable file
View File

0
static/src/js/pos_session_integration.js Normal file → Executable file
View File

0
static/src/js/storage_manager.js Normal file → Executable file
View File

0
static/src/tests/__mocks__/odoo-module.js Normal file → Executable file
View File

0
static/src/tests/configuration_properties.test.js Normal file → Executable file
View File

0
static/src/tests/connection_properties.test.js Normal file → Executable file
View File

0
static/src/tests/error_handling.test.js Normal file → Executable file
View File

0
static/src/tests/error_notification_service.test.js Normal file → Executable file
View File

0
static/src/tests/escpos_properties.test.js Normal file → Executable file
View File

0
static/src/tests/multi_device_demo.js Normal file → Executable file
View File

0
static/src/tests/multi_device_support.test.js Normal file → Executable file
View File

0
static/src/tests/printing_properties.test.js Normal file → Executable file
View File

0
static/src/tests/retry_logic.test.js Normal file → Executable file
View File

0
static/src/tests/setup.js Normal file → Executable file
View File

0
static/src/tests/status_indicator_properties.test.js Normal file → Executable file
View File

0
static/src/xml/.gitkeep Normal file → Executable file
View File

0
static/src/xml/bluetooth_printer_config.xml Normal file → Executable file
View File

0
static/src/xml/connection_status.xml Normal file → Executable file
View File

0
static/src/xml/pos_navbar_extension.xml Normal file → Executable file
View File

0
static/test_receipt_print.js Normal file → Executable file
View File

0
views/pos_config_views.xml Normal file → Executable file
View File