تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4893 أدوات العرض

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.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مارس 24
5326
0
مايو 21
2408
1
نوفمبر 17
12321
0
يونيو 15
4843
3
مارس 15
5354