Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3012 Zobrazení

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
Zrušit
Nejlepší odpověď

Hi,

Try this:

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

Thanks

Avatar
Zrušit
Autor

thanks a lot, that was the right instruction

Related Posts Odpovědi Zobrazení Aktivita
4
kvě 24
13286
1
dub 24
3782
0
lis 23
2479
1
zář 23
2649
2
srp 23
5204