تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3055 أدوات العرض

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
4
مايو 24
13463
1
أبريل 24
3924
0
نوفمبر 23
2594
1
سبتمبر 23
2759
2
أغسطس 23
5378