Dear Community,
i'd like to change Description line in pdf invoice - i'd like to show product SCU instead of description.
here what i have in report_invoice_document:
<div class="row mt32 mb32">
<div class="col-xs-2" t-if="o.name">
<strong>Description:</strong>
<p t-field=" <div class="row mt32 mb32">
<div class="col-xs-2" t-if="o.name">
<strong>Description:</strong>
<p t-field="o.name"/>
</div>"/>
</div>
when i'm trying to change o.name to o.product_id - i'm getting 503 server error.
probably i missed something, pls advice how to do it?