Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V17] - tracking_manager Is not showing many2many field changes properly #2971

Open
Marrieta99 opened this issue Jun 19, 2024 · 0 comments
Open
Labels

Comments

@Marrieta99
Copy link

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:

  1. Install tracking_manager module.
  2. Modify a many2many field that is tracked by default (model does not even have active_custom_tracking set)
  3. Field changes are shown like this in the chatter
    image
  4. 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
image

Additional context
I have encountered this issue in te V17 enterprise version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant