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();