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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
jun 24
|
1766 | ||
|
1
dic 23
|
1495 | ||
|
1
abr 23
|
1615 | ||
|
1
mar 23
|
2477 | ||
|
0
dic 22
|
2041 |