Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6494 มุมมอง

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...

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 25
1762
1
พ.ค. 25
1819
QWeb: use t-if to check birthday date แก้ไขแล้ว
1
เม.ย. 25
2327
1
ก.พ. 25
1595
0
ต.ค. 24
1399