Hi guys, anyone here can help me in adding my Sales Person name to my invoices?
Currently only the Sales Order # is displayed, which is fine but I need the Sales Person to be displayed too.
I try adding the below code to the qweb view of the 'report_invoice_document' report but I got Odoo Server Error
Code: <div t-if="doc.user_id.name" class="col-xs-3">
<strong>Salesperson:</strong>
<p t-field="doc.user_id"/> </div>