From 725f4ff29270c0d6191e23bdedfa144086fc3048 Mon Sep 17 00:00:00 2001 From: zainab2097 <149927291+zainab2097@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:21:24 +0300 Subject: [PATCH] Update actions_and_menus.xml --- .../exp_transaction_documents/views/actions_and_menus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b3fd2e610..cace1e113 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 - [('create_uid','!=',uid)] + [('create_uid','!=',uid),('state','=','send')] @@ -288,7 +288,7 @@ outgoing.transaction tree,form - [('create_uid', '=', uid)] + [('create_uid', '=', uid),('state', '!=', 'closed')]

Create the first External outgoing Transaction