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

Hi, I have created a survey in odoo10 version and i need to create a question with option combobox.
How can do this... can any one help me....  Thanks Everyone.

アバター
破棄
最善の回答

Do you mean selection field in odoo ? see the example

Write In python file

question5 =  fields.Selection([('internal_value1', 'Value2'), ('internal_value2', 'Value2'),('internal_value3', 'Value3'), ], string='Question 5',)

Write in xml

<field name="question5"/>

It will display as a combo box


アバター
破棄
関連投稿 返信 ビュー 活動
1
9月 15
8397
2
6月 25
2459
0
7月 23
2403
1
4月 23
10278
0
10月 22
2919