Skip to Content

Welcome!

human made "AI" (advises & inputs) forum by Odoo professionals, experts and enthusiasts challenging real use cases with standard solutions!

-> solutions should be applicable for Odoo community or online (at the limit with Studio), all without custom modules.

This question has been flagged
1 Reply
149 Views
changes in most fields, from for example contacts or products, are not tracked in the chatter.
For fields created with Studio it’s possible to track changes in chatter by adding '1' in 'enable ordered tracking'

How to enable tracking for existing fields?

Avatar
Discard
Author
to track changes in existing fields using studio:
  • add a field from same type and same related model as the field to track

    • example: track contact tags changes
    • with studio add a m2m field with property «partner tags» and same "widget"
    • set «enable ordered tracking» to «1»
    • check stored (very important for tracking)
    • in dependencies add: category_id
    • add compute code (using studio field name = record.field_name)
    • for record in self:
          record['x_studio_changed_tags'] = record.category_id
  • optional: hide created field or by tracking many fields, create an hidden «tracked fields» tab
Avatar
Discard
Related Posts Replies Views Activity
1
Mar 26
109
1
Sep 25
228
1
Aug 25
141
2
Mar 26
204
2
Mar 26
255