تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
10078 أدوات العرض

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يونيو 24
1771
1
ديسمبر 23
1497
1
أبريل 23
1624
1
مارس 23
2480
0
ديسمبر 22
2044