hi i am trying to remove currency from journal_id in journal entry to not show in print journal Entry in my qweb i do this:
<div class="col-xs-6" t-if="o.journal_id">
<h4 style="font-size:20px;">
<strong>Journal:</strong>
<span t-field="o.journal_id.code"/><span t-field="o.journal_id" style ="padding-left:20%;color:black;font-size:18px"/>
</h4>
</div>
when i print i get currency by default i want to hide it do you have any idea?