From 2b74be9dffffffb3f46a656da8ee13f793990c4c Mon Sep 17 00:00:00 2001 From: zainab8585 Date: Wed, 2 Oct 2024 13:33:57 +0200 Subject: [PATCH] [UPDATE]menu and security --- .../security/groups.xml | 24 +++---- .../views/actions_and_menus.xml | 66 ++++++++++++++++++- 2 files changed, 76 insertions(+), 14 deletions(-) diff --git a/odex25_transactions/exp_transaction_documents/security/groups.xml b/odex25_transactions/exp_transaction_documents/security/groups.xml index 1f7de21ed..fffc46e05 100644 --- a/odex25_transactions/exp_transaction_documents/security/groups.xml +++ b/odex25_transactions/exp_transaction_documents/security/groups.xml @@ -42,18 +42,18 @@ Reopen Transaction - - User can view own outgoing transactions - - [ ('employee_id.user_id', '=', user.id)] - - - - User can view own internal transactions - - [ ('employee_id.user_id', '=', user.id)] - - + + + + + + + + + + + + diff --git a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml index b2ad153e6..d1daa99a7 100644 --- a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml +++ b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml @@ -4,8 +4,10 @@ + - + @@ -200,7 +202,8 @@

Create the first Outgoing Internal Transaction

- + {} @@ -616,5 +619,64 @@ + + + + All Internal Transactions + internal.transaction + tree,form + +

Create the first Internal Transaction

+
+
+ + + + All Outgoing External Transactions + outgoing.transaction + tree,form + +

Create the first External Transaction

+
+
+ + + All Incoming External Transactions + incoming.transaction + tree,form + +

Create the first External Transaction

+
+
+ + + + + + + + + + + + + + + \ No newline at end of file