Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4209 Переглядів

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

Related Posts Відповіді Переглядів Дія
1
січ. 23
2602
1
жовт. 20
2263
1
бер. 25
2421
0
серп. 22
3445
1
трав. 22
4346