Navigate
Branch
Saturday, September 30, 2017
4 changes
New functionality added to Odoo
This update adds a more complete way to manage website pages, including page properties, listings, redirects, and related editor improvements. It helps website managers find, organize, and maintain pages more easily from within Odoo, reducing manual work and improving day-to-day site administration.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Website visitors can now add products to a wishlist before signing in, making it easier to save items and return later. When they log in, those saved items are linked to their account, and wishlist displays now more accurately reflect saved product variants while avoiding a visual glitch.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update improves the website editor experience by fixing issues with link creation, list editing, color option display, and responsive placement of customization controls. It also adds a clearer background for placeholder images, making page editing more predictable and easier for users.
Original PR description
Task : https://www.odoo.com/web#id=30851&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.b7c48a108f793eee05c3a598ed172e99
Website visitors can now add products to a wishlist before creating or signing into an account. When they log in, those saved items are connected to their account, and products show as wishlisted if any variant was saved, improving shopping continuity and product display accuracy.
Original PR description
If you were going to [copy my addon](https://github.com/OCA/e-commerce/tree/10.0/website_sale_wishlist), at least do it the right way! 👻 I hope this one lands in time for v11 😱 Current behavior before this patch: - Only authenticated users were able to set items as wishlisted. - A product template is displayed as wishlisted if the first variant is so. Desired behavior after this patch: - All users are able to wishlist items. - When a user logs in, his dangling wishlists join him. - A product template is displayed as wishlisted when any of its variants is so. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa