Skip to Content
Menú
This question has been flagged
1 Respondre
4816 Vistes

We have created a new model (v8) with a field 'sale_order_id' (Many2one).

We want a function be run with an @api.depends('sale_order_id.picking_ids.state') on this new model.


That launches an error which says that no _fnct_search is defined on 'picking_ids' (from sale.order) : 'Field picking_ids can not be searched : non-stored function field without fnct_search'.


Is there a solution for this?


Many thanks!

Avatar
Descartar
Best Answer

add

store=True

or

search="_a_search_function"

to the corresponding field. that's a solution.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 24
5259
0
de maig 21
2357
1
de nov. 17
12242
0
de juny 15
4819
3
de març 15
5292