-
- Downloads
[FIX] website_sale: Adapt compare_list_price widget currency to match list_price
- Install `website_sale` - Go to settings - Enable 'Comparison Price' - Go to products - Open a random product - Put a random `Compare to Price` (example $400 with a sales Price to $295) - Click on smart button `Go To Website` With $ 1 = 0.5 € Before: With `Public Pricelist`: `$ 300.00 ($ 400.00)` With `EUR` pricelist: `150.00 € ($ 400.00)` After: With `Public Pricelist`: `$ 300.00 ($ 400.00)` With `EUR` pricelist: `150.00 € (200.00 €)` backport of https://github.com/odoo/odoo/pull/87134 closes odoo/odoo#133484 Signed-off-by:Achraf Ben Azzouz (abz) <abz@odoo.com>
Showing
- addons/website_sale/models/product_template.py 11 additions, 0 deletionsaddons/website_sale/models/product_template.py
- addons/website_sale/static/tests/tours/website_sale_shop_compare_list_price_pricelist.js 9 additions, 0 deletions...s/tours/website_sale_shop_compare_list_price_pricelist.js
- addons/website_sale/tests/test_website_sale_show_compare_list_price.py 21 additions, 0 deletions...e_sale/tests/test_website_sale_show_compare_list_price.py
- addons/website_sale/views/templates.xml 9 additions, 7 deletionsaddons/website_sale/views/templates.xml
Please register or sign in to comment