Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3058 Переглядів

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 ? 

Аватар
Відмінити
Найкраща відповідь

Hi,

Try this:

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

Thanks

Аватар
Відмінити
Автор

thanks a lot, that was the right instruction

Related Posts Відповіді Переглядів Дія
4
трав. 24
13467
1
квіт. 24
3928
0
лист. 23
2600
1
вер. 23
2761
2
серп. 23
5379