Wednesday, August 26, 2026
2 changes · saas-19.3
Enhancements to existing features
The Indian localization stock demo data now creates a warehouse for the Indian demo company. This makes demonstrations and testing involving e-waybills easier because users no longer need to manually set up a warehouse first.
Original PR description
Following the task-4034713, we used to create warehouse for all company but after this task we only create warehouse for the main company while testing for Indian Demo company considering the ewaybills it's annoying to create a new warehouse for Devs and POs and even for Demos After this commit, we will create demo warehouse for the Indian demo company Task [link](https://www.odoo.com/odoo/project.task/4034713) task-4034713 Forward-Port-Of: odoo/odoo#283797
Product pages now include the product internal reference as SKU information in their structured data when it is available. This helps search engines and other services better identify products, improving consistency in product listings and integrations.
Original PR description
Include default_code as the Schema.org sku property in the product structured data when it is set. @Tecnativa TT64220 **Description of the issue/feature this PR addresses:** Product structured data does not expose the product internal reference as a SKU. **Current behavior before PR:** The sku property is absent even when default_code is set. **Desired behavior after PR is merged:** The product structured data includes default_code as the Schema.org sku property when available. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#284342 Forward-Port-Of: odoo/odoo#282911