Tuesday, July 8, 2025
1 change · master
Features or functions removed from Odoo
The Mail app no longer keeps an unused mute-until setting that was already replaced by the newer busy behavior. This also removes a scheduled background task that depended on the old setting, reducing unnecessary maintenance and avoiding calls to removed code.
Original PR description
upgrade PR: https://github.com/odoo/upgrade/pull/8018 This commit removes the `mute_until_dt` field of `ResUsersSettings` after it was replaced by busy behavior by https://github.com/odoo/odoo/pull/215866. This commit also removes the cron job that called a method removed in said PR.