I am using v12 Odoo Online and I am trying to show my on hand quantity to the product pages online.
The first line of code I added to the product page was:
<h4 class="text-success">Quantity Available: <span t-field="product.qty_available"/>.</h4>
After adding this code, when I refreshed the Product page on the front end of the website, I got the error page "403: Forbidden The page you were looking for could not be authorized."
Is there something that prevents the "product.qty_available" field from being displayed on the product page? I have added other field to the page such as "product.uom_id" and some studio fields, without issue.