Thursday, March 12, 2026
2 changes · saas-19.1
Enhancements to existing features
This update adds barcode (GTIN) data to product listings on the website. This improves how Google and other search engines understand our products, leading to better search rankings and ensuring compliance with Google Merchant Center guidelines. It’s a small change that significantly boosts our online visibility.
Original PR description
Include the barcode (GTIN) in product micro-data to improve SEO indexing and comply with Google Merchant Center requirements. Added gtin property to the JSON-LD metadata in product.product. Affected Version: 19.0 Task: 5953441 Forward-Port-Of: odoo/odoo#252823
This update enhances the testing of accrual calculations within the US HR Payroll module, ensuring accurate leave tracking. It also addresses a security issue by granting access to tracking values to non-admin users, allowing for broader use of this functionality. This improves the reliability and flexibility of payroll calculations.
Original PR description
Accrual is computed based on tracking values, checking added or removed leaves in a given request, based on their datetimes. This feature does not seems tested currently, so let us cover it. That way we ensure future changes in tracking model do not break current feature. By the way, fix an ACL issue when trying to access tracking values and not being admin. Task-5935695 ([mail, various] Cleanup and test tracking usage) Prepares Task-3645865 ([mail] In-body tracking) Co-Authored-By: Prakash Prajapati <ppr@odoo.com> Forward-Port-Of: odoo/enterprise#110302