From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../security/point_of_sale_security.xml | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 addons/point_of_sale/security/point_of_sale_security.xml (limited to 'addons/point_of_sale/security/point_of_sale_security.xml') diff --git a/addons/point_of_sale/security/point_of_sale_security.xml b/addons/point_of_sale/security/point_of_sale_security.xml new file mode 100644 index 00000000..57fa5950 --- /dev/null +++ b/addons/point_of_sale/security/point_of_sale_security.xml @@ -0,0 +1,86 @@ + + + + Helps you get the most out of your points of sale with fast sale encoding, simplified payment mode encoding, automatic picking lists generation and more. + 21 + + + + User + + + + Administrator + + + + + + + + + Point Of Sale Bank Statement POS User + + + [('pos_session_id', '!=', False)] + + + Point Of Sale Bank Statement Accountant + + + [(1, '=', 1)] + + + Point Of Sale Bank Statement Line POS User + + + [('statement_id.pos_session_id', '!=', False)] + + + Point Of Sale Bank Statement Line Accountant + + + [(1, '=', 1)] + + + Point Of Sale Cashbox Line Accountant + + + [(1, '=', 1)] + + + Point Of Sale Order + + [('company_id', 'in', company_ids)] + + + Point Of Sale Session + + [('config_id.company_id', 'in', company_ids)] + + + Point Of Sale Config + + [('company_id', 'in', company_ids)] + + + Point Of Sale Order Analysis multi-company + + ['|',('company_id','=',False),('company_id', 'in', company_ids)] + + + PoS Payment Method + + [('company_id', 'in', company_ids)] + + + PoS Payment + + [('company_id', 'in', company_ids)] + + + + + + + -- cgit v1.2.3