Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4906 Переглядів

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!

Аватар
Відмінити
Найкраща відповідь

add

store=True

or

search="_a_search_function"

to the corresponding field. that's a solution.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
бер. 24
5334
0
трав. 21
2422
1
лист. 17
12329
0
черв. 15
4858
3
бер. 15
5370