コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3427 ビュー

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.'),
アバター
破棄