Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4940 Представления

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
5356
0
мая 21
2477
1
нояб. 17
12363
0
июн. 15
4908
3
мар. 15
5403