mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[IMP] report_barcode function: parameter type to barcode_type
ee324e8374closes odoo/documentation#2847 X-original-commit:3f34c3874cSigned-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user