Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4888 Vues

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.

Avatar
Ignorer
Meilleure réponse

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


Avatar
Ignorer
Publications associées Réponses Vues Activité
1
sept. 15
8371
2
juin 25
2444
0
juil. 23
2388
1
avr. 23
10266
0
oct. 22
2918