forked from odoo/odoo
-
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.
[IMP] mail: allow overriding invite message values
Before this commit the creation of the message(s) was done within a for loop in a big function. Due to this there is no easy nor clean way to override and modify values on the mail.message record(s). By placing the preparation of message data in a subfunction it can be overwritten and modified as wanted. closes odoo#102825 X-original-commit: 6d6d7c1 Signed-off-by: Thibault Delavallee (tde) <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
11 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