Daily updates from Odoo
Tuesday, February 11, 2020
1 change
Features or functions removed from Odoo
This update removes leftover code for customizable out-of-office messages that were no longer available for users to set. It simplifies the mail and time-off experience by eliminating obsolete behavior and reducing maintenance risk.
Original PR description
The customizable "out of office" text was removed from the editable views as part of task-2053585, but some places in the code were still using it, even though it was never set anymore. This commit removes the obsolete code. Part of task-2171864