İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
10089 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

Thank you

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Haz 24
1774
1
Ara 23
1502
1
Nis 23
1630
1
Mar 23
2482
0
Ara 22
2049