Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4155 Представления

I would like to change the header of the invoice/report depending on the partner language.

I see that the report header references the company.

I tried this but it doesn't work:

<div class="row" id="English" t-if="company.partner_id.lang=='en_US'">

...

</div>

Any suggestions?

Аватар
Отменить
Автор Лучший ответ


Solution::

 t-if="o.partner_id.lang== 'en_US' "

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
мая 17
4132
2
июн. 22
8027
3
мар. 17
12945
2
июл. 15
3716
1
июл. 15
4471