[IMP] report_barcode function: parameter type to barcode_type
ee324e8374
closes odoo/documentation#2843
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
1c2d59b280
commit
3f34c3874c
@ -159,7 +159,7 @@ More parameters can be passed as a query string
|
||||
.. code-block:: html
|
||||
|
||||
<img t-att-src="'/report/barcode/?
|
||||
type=%s&value=%s&width=%s&height=%s'%('QR', 'text', 200, 200)"/>
|
||||
barcode_type=%s&value=%s&width=%s&height=%s'%('QR', 'text', 200, 200)"/>
|
||||
|
||||
|
||||
Useful Remarks
|
||||
|
Loading…
Reference in New Issue
Block a user