Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4919 Tampilan

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
Buang
Jawaban Terbai

add

store=True

or

search="_a_search_function"

to the corresponding field. that's a solution.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mar 24
5342
0
Mei 21
2468
1
Nov 17
12345
0
Jun 15
4879
3
Mar 15
5382