-
Notifications
You must be signed in to change notification settings - Fork 30k
[FW][FIX] website_sale: resolve product reorder issue in shop editor #196033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
fw-bot
wants to merge
1
commit into
odoo:18.0
from
odoo-dev:18.0-16.0-website-sale-fix-reorder-product-widget-mash-pC84-fw
Closed
[FW][FIX] website_sale: resolve product reorder issue in shop editor #196033
fw-bot
wants to merge
1
commit into
odoo:18.0
from
odoo-dev:18.0-16.0-website-sale-fix-reorder-product-widget-mash-pC84-fw
Conversation
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
Steps to Reproduce: - Navigate to /shop . - Open editor mode and select a product. - Use the reorder widget from the editor panel to change the product's position. - Notice the product jumps 2 positions instead of 1 when reordered. Issue: - Two products, 'Warranty' and 'Chair Floor Protection', have the same website_sequence. This causes the reorder logic to malfunction, making products jump 2 positions when one is placed in front or behind these two. Fix: - Updated the website_sequence of conflicting products to ensure all products have unique values. Affected Versions: 16.0~master opw-4150099 X-original-commit: 864fec4
This PR targets 18.0 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
robodoo
pushed a commit
that referenced
this pull request
Feb 3, 2025
Steps to Reproduce: - Navigate to /shop . - Open editor mode and select a product. - Use the reorder widget from the editor panel to change the product's position. - Notice the product jumps 2 positions instead of 1 when reordered. Issue: - Two products, 'Warranty' and 'Chair Floor Protection', have the same website_sequence. This causes the reorder logic to malfunction, making products jump 2 positions when one is placed in front or behind these two. Fix: - Updated the website_sequence of conflicting products to ensure all products have unique values. Affected Versions: 16.0~master opw-4150099 closes #196033 X-original-commit: 864fec4 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com> Signed-off-by: Manushi Shah (mash) <mash@odoo.com>
@mash-odoo @Feyensv staging failed: ci/l10n on ccc9fa9473b37a5fa0761c9022844d63ababa98e (view more at https://runbot.odoo.com/runbot/build/74381652) |
robodoo retry |
StephaneMangin
pushed a commit
to camptocamp/odoo
that referenced
this pull request
Feb 6, 2025
Steps to Reproduce: - Navigate to /shop . - Open editor mode and select a product. - Use the reorder widget from the editor panel to change the product's position. - Notice the product jumps 2 positions instead of 1 when reordered. Issue: - Two products, 'Warranty' and 'Chair Floor Protection', have the same website_sequence. This causes the reorder logic to malfunction, making products jump 2 positions when one is placed in front or behind these two. Fix: - Updated the website_sequence of conflicting products to ensure all products have unique values. Affected Versions: 16.0~master opw-4150099 closes odoo#196033 X-original-commit: 864fec4 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com> Signed-off-by: Manushi Shah (mash) <mash@odoo.com>
gamarino
pushed a commit
to numaes/numa-public-odoo
that referenced
this pull request
Feb 23, 2025
Steps to Reproduce: - Navigate to /shop . - Open editor mode and select a product. - Use the reorder widget from the editor panel to change the product's position. - Notice the product jumps 2 positions instead of 1 when reordered. Issue: - Two products, 'Warranty' and 'Chair Floor Protection', have the same website_sequence. This causes the reorder logic to malfunction, making products jump 2 positions when one is placed in front or behind these two. Fix: - Updated the website_sequence of conflicting products to ensure all products have unique values. Affected Versions: 16.0~master opw-4150099 closes odoo/odoo#196033 X-original-commit: 864fec4c8cc8aa5ebfc513cb7aeb52ea875d2257 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com> Signed-off-by: Manushi Shah (mash) <mash@odoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Steps to Reproduce:
Issue:
Fix:
Affected Versions: 16.0~master
opw-4150099
Forward-Port-Of: #195880
Forward-Port-Of: #191297