From a0ce35c237ecb2882e96cd6b84b9124108811ce2 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Thu, 7 May 2026 16:57:43 +0700 Subject: [PATCH] feat: allow passing arbitrary props to BluetoothPrinterNavbarWidget --- static/src/js/pos_navbar_extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/src/js/pos_navbar_extension.js b/static/src/js/pos_navbar_extension.js index c0bc96f..873024d 100755 --- a/static/src/js/pos_navbar_extension.js +++ b/static/src/js/pos_navbar_extension.js @@ -14,6 +14,7 @@ import { patch } from "@web/core/utils/patch"; export class BluetoothPrinterNavbarWidget extends Component { static template = "pos_bluetooth_thermal_printer.BluetoothPrinterNavbarWidget"; static components = { BluetoothConnectionStatus }; + static props = {"*": true}; setup() { this.pos = usePos();