From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hw_drivers/views/pos_display.html | 94 ++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 addons/hw_drivers/views/pos_display.html (limited to 'addons/hw_drivers/views') diff --git a/addons/hw_drivers/views/pos_display.html b/addons/hw_drivers/views/pos_display.html new file mode 100644 index 00000000..4cd91f68 --- /dev/null +++ b/addons/hw_drivers/views/pos_display.html @@ -0,0 +1,94 @@ + + + + + + {{ title or "Odoo's IoTBox" }} + + + + + + + + + +
+
+ +

IoTBox

+
+
+ {% if pairing_code %} +
+

Pairing Code

+
+

{{ pairing_code }}

+
+ {% endif %} +
+

POS Client display

+ + + + + + + + + {% for display_iface in display_ifaces -%} + + + + + {%- endfor %} + +
InterfaceIP
{{ display_iface.essid }}{{ display_iface.addr }}
+

+ The customer cart will be displayed here once a Point of Sale session is started. +

+

+ Odoo version 11 or above is required. +

+ +
+
+ + -- cgit v1.2.3