odoo/odoo#197843
Created by fw-bot
Merged
at 0327bd3815a3eb16a6dc931a4c7c87716b73d40e
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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:18.0-master-show-delivery-row-cart-summary-vchu-411591-fw
- head
- 1978a85a2ae4c868bfab00d48c258032ef070ef0
- 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