Hi,
I'm trying to add a product's internal note on report_saleorder_document but i can't find out the name of this field
<t t-foreach="doc.order_line" t-as="line">
<span t-field="line.internalnotes"/>
</t>
What is the propper name of this field?
Where can I find a list of all the fields for products?