跳至內容
選單
此問題已被標幟
1 回覆
4309 瀏覽次數

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"/>


頭像
捨棄
最佳答案

Hi,

Try any one of this,

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

Thanks

頭像
捨棄
作者

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

相關帖文 回覆 瀏覽次數 活動
1
1月 23
2679
1
10月 20
2350
1
3月 25
2506
0
8月 22
3558
1
5月 22
4457