Skip to Content
Menu
This question has been flagged
1 Reply
3990 Views

Hi guys, 

I am  trying to filter the list of my many2one field

 

def _selection_function(self, cr, uid, context=None):

vals = []

<some condition >

record = id,name
vals.append(record)

return vals

fields.many2one('my.model', 'Field Name', selection=_selection_function )

But in the browser , still display all record of my model, 

Avatar
Discard
Author Best Answer
Avatar
Discard
Related Posts Replies Views Activity
0
Oct 20
3471
0
Mar 15
3288
1
Mar 15
6419
1
Sep 23
1923
1
Jul 19
7135