Change 1 of 5
Mail: in-body tracking
Tracking values have been removed; the tracking message is now generated on the fly. All features linked to tracking values (burndown charts, stage duration, etc.) have been updated for this new framework. Admins who still need tracking values can install a dedicated module.
Official Odoo 20 release note
In plain words
Field changes are now written straight into the chatter message body instead of separate tracking value records. The old mail.tracking.value model moved to a new optional module, Discuss Tracking (mail_tracking). Burndown charts and stage duration now read from duration tracking instead.
Where to find it
- Apps, remove the Apps filter and search "Discuss Tracking".
For users
Chatter still shows field changes. The Tracking Values menu and the Tracking tab on messages only exist when Discuss Tracking is installed.
For developers
Code that reads or writes mail.tracking.value or message.tracking_value_ids must depend on mail_tracking, or read the change from the message body.
Upgrading from Odoo 19
Reports or exports built on tracking values need the mail_tracking module installed after upgrade.
