Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3583 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
feb 22
6048
2
set 15
5206
2
nov 23
19341
2
gen 19
4689
1
dic 17
4112