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/point_of_sale/views/pos_order_view.xml | 386 ++++++++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 addons/point_of_sale/views/pos_order_view.xml (limited to 'addons/point_of_sale/views/pos_order_view.xml') diff --git a/addons/point_of_sale/views/pos_order_view.xml b/addons/point_of_sale/views/pos_order_view.xml new file mode 100644 index 00000000..ce080eda --- /dev/null +++ b/addons/point_of_sale/views/pos_order_view.xml @@ -0,0 +1,386 @@ + + + + pos.order.form + pos.order + +
+
+
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pos.order.kanban + pos.order + + + + + + + + + + + + +
+
+
+ + + + + + + + +
+ +
+
+
+ +
+
+
+
+ +
+
+ + + +
+
+
+
+
+
+
+
+ + pos.order.pivot + pos.order + + + + + + + + + + Orders + ir.actions.act_window + pos.order + tree,form,kanban,pivot + + [] + +

+ No orders found +

+ To record new orders, start a new session. +

+
+
+ + + Orders + ir.actions.act_window + pos.order + graph,tree,form,kanban,pivot + [('state', 'not in', ['draft', 'cancel', 'invoiced'])] + +

+ No data yet! +

+ Create a new POS order +

+
+
+ + + pos.order.tree + pos.order + + + + + + + + + + + + + + + + pos.order.tree_no_session_id + pos.order + primary + 1000 + + + + + + + + pos.order.search.view + pos.order + + + + + + + + + + + + pos.order.line.tree + pos.order.line + + + + + + + + + + + + + + + + pos.order.line.form + pos.order.line + +
+ + + + + + + + +
+
+
+ + + Sale line + ir.actions.act_window + pos.order.line + tree + + + + + Sale line + ir.actions.act_window + pos.order.line + form,tree + + + + + Sale line + ir.actions.act_window + pos.order.line + tree + + [('create_date', '>=', time.strftime('%Y-%m-%d 00:00:00')),('create_date', '<=', time.strftime('%Y-%m-%d 23:59:59'))] + + + + pos.order.line.all.sales.tree + pos.order.line + + + + + + + + + + + + + All sales lines + ir.actions.act_window + pos.order.line + + + + + pos.order.list.select + pos.order + + + + + + + + + + + + + + + + + + + + + + + + + pos.cash.rounding.form.inherited + account.cash.rounding + + + + + + + + -- cgit v1.2.3