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

How to develop dynamic font, size and alignment report in QWEB, I tried some way but can't get, when I set a value static it is work but dynamically its not work for example: I my report

  • <div style = "position:absolute;top:30mm;left:35mm;font-size:9px;">

  • <p>ABC It is acctable</p>

  • </div>


so I tried this values are got form one field and pass to the style parameter it is not getting.


<div style = "o.alias_name">

<p> Company</p>

</div>

Here o.alias_name i having this values position:absolute;top:30mm;left:35mm;font-size:9px; but i can't get a proper output, kindly suggest me a solution for this.

形象
丢弃
最佳答案

Hi sridhar

You should use t-att to set attributes like:

<div t-att-style="o.alias_name">

    <p> Company</p>

</div>

形象
丢弃
编写者

Yes it is working fine thank You...

相关帖文 回复 查看 活动
1
7月 25
1782
1
5月 25
1873
1
4月 25
2343
1
2月 25
1624
0
10月 24
1415