odoo/odoo#196070
Created by fw-bot
Merged
at 05310b0c35c3c3c3b05b978f93c4670d510c21fe
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-16.0-website-sale-fix-reorder-product-widget-mash--tFP-fw
- head
- 72f1abae4eb7f550520d17ef023be83de8e4f410
- merged
- 9 months ago by Sales, Manushi Shah (mash)
odoo/odoo | |
---|---|
16.0 | #191297 |
17.0 | #195817 |
saas-17.2 | #195861 |
saas-17.4 | #195880 |
18.0 | #196033 |
saas-18.1 | #196051 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #196070 |
[FW][FIX] website_sale: resolve product reorder issue in shop editor
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