跳至內容
選單
此問題已被標幟
1 回覆
3047 瀏覽次數

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

相關帖文 回覆 瀏覽次數 活動
4
5月 24
13427
1
4月 24
3913
0
11月 23
2577
1
9月 23
2747
2
8月 23
5360