forked from OCA/helpdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX+IMP] helpdesk_mgmt: Use standard user assignation
Odoo already includes a mechanism for notifying users when a document has been assigned to them, through the convention of the field name (`user_id`) and `tracking=True`. Having to perform this manually is a lot of code to maintain, but it's also right now incorrect, as the notification is being sent also to the customer. We switch here to the standard system. An index is also good over this field that is widely used. TT36502
- Loading branch information
1 parent
e6cda9e
commit 4382b1b
Showing
3 changed files
with
6 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters