Tuesday, February 28, 2017
1 change · master
Enhancements to existing features
Odoo now better identifies and prioritizes models that use mail discussion and activity features when administrators configure custom models. This makes it easier and more reliable to add message tracking to custom business objects and fields.
Original PR description
The boolean field `is_mail_thread` on `ir.model` allows to create custom models that inherit from model `mail.thread`. The selection field `track_visibility` on `ir.model.fields` allows to add tracking on custom fields. Change the order on model `ir.model` to make mail thread models appear first.