-
- Downloads
[FIX] website_sale: prevent issue with test shop_list_view_b2c
It very rarely happens that the test is failing due to the following error:
`Tour shop_list_view_b2c failed at step
.oe_product_cart .oe_currency_value:contains("825.00")`
The value found in that case is 750 instead of 825, which indicates that the b2c
setting was not correctly activated.
To exclude the RPC themselves from the equation, it is decided here to move the
setting change directly in the Python.
closes odoo/odoo#44528
X-original-commit: 3edc88911bf24cd57a27933cf3ffb03a42168bc9
Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
Please register or sign in to comment