reomve coments
This commit is contained in:
parent
e0ce8f3cdc
commit
f639b159d4
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue