Quantcast
Channel: OpenERP Help - Individual question feed
Viewing all articles
Browse latest Browse all 224

Is it possible to add radio button in openerp v7.0 .?.

$
0
0
i created a module in openerp it have textbox, dropdown list etc for adding the student details. so iwant to add a radio button field to that form. i just add the following line in python code. 'rd':fields.radio([('state','State'),('cbse','CBSE')],'Syllabus',required=True), 'rd':fields.radiobutton([('state','State'),('cbse','CBSE')],'Syllabus',required=True), but in the first case in the form displays a dropdown list. The line on the xml view is given below. and also try this please give suggestion to me..

Viewing all articles
Browse latest Browse all 224

Trending Articles