Hello,
I just add a fields.function(_myfunc, .... , store=True)
on one OpenERP V7 model. This instance allready has some value in database.
How can I force openERP to compute the value for this field ? New data are ok (set when write method is launch) but for existing one nothing ...!
Note:
If a change store=True
with store=False
, my data are ok, but I need to add this field on search filters.
thanks for your help,