To remove a field from Messages and Communication history in Odoo models you can set the attribute track_visibility='none' in the f...
To remove a field from Messages and Communication history in Odoo models you can set the attribute track_visibility='none' in the f...
For tracking the state changes, field changes etc for a model in Odoo, the model should inherit 'mail.thread' and in the form view ...