Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2885 Vistas

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
Descartar
Mejor respuesta

Hi,

Try this:

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

Thanks

Avatar
Descartar
Autor

thanks a lot, that was the right instruction

Publicaciones relacionadas Respuestas Vistas Actividad
4
may 24
12865
1
abr 24
3462
0
nov 23
2130
1
sept 23
2300
2
ago 23
4742