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

Hello,

I need to replace "fnct_search" by other equivalent method in a model od odoo v8

  _columns = {    
      'to_read': fields.function(_get_to_read, fnct_search=_search_to_read,     type='boolean', string='To read', help='Current user has an unread notification linked to this message'),
  }

Thank you!

Avatar
Buang
Jawaban Terbai

The parameter is search

https://www.odoo.com/documentation/8.0/reference/orm.html#computed-fields

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Nov 18
3239
2
Mar 15
10076
1
Mar 15
5116