This is the snippet of the architecture of the base view (I'm only including the part I am trying to modify):
<t t-name="purchase.report_purchaseorder_document">
</t>
View: report_purchaseorder_document
I have tried different syntax and the shipping address remains unchanged. How can I replace the information_block for this report? I believe the if statements its whats causing my issue - I do not think I am handling them properly.
These are the sytanx I have used:
<data>
</data>
Attempt 2:
<data>
</data>
I hope i am making sense. Please ask any clarifying questions. Thanks!