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/product/security/product_security.xml | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 addons/product/security/product_security.xml (limited to 'addons/product/security/product_security.xml') diff --git a/addons/product/security/product_security.xml b/addons/product/security/product_security.xml new file mode 100644 index 00000000..4cbff24b --- /dev/null +++ b/addons/product/security/product_security.xml @@ -0,0 +1,65 @@ + + + + + + Basic Pricelists + + + + + Advanced Pricelists + + + + + + Manage Product Packaging + + + + + Manage Product Variants + + + + + Discount on lines + + + + + + + + Product multi-company + + ['|', ('company_id', 'in', company_ids), ('company_id', '=', False)] + + + + product pricelist company rule + + ['|', ('company_id', 'in', company_ids), ('company_id', '=', False)] + + + + product pricelist item company rule + + ['|', ('company_id', 'in', company_ids), ('company_id', '=', False)] + + + + product supplierinfo company rule + + ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)] + + + + product packaging company rule + + ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)] + + + + -- cgit v1.2.3