[19.0][MIG] website_sale_wishlist_keep: Migration to version 19.0 - #1291
Open
cristina-hidalgo-tecnativa wants to merge 20 commits into
Open
[19.0][MIG] website_sale_wishlist_keep: Migration to version 19.0#1291cristina-hidalgo-tecnativa wants to merge 20 commits into
cristina-hidalgo-tecnativa wants to merge 20 commits into
Conversation
…ishlist when we add to cart
Member
|
/ocabot migration website_sale_wishlist_keep |
pedrobaeza
requested review from
adasatorres-tecnativa and
pilarvargas-tecnativa
August 18, 2026 07:43
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_wishlist_keep
branch
2 times, most recently
from
August 18, 2026 07:58
e184fa4 to
8384683
Compare
Andrii9090-tecnativa
approved these changes
Aug 18, 2026
Andrii9090-tecnativa
left a comment
There was a problem hiding this comment.
LGTM, test on runboat 👍
pilarvargas-tecnativa
suggested changes
Aug 18, 2026
pilarvargas-tecnativa
left a comment
Contributor
There was a problem hiding this comment.
Please restore the Odoo option in this module to how it was in previous versions
Member
|
Use odoo/odoo@b414047 as reference |
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_wishlist_keep
branch
from
August 18, 2026 11:27
8384683 to
9f39e29
Compare
adasatorres-tecnativa
approved these changes
Aug 18, 2026
adasatorres-tecnativa
left a comment
There was a problem hiding this comment.
LGTM, Code review and functionality testing on Runboat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Odoo 19 removed the
#b2b_wishcheckbox and its JS logic fromwebsite_sale_wishlist; adding a product to cart from the wishlist now always removes it, with no built-in option. This module reimplements the "keep in wishlist" behavior:ProductWishlist.addToCartto skip removal from the wishlist when enabled.#b2b_wishcheckbox override with adata-keep-wishlistmarker on the wishlist page.Customizetab to the newStyletab (Wishlist Page section).@Tecnativa TT64171
@pedrobaeza @pilarvargas-tecnativa