Wednesday, March 27, 2024
2 changes
1 change
Enhancements to existing features
The attendance Gantt planning view is being adjusted to work with the new attendance-contract connection. This helps ensure employee attendance scheduling and contract-related information stay aligned as the HR attendance tools evolve.
1 change
Enhancements to existing features
This improvement removes unnecessary attribute parameters from product URLs when a product has no variants. Previously, product URLs would display with empty attribute markers (e.g., /shop/product-1#attr=), which looked unprofessional. Now, simple products without variants will have clean, straightforward URLs (e.g., /shop/product-1), improving the appearance and user experience of your eCommerce store.
Original PR description
Description of the issue/feature this PR addresses: Avoid ugly URL if no variant on your eCommerce. Current behavior before PR: Product URL are like /shop/product-1#attr= Desired behavior after PR is merged: Product URL are like /shop/product-1 when no attributes --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr