Hello, I have figured out that I can add a customer name to the report_mrporder view by adding the following code to the Architecture tab.
<h3><strong>Customer Name: </strong></h3><h4><span t-field="o.x_temp_customer_name"/></h4>
However, my understanding of views is that I should add this to the Inherited Views tabs so my report is not impacted during a version upgrade. Can someone give an example of how to do this so the customer name shows before the Source Document section?
Thank you!!