I've been looking around Odoo at the report templates and say the product label pdf. From looking at it, I thought I saw a part I wanted to remove (The £ 0) on the side of the label but when I removed
<t t-set="product" t-value="product"/>
But turns out that didn't do what I wanted so it broke it. It no longer shows the barcode. So what I did was put it back to how it was and it's still broken. Any ideas?
I've installed reportlib which fixed the issue originally (Before I edited it) but that doesn't seem to be the problem.
Steps to recreate what I did:
Technical > Reporting > Product Label (PDF) > QWeb Views > report_producttemplatelabel > edit and then edited the code above.
Anyone know how I can urgently fix this and also how to change the £0 (Price in the corner) to a serial number or just blank?
I am using Odoo 12