Daily updates from Odoo
Saturday, July 11, 2026
1 change
Features or functions removed from Odoo
An obsolete date calculation tied to scheduling follow-up activities from the VoIP call log was removed. This keeps the VoIP codebase cleaner after that scheduling option was removed, with no expected change for day-to-day users.
Original PR description
In [1], we remove the option to schduele a new activity on the log call wizard, so we don't care about `date_deadline` anymore. `_compute_date_deadline` then becomes useless and can be removed. [1]: d037568f8cba0de0aa313fafb4eb24d312d3e707 Forward-Port-Of: odoo/enterprise#123864