Say I want to take the field 'company_id' from product.template model and append it to POS orderline similar to additional note in orderline.
I want to call 'company_id' directly on the xml file instead of passing it through a js function.
How can I achieve this?
Can I do anything with "t-att-data-id"?