odoo/odoo#191297
Created by Sales, Manushi Shah (mash)
Merged
at 6867ffc4e072dcc574c6b17dbe6ebf2efb053628
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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:16.0-website-sale-fix-reorder-product-widget-mash
- head
- 12cd74b85c897b7dec3a6d8643c7321ba51b9db6
- merged
- 9 months ago by Sales, Victor Feyens (vfe)
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 |
[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