Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4048 Vistas

what is t-filed value for Company name ?

so instead of product  name (as shown Below) I want to use Company name. What Would be T-field value?


<th class="table-active text-left" style="height: 6rem;">
                        <strong t-field="product.display_name"/>


Avatar
Descartar
Mejor respuesta

Hi,

Try any one of this,

<span t-field="product.company_id.name"/>
<span t-esc="o.user_id.company_id.name"/>

Thanks

Avatar
Descartar
Autor

res_company.name works fine.

got one more question for you How Can I access qweb file for Lot/Serioal number barcode ? thanks is advance

Publicaciones relacionadas Respuestas Vistas Actividad
1
ene 23
2437
1
oct 20
2038
1
mar 25
2237
0
ago 22
3238
1
may 22
4112