Skip to content
Snippets Groups Projects
Commit 3b42123e authored by Thomas Lefebvre (thle)'s avatar Thomas Lefebvre (thle)
Browse files

[FIX] website_sale_delivery: add the modification of a relay point


Steps to reproduce:
Realize the process checkout flow on ecommerce.
Taking care to have only one shipping method (example Mondial relay).

Issue:
When confirming the order,
it is not possible to choose another parcel point.

Solution:
Make it possible to click on the shipping method
to change the parcel point.

Remark:
It is only possible to confirm the relay point once.
We must reload the page if we want to modify it.

opw-3149294

closes odoo/odoo#111893

X-original-commit: cce78ebc
Signed-off-by: default avatarXavier Bol (xbo) <xbo@odoo.com>
parent e6028b44
Branches
Tags
No related merge requests found
......@@ -31,7 +31,9 @@
<div t-if="delivery_nb == 1" id="delivery_carrier" class="mt4">
<b>Shipping Method: </b>
<t t-foreach="deliveries" t-as="delivery">
<t t-call="website_sale_delivery.payment_delivery_methods"/>
<div class="o_delivery_carrier_select d-inline">
<t t-call="website_sale_delivery.payment_delivery_methods"/>
</div>
</t>
</div>
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment