Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3019 Tampilan

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 ? 

Avatar
Buang
Jawaban Terbai

Hi,

Try this:

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

Thanks

Avatar
Buang
Penulis

thanks a lot, that was the right instruction

Post Terkait Replies Tampilan Aktivitas
4
Mei 24
13316
1
Apr 24
3821
0
Nov 23
2505
1
Sep 23
2678
2
Agu 23
5244