You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] mail: adjust condition to use proper model for user preferences
Before this commit:
The isInbox condition was always evaluated as false because it incorrectly
checked the user's notification preference in the wrong model. This caused
users to receive two push notifications for the same message.
After this commit:
The isInbox condition now checks the user model for notification preferences,
ensuring the correct behavior.
closesodoo#233289
X-original-commit: 6e27555
Signed-off-by: Sébastien Theys (seb) <seb@odoo.com>
0 commit comments