From aed0ef33063af86833efa9ba721bbe82251cedc0 Mon Sep 17 00:00:00 2001 From: ronozoro Date: Sun, 29 Dec 2024 01:12:12 -0800 Subject: [PATCH] fix issue with domain --- .../exp_transaction_documents/views/actions_and_menus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 53bda6b3b..192460fbf 100644 --- a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml +++ b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml @@ -364,7 +364,7 @@ incoming.transaction tree,form - [('state', '!=', 'closed'), '|', ('employee_id.user_id', '=', uid)] + [('state', '!=', 'closed'),('employee_id.user_id', '=', uid)]

Create the first External Incoming Transaction