Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4869 Vizualizări

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!

Imagine profil
Abandonează
Cel mai bun răspuns

add

store=True

or

search="_a_search_function"

to the corresponding field. that's a solution.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
mar. 24
5313
0
mai 21
2376
1
nov. 17
12284
0
iun. 15
4832
3
mar. 15
5310