Skip to Content
मेन्यू
This question has been flagged
1 Reply
10077 Views

I can display t-att-value="aaa"  this in input type text   
but in <select> </select>  i am unable to display

Please help here

Avatar
Discard
Best Answer

I think you want to do as follow:

<select>
    <option value=""/>
    <option t-att-value="your_field_name">
        <t t-esc="your_field_name"/>
    </option>
</select>

You can take the reference from website_sale module.

Sudhir Arya
ERP Harbor Consulting Services
s:sudhir@erpharbor.com  w: http://www.erpharbor.com
Avatar
Discard
Author

Thank you

Related Posts Replies Views Activity
2
जून 24
1771
1
दिस॰ 23
1497
1
अप्रैल 23
1623
1
मार्च 23
2480
0
दिस॰ 22
2044