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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- 專案管理
- MRP
此問題已被標幟
1
回覆
5331
瀏覽次數
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
|
8924 | ||
|
|
1
8月 25
|
3349 | ||
|
|
1
8月 25
|
3493 | ||
|
|
2
6月 25
|
3187 | ||
|
|
1
9月 25
|
11211 |