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/product_view.xml | 111 ++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 addons/point_of_sale/views/product_view.xml (limited to 'addons/point_of_sale/views/product_view.xml') diff --git a/addons/point_of_sale/views/product_view.xml b/addons/point_of_sale/views/product_view.xml new file mode 100644 index 00000000..39b5bbda --- /dev/null +++ b/addons/point_of_sale/views/product_view.xml @@ -0,0 +1,111 @@ + + + + product.template.search.pos.form + product.template + + + + + + + + + + Products + ir.actions.act_window + product.template + kanban,tree,form,activity + + + + Product Variants + ir.actions.act_window + product.product + kanban,tree,form,activity + + + + + +

+ Create a new product variant +

+ You must define a product for everything you sell through + the point of sale interface. +

+
+
+ + Internal Categories + ir.actions.act_window + product.category + + + + + + product.template.form.inherit + product.template + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + uom.category.form.inherit + uom.category + + + + + + + + + + uom.category.tree.inherit + uom.category + + + + + + + + +
-- cgit v1.2.3