Saturday, March 16, 2024
1 change · master
Features or functions removed from Odoo
This change removes obsolete safeguards in the Mail app that were no longer used after earlier updates. It simplifies maintenance without changing the expected day-to-day user experience.
Original PR description
[REM] mail: remove activity assignation check Following odoo/odoo#155576 where we disable the activity assignation check and mark the method "_check_access_assignation" as deprecated, we remove that method completely. [REM] mail: remove fallback for not deployed action/view To avoid crash on possibly not deployed action and related views (mail.mail_activity_without_access_action), we had implemented a fallback which we are now removing because it is no longer necessary. Task-3598836