The chatter in Odoo is a great way to track changes made to a specific field or a model as it records the changes with notes. For example, if you change the status of a Sale Order, you will immediately notice that it is recorded in the chatter as a note. This gives us valuable information on the user that changed the information along with a timestamp on the same.
However, this is not set by default on all fields in Odoo, possibly because enabling it for all fields will mean that the chatter will become extremely cluttered with information the moment you change small details. There are only a few important fields (like Status, Scheduled dates etc.) that have it turned on by default.
Use
Case - In the contacts model, I want to track changes made to the “Country” field in the address. How can I achieve this?