Merge pull request #2253 from expsa/samir-aladawi-exp-transaction-improvements

[FIX] exp_transaction_documents: fix Incoming Internal Transaction view
This commit is contained in:
SamirLADOUI-sa 2025-01-28 11:59:19 +01:00 committed by GitHub
commit d2c0003506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -167,14 +167,14 @@
'&',
('state', '=', 'send'),
'|', '|',
('to_ids.manager_id','=',uid),
('to_ids.parent_id.manager_id.user_id','=',uid),
'|',
'&',
('is_forward', '=', False),
'|',
('to_ids.secretary_id.user_id', '=', uid),
('to_ids.user_id', '=', uid),
'&',
('is_forward', '=', True),
('forward_user_id', '=', uid),
'&',
('to_ids.user_id', '!=', uid),
'|', '|',