Hi,
I’m on Odoo 18 (Website + eCommerce), and I need to add the field:
"priceValidUntil": "2030-12-31"
inside the “offers” section of the product JSON-LD (schema.org Product markup).
However, I cannot find the JSON-LD QWeb template.
I searched under Debug → Open View → Views, but none of the expected templates appear, such as:
website_sale.product_schema_jsonld
website_sale.product_template_schema_jsonld
product_schema_jsonld
Filtering by “QWeb”, “schema”, “json”, “ld”, or “product” shows no results.
I also checked inherited views of website_sale.product and website_sale.product_template, but there is no t-call pointing to a JSON-LD template.
Question:
Where does Odoo 18 generate the JSON-LD for product pages, and how can I extend it to include the missing field “priceValidUntil”?
Thanks.