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

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur

Thank you

Publications associées Réponses Vues Activité
2
juin 24
1767
1
déc. 23
1495
1
avr. 23
1615
1
mars 23
2479
0
déc. 22
2042