İçereği Atla
Menü
Bu soru işaretlendi
3172 Görünümler

Hi! i have a module

class staff_custom(models.Model):

_name = "staff.custom"

_description = "Staff"

def _select(self,uid,ids,vals,context=None):

return []

_columns = {

'code': fields.selection(_select,'Code')

}

I want build new module, when install new module, field 'code' in staff.custom have new value selection!

Please help me!

Thanks!

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Şub 22
5654
2
Eyl 15
4699
2
Kas 23
18723
2
Oca 19
4225
1
Ara 17
3703