Hi Guys
I was wondering how i can show the part numbers barcode on the serial number's report.
Here is my view now:
Any help would be appreciated
<?xml version="1.0"?>
<t t-name="stock.label_lot_template_view">
<t t-foreach="docs" t-as="lot">
<t t-translation="off">
^XA
^FO100,50
^A0N,44,25^FD<t t-esc="lot.product_id.display_name"/>^FS
^FO100,100
^A0N,50,40^FDLN/SN: <t t-esc="lot.name"/>^FS
^FO100,200^BY3
^BCN,200,Y,N,N
^FD<t t-esc="lot.name"/>^FS
^XZ
</t>
</t>
</t>