Daily updates from Odoo
Wednesday, February 4, 2026
1 change · master
Features or functions removed from Odoo
This update simplifies Odoo's activity flow by removing outdated code related to automatically creating follow-up tasks. The changes primarily affect the Documents, Sign, and VoIP modules, streamlining workflows and improving performance. This aligns with a new, simplified activity system.
Original PR description
Purpose: Align modules with the new simplified activity flow by cleaning up the logic related to the 'Trigger Next Activity' feature. Specifications: - documents: remove next activity preparation, frontend refresh logic, and related tests - l10n_in_reports: Removed obsolete chaining type field from activity type data. - sign: remove chaining type handling from activity buttons and hide Suggested Next Activity field since no follow-up is created - voip: update call activity handling since follow-up activities are no longer created on call completion Task-4863143