Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4902 Visualizzazioni

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
Abbandona
Risposta migliore

add

store=True

or

search="_a_search_function"

to the corresponding field. that's a solution.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mar 24
5330
0
mag 21
2416
1
nov 17
12327
0
giu 15
4849
3
mar 15
5369