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

Hi,

I would like know the way to get the list of mandatory fields from any object.

Will any orm method be some help?

your support is appreciated much.

thanks

Avatar
Abbandona
Autore Risposta migliore

Hi,

My colleague found the logic for this.

fields = self.pool.get('sale.order').fields_get(cr, uid)

required_fields = [field for field in fields if 'required' in fields[field] and fields[field]['required']]

print required_fields

Thanks

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
4
dic 19
6234
0
mar 17
4578
1
gen 17
9660
3
ott 24
14247
2
mar 15
4977