Hi all,
I want to add a button here (Barcode app -> Operations -> Receipts:
Therefore I try to inherit the stock_barcode.LineComponent template (enterprise/stock_barcode/static/src/components/line.xml) with a custom module like so:
But as soon as I add the I'm getting this error:
I found the error “AssertionError: element odoo has extra content:...” in a couple other posts, but it didn't seem like they dealt with the same cause.
Any ideas?
Thanks in advance