I can display t-att-value="aaa" this in input type text
but in <select> </select> i am unable to display
Please help here
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I can display t-att-value="aaa" this in input type text
but in <select> </select> i am unable to display
Please help here
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
Thank you
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jun 24
|
489 | ||
|
1
Dec 23
|
574 | ||
|
1
Apr 23
|
668 | ||
|
1
Mar 23
|
1250 | ||
|
0
Dec 22
|
1137 |