Skip to Content
Menu
This question has been flagged
3961 Rodiniai

I am trying to get selections for multiple fields from the same method, but I don't find the way to pass the values:

_columns = { 
    'x_standard': fields.selection(selection='_get_selection', string='Standards', required=1),
    'x_pressure': fields.selection(selection='_get_selection', string='Pressure', required=1),
}
def _get_selection(fieldname):
    selection = []
    if fieldname=='x_stanadard':
        selection=[('xxx','xxx')]
    elif fieldname=='x_pressure':
        selection=[('yyy','yyy')]
    return selection

Thanks for any help!

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
gruod. 17
16936
1
kov. 15
9513
1
gruod. 24
1583
0
birž. 19
3802
1
rugp. 18
8068