Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
10071 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor

Thank you

Publicações relacionadas Respostas Visualizações Atividade
2
jun. 24
1767
1
dez. 23
1495
1
abr. 23
1615
1
mar. 23
2479
0
dez. 22
2042