An error occurred while fetching folder content.
Manuel Gómez - https://www.vauxoo.com/
authored
Expected behavior : The pricelist must be the one chosen by the customer on the website. Current behavior : The price list is reset when the address is edited Steps to reproduce the error : First of all, you need to setup 2 pricelists on the website: ~ The first in dollars ~ The second in euros ~ Removes the group of countries from both 1. Create an order with the second price list (EURO) 2. Set your address 3. Edit your address 4. The pricelist will be changed to dollars When you set the address for the first time, It redirects to /shop/confirm_order which executes sale_get_order(update_pricelist=True) to correct the price list. But when you edit the address sale_get_order(update_pricelist=True) is not executed closes odoo/odoo#83061 closes odoo/odoo#86764 X-original-commit: e5a76880 Signed-off-by:Yannick Tivisse (yti) <yti@odoo.com>