From f639b159d4abcfa8355d5fd172fcc463b47cabb3 Mon Sep 17 00:00:00 2001 From: ahmed-nouri051 Date: Tue, 17 Jun 2025 09:56:34 +0200 Subject: [PATCH] reomve coments --- .../exp_transaction_documents/views/actions_and_menus.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 657bf7d34..b6aa0a470 100644 --- a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml +++ b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml @@ -179,18 +179,18 @@ ('state', 'in', ['send', 'reply']), '|', '|', '|', - // 💡 CASE 1: Directly addressed to you or your secretary + '|', ('to_ids.secretary_id.user_id', '=', uid), ('to_ids.user_id', '=', uid), - // 💡 CASE 2: Forwarded to you + ('forward_user_id', '=', uid), - // 💡 CASE 3: You are the creator + ('create_uid', '=', uid), - // 💡 CASE 4: You are involved in the trace or the receive_user_id + '|', '|', '|', ('trace_ids.to_id.user_id', '=', uid), ('trace_ids.from_id.user_id', '=', uid),