From b335a063c198a865ef5a5fc392327a129d532d57 Mon Sep 17 00:00:00 2001 From: zainab2097 <149927291+zainab2097@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:05:18 +0300 Subject: [PATCH] Update actions_and_menus.xml --- .../exp_transaction_documents/views/actions_and_menus.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6d2e81c40..e6ccf62f8 100644 --- a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml +++ b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml @@ -161,7 +161,7 @@ Incoming Internal Transaction internal.transaction tree,form - [('state','=','send')] + [('create_uid','!=',uid)] @@ -195,7 +195,7 @@ Outgoing Internal Transaction internal.transaction tree,form - [('state', '!=', 'closed')] + [('create_uid', '=', user.id)] Create the first Outgoing Internal Transaction @@ -288,7 +288,7 @@ outgoing.transaction tree,form - [('state', '!=', 'closed')] + [('create_uid', '=', user.id)] Create the first External outgoing Transaction
Create the first Outgoing Internal Transaction
Create the first External outgoing Transaction