From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../pos_restaurant/views/pos_restaurant_views.xml | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 addons/pos_restaurant/views/pos_restaurant_views.xml (limited to 'addons/pos_restaurant/views/pos_restaurant_views.xml') diff --git a/addons/pos_restaurant/views/pos_restaurant_views.xml b/addons/pos_restaurant/views/pos_restaurant_views.xml new file mode 100644 index 00000000..5db31bbd --- /dev/null +++ b/addons/pos_restaurant/views/pos_restaurant_views.xml @@ -0,0 +1,171 @@ + + + + + + Restaurant Floors + restaurant.floor + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + Restaurant Floors + restaurant.floor + + + + + + + + + + + restaurant.floor.search + restaurant.floor + + + + + + + + + + restaurant.floor.kanban + restaurant.floor + + + + + + +
+
Floor Name:
+
Point of Sale:
+
+
+
+
+
+
+ + + Floor Plans + ir.actions.act_window + restaurant.floor + tree,kanban,form + +

+ Add a new restaurant floor +

+ A restaurant floor represents the place where customers are served, this is where you can + define and position the tables. +

+
+
+ + + Restaurant Table + restaurant.table + +
+ + + + + + + + + + + + +
+
+
+ + + + + + + Order Printer + restaurant.printer + +
+ + + + + + + + +
+
+
+ + + Order Printers + ir.actions.act_window + restaurant.printer + tree,kanban,form + +

+ Add a new restaurant order printer +

+ Order Printers are used by restaurants and bars to print the + order updates in the kitchen/bar when the waiter updates the order. +

+ Each Order Printer has an IP Address that defines the IoT Box/Hardware + Proxy where the printer can be found, and a list of product categories. + An Order Printer will only print updates for products belonging to one of + its categories. +

+
+
+ + + Order Printers + restaurant.printer + + + + + + + + + + + +
-- cgit v1.2.3