Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
10087 Widoki

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

Please help here

Awatar
Odrzuć
Najlepsza odpowiedź

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
Awatar
Odrzuć
Autor

Thank you

Powiązane posty Odpowiedzi Widoki Czynność
2
cze 24
1774
1
gru 23
1502
1
kwi 23
1628
1
mar 23
2482
0
gru 22
2049