Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3040 Представления

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
13414
1
апр. 24
3905
0
нояб. 23
2566
1
сент. 23
2736
2
авг. 23
5346