odoo/odoo#196033

Created by fw-bot
Merged at b63764bb3350d468b06965fe94a9e45b434d8ed1

Statuses:

label
odoo-dev:18.0-16.0-website-sale-fix-reorder-product-widget-mash-pC84-fw
head
412a5958d095ca8960f08a423ecaf3298df52acd
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