I would like to display a barcode on my Manufactory Order view (view_type=form & model=mrp.production).
What I've tried has been to enable debugging mode and edit the form view and inserting the following:
<barCode code="code128" fontName="Times-Roman" fontSize="50" alignment="CENTER"> 'My Data' </barCode>
The results I get is "My Data" rendered in clear text instead of a barcode.
Any suggestions?