We appreciate how one can add 'tracking' = True to various fields in order to record their changes to the chatter feed.
However, there are some fields in built-in models that we would like to add this functionality too.
I think we can re-declare the field in an _inherited model but this can lead to high cohesion between our code and the original source code. Instead, is there a way to just change the property of an attribute in an inherited way on an existing model?