Hello,
I have a barcode and I want it to be visible in the point of sale interface. To do that, I used :
<img t-att-src="'/report/barcode/EAN13/%s' % 'AZERTY'"/>
(AZERTY is the string for the barcode temporarily)
But, currently, this do not show me a barcode but this :
http://i.imgur.com/Lkz30vp.png
Please, help me, I don't understand what is wrong with my code :(
Thanks in advance !