跳至内容
菜单
此问题已终结
1 回复
3429 查看

how i can create a combo field ? thanks.

形象
丢弃
最佳答案

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.'),
形象
丢弃