[IMP] report_barcode function: parameter type to barcode_type

ee324e8374

closes odoo/documentation#2847

X-original-commit: 3f34c3874c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
niyasraphy 2022-10-24 05:47:47 +00:00
parent 59db0ca18c
commit 894e1be9c6

View File

@ -159,7 +159,7 @@ More parameters can be passed as a query string
.. code-block:: html
<img t-att-src="'/report/barcode/?
type=%s&amp;value=%s&amp;width=%s&amp;height=%s'%('QR', 'text', 200, 200)"/>
barcode_type=%s&amp;value=%s&amp;width=%s&amp;height=%s'%('QR', 'text', 200, 200)"/>
Useful Remarks