Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3439 Vues

how i can create a combo field ? thanks.

Avatar
Ignorer
Meilleure réponse

I think you should use fields.selection

 'state': fields.selection([('done','Done'),('skipped','Skipped'),], 'State', size=24, help='The test will be completed only if the module is installed or if the test may be processed on uninstalled module.'),
Avatar
Ignorer