Skip to content

Commit

Permalink
[FIX] l10n_ar_ux: report controller parameter change
Browse files Browse the repository at this point in the history
`type` is now `barcode_type`

See odoo/odoo@ee324e8
  • Loading branch information
sgheller committed Dec 3, 2023
1 parent d15716c commit 7b24aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_ux/views/report_invoice.xml
Expand Up @@ -76,7 +76,7 @@
<div class="col-auto p-5 text-center">
<h5><span t-field="o.journal_id.qr_code_label"/></h5>
<br/>
<img t-att-src="'/report/barcode/?type=QR&amp;value=%s&amp;width=128&amp;height=128' % o.journal_id.qr_code" style="height:100px"/>
<img t-att-src="'/report/barcode/?barcode_type=QR&amp;value=%s&amp;width=128&amp;height=128' % o.journal_id.qr_code" style="height:100px"/>
</div>
</div>
</div>
Expand Down

0 comments on commit 7b24aa5

Please sign in to comment.