تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3445 أدوات العرض

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.'),
الصورة الرمزية
إهمال