Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3092 Visualizações

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
Cancelar
Melhor resposta

Hi,

Try this:

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

Thanks

Avatar
Cancelar
Autor

thanks a lot, that was the right instruction

Publicações relacionadas Respostas Visualizações Atividade
4
mai. 24
13498
1
abr. 24
3941
0
nov. 23
2627
1
set. 23
2769
2
ago. 23
5412