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
Once tracking_manager is installed in my database, relational field changes in every model are shown as "None -> None" regardless of what change was made
To Reproduce
Affected versions:
V17
Steps to reproduce the behavior:
Install tracking_manager module.
Modify a many2many field that is tracked by default (model does not even have active_custom_tracking set)
Field changes are shown like this in the chatter
This also happens with models that have active_custom_tracking set as True. Previous or current values of tracked many2many fields don't show.
Expected behavior
Previous and current value of the field should be displayed, as shown here
Additional context
I have encountered this issue in te V17 enterprise version
The text was updated successfully, but these errors were encountered:
Module
tracking_manager
Describe the bug
Once tracking_manager is installed in my database, relational field changes in every model are shown as "None -> None" regardless of what change was made
To Reproduce
Affected versions:
V17
Steps to reproduce the behavior:
Expected behavior
Previous and current value of the field should be displayed, as shown here
Additional context
I have encountered this issue in te V17 enterprise version
The text was updated successfully, but these errors were encountered: