Hi,
In the calendar view you can see records over a calendar. By default, the name of the record is shown.
I want to implement a customization to add some more information besides the name of the record. For example, the name of the record and the the creation date.
To do so, should I override the compute method of the display_name field? Or is it better to override the name_get() function in the model?
Is there a better way to do it?
Thanks,