odoo/odoo#197847
Created by fw-bot
Merged
at e3475869baa4354b43657ad10c5ccdd46a8be62f
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-master-show-delivery-row-cart-summary-vchu-416439-fw
- head
- ee2a574516d2fc3d8ee5f07da9ef45294386a158
- merged
- 7 months ago by Sales, Valeriya Chuprina (vchu)
odoo/odoo | |
---|---|
saas-17.4 | #194986 |
18.0 | #197843 |
saas-18.1 | #197846 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #197847 |
[FW][FIX] website_sale: always show delivery row in cart summary
Before delivery row was not displayed when dm was not set. It was confusing to not show delivery row when a product required delivery, and it caused a traceback on the checkout page when no delivery method was preselected and a user selected one.
After this commit when delivery is not set yet, we will show explicitly that delivery is required but the price will be updated after its selection.
Forward-Port-Of: #194986