Hi, I would like to add a One2Many field in a model without modifying the target model, so I'm trying to make this field as a funtional one. Now, I want to set the default values on each new record created through the setter method of this field, but seems that de default_field() method on a function field is not called. Is it correct? I'm missing something?
Thanks,