I'm trying to figure out how to add a field, in this case "internal reference" to my ecommerce products.
I would like to have it in the product tiles under the product name. I would also like to have it show up next to the product name in the shopping cart lines.
I'm using Odoo online.
I was able to add it to the html for the product detail page by simply adding the following to the html code.
<span t-field="product.default_code"/>
I'm not sure where to go to edit it on the main products page and in the shopping cart description.
I'm guessing I need to edit the respective views but I'm not sure which. Any help is greatly appreciated.