Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4687 Vues

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
Ignorer
Meilleure réponse

The parameter is search

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
nov. 18
3435
2
mars 15
10244
1
mars 15
5286