odoo/odoo#196051

Created by fw-bot
Merged at 7575117c9207baa1242ac3a683cf140e008c8d38

Statuses:

label
odoo-dev:saas-18.1-16.0-website-sale-fix-reorder-product-widget-mash-PDor-fw
head
5cc96afb91ed182d051c75008f630eec45e9e1fa
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

Forward-Port-Of: #195880
Forward-Port-Of: #191297