跳至内容
菜单
此问题已终结
1 回复
5840 查看

<tbody>

<th colspan="3">

<strong>

<span t-field="o.material_ids.color_id" />

<span t-field="o.material_ids.print_side" />

</strong>

<br />

<t t-if="not o.material_ids.papercut_id.cut_image">

<span t-field="o.material_ids.papercut_id.cut_image"

t-field-options='{"widget": "image"}'>

</span>

</t>

<br />

<span t-field="o.material_ids.formula" />

</th>

</tbody>


My code is not working, how to cheking?

形象
丢弃
最佳答案

Hi,

You can hide a field in the report in if there is no value in it, for that you can do it like this

<t t-if="employee.address_home_id">   
    <span t-field="employee.address_home_id.name"/>
</t>

Here the value will be displayed in the report if there is a value in field employee.address_home_id.name , else it will not get printed

Thanks

形象
丢弃
编写者

Thanks, its work thank you

编写者

I have another question

"i change position right in page" here is my code

<tr>

<th colspan="3" class="text-left" align="right" style="width: 30%;"></th>

<th class="text-right" align="right" style="width: 30%;">

<br />

<strong>Хариуцсан менежер:........................................

</strong>

<br />

<strong>

Захиалга авсан:

<span t-field="o.user_id" />

</strong>

</th>

</tr>

Thanks for helping

相关帖文 回复 查看 活动
1
12月 18
2813
0
7月 17
4695
0
5月 17
2561
3
6月 23
10491
1
11月 23
9317