İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3016 Görünümler

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
Vazgeç
En İyi Yanıt

Hi,

Try this:

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

Thanks

Avatar
Vazgeç
Üretici

thanks a lot, that was the right instruction

İlgili Gönderiler Cevaplar Görünümler Aktivite
4
May 24
13306
1
Nis 24
3809
0
Kas 23
2497
1
Eyl 23
2665
2
Ağu 23
5235