From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../views/res_config_settings_views.xml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 addons/point_of_sale/views/res_config_settings_views.xml (limited to 'addons/point_of_sale/views/res_config_settings_views.xml') diff --git a/addons/point_of_sale/views/res_config_settings_views.xml b/addons/point_of_sale/views/res_config_settings_views.xml new file mode 100644 index 00000000..1a9e129c --- /dev/null +++ b/addons/point_of_sale/views/res_config_settings_views.xml @@ -0,0 +1,175 @@ + + + + res.config.settings.view.form.inherit.point_of_sale + res.config.settings + + + + +
+

Taxes

+
+
+
+
+
+
+
+
+
+
+

Pricing

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+

Payments

+
+
+
+ +
+
+
+
+
+

Payment Terminals

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+

Inventory

+
+
+
+
+
+
+
+
+
+
+
+
+ + + Settings + ir.actions.act_window + res.config.settings + form + inline + {'module' : 'point_of_sale', 'bin_size': False} + + + +
-- cgit v1.2.3