Hello everyone,
i have related field "create_date" related with "stock_move_id", i need to use this field in search view so it must be stored in database,
i add Store=True to field definition and add force_save in xml view, but when i add store = True the field value not correct, when change it to store = false the value changed to correct one.
the field is related no computed