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

how to hide this line from the acount.report_invoice

 <p t-if="o.type in ('out_invoice', 'in_refund')">
                        Please use the following communication for your payment : <b><span t-field="o.invoice_payment_ref"/></b>
                    </p>

i tried this xpath instruction but i can't trigger it, 

<xpath expr="//p[1]" position="replace"> 
 <p></p>
</xpath>

any suggestions ? 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Try this:

<xpath expr="//div[@class='page']/p[1]" position="replace">
</xpath>

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

thanks a lot, that was the right instruction

Related Posts ตอบกลับ มุมมอง กิจกรรม
4
พ.ค. 24
13453
1
เม.ย. 24
3919
0
พ.ย. 23
2591
Blank White Page After log in to Odoo13 แก้ไขแล้ว
1
ก.ย. 23
2756
2
ส.ค. 23
5374