Hi Guys,
I am customizing my invoice.
I have created a new xml file with inherited "account.report_invoice_document".
I used xpath to totally replace the section <table class="table table-condensed">
My problem is that i cannot hide the payment term.
Your kindness is much appreciated.
Thank you guys.
Here is the code from account.report_invoice_document i was to hide:
<p t-if="o.payment_term_id">
<span t-field="o.payment_term_id.note"/>
</p>