Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3414 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
5869
2
set 15
5004
2
nov 23
19056
2
gen 19
4507
1
dic 17
3950