-
- Downloads
[FIX] website_event_booth_sale: display price correction
Steps to reproduce: - Create a price list with different currency and discount with "show price and discount to the customer" - On the website select this pricelist and try to select the booth Issue: The displayed price will not be the correct one Note: This is an issue discovered during the correction of https://github.com/odoo/odoo/pull/101375 (forward-port of https://github.com/odoo/odoo/pull/85640 ) It allows to have the correct price depending of the currency of the pricelist applied. Now the unlink of the rate makes the new rate directlt effective. There is no need of having a `new_company` anymore. Summary: - view modification in `website_event_booth_sale` -> price of selected booth, simplification of comparison for the `<del>` - view modification in `website_event_sale` : simplification of comparison for the `<del>` - backend test modification in `website_event_[booth_]sale` common: addapt the rate; take out useless `new_env`; simplified pricelists creation - tour test addition: added the tour for essential use cases in event and event_booth; simplified the command so it is more readable related ticket: opw-2766997 closes odoo/odoo#101559 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/website_event_booth_sale/__manifest__.py 1 addition, 1 deletionaddons/website_event_booth_sale/__manifest__.py
- addons/website_event_booth_sale/static/tests/tours/helpers/WebsiteEventBoothSaleTourMethods.js 58 additions, 0 deletions...c/tests/tours/helpers/WebsiteEventBoothSaleTourMethods.js
- addons/website_event_booth_sale/static/tests/tours/website_event_booth_sale_pricelists.js 72 additions, 0 deletions...static/tests/tours/website_event_booth_sale_pricelists.js
- addons/website_event_booth_sale/tests/test_event_booth_sale.py 6 additions, 1 deletion...s/website_event_booth_sale/tests/test_event_booth_sale.py
- addons/website_event_booth_sale/tests/test_website_event_booth_sale_pricelist.py 1 addition, 1 deletion...oth_sale/tests/test_website_event_booth_sale_pricelist.py
- addons/website_event_booth_sale/views/event_booth_templates.xml 8 additions, 3 deletions.../website_event_booth_sale/views/event_booth_templates.xml
- addons/website_event_sale/static/tests/tours/helpers/WebsiteEventSaleTourMethods.js 76 additions, 0 deletions...static/tests/tours/helpers/WebsiteEventSaleTourMethods.js
- addons/website_event_sale/static/tests/tours/website_event_sale_pricelists.js 57 additions, 0 deletions..._sale/static/tests/tours/website_event_sale_pricelists.js
- addons/website_event_sale/tests/common.py 28 additions, 9 deletionsaddons/website_event_sale/tests/common.py
- addons/website_event_sale/tests/test_frontend_buy_tickets.py 4 additions, 1 deletionaddons/website_event_sale/tests/test_frontend_buy_tickets.py
- addons/website_event_sale/tests/test_website_event_sale_pricelist.py 1 addition, 1 deletion...ite_event_sale/tests/test_website_event_sale_pricelist.py
- addons/website_event_sale/views/website_event_templates.xml 2 additions, 2 deletionsaddons/website_event_sale/views/website_event_templates.xml
Loading
Please register or sign in to comment