Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3122 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
5601
2
set 15
4643
2
nov 23
18673
2
gen 19
4169
1
dic 17
3657