You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable tracking on a one2many field in a custom model using the tracking_manager module, the tracked changes appear in the chatter. However, instead of showing the display name or a meaningful value, the system displays the raw IDs of the records (e.g., Modified: sale.order.linked, 24) in the chatter.
This issue does not occur when tracking one2many fields on standard models like sale.order.line. It seems specific to custom models. Am i missing something?
The second thig is when changing a boolean field related (for example here sale.order.linked), it doesn't show both the before and after values; it only displays the new value with the arrow.
To Reproduce
Create a custom model with a One2many field ( in my example : sale.order.linked).
Enable tracking on this field.
Create records with the one2many field.
Modify a boolean related to one2many field save the record.
Observe the chatter for tracked changes.
Image:
Create
Write
Expected behavior
The same think as Order Lines for tracking value.
And more details about value changes before and after.
Additional context
Odoo 17.0 enterprise
The text was updated successfully, but these errors were encountered:
melissalateb
changed the title
Incorrect display of tracked one2many field in chatter (tracking_manager module)
[17.0] Incorrect display of tracked one2many field in chatter (tracking_manager module)
Jan 16, 2025
Module
tracking_manager
Describe the bug
This issue does not occur when tracking one2many fields on standard models like sale.order.line. It seems specific to custom models. Am i missing something?
To Reproduce
Image:
Create
Write
Expected behavior
Additional context
Odoo 17.0 enterprise
The text was updated successfully, but these errors were encountered: