From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- ohrms_loan/security/security.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ohrms_loan/security/security.xml (limited to 'ohrms_loan/security/security.xml') diff --git a/ohrms_loan/security/security.xml b/ohrms_loan/security/security.xml new file mode 100644 index 0000000..bd96d90 --- /dev/null +++ b/ohrms_loan/security/security.xml @@ -0,0 +1,34 @@ + + + + + Loan Request Multi Company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Loan Forms Modification Accounts and Hr + + + + + + + + + + + User: Modify own loan only + + [('employee_id.user_id','=',user.id)] + + + + + + + + + \ No newline at end of file -- cgit v1.2.3