From a63ecee47ac271b1f0a23528d9d5eab7f63ae528 Mon Sep 17 00:00:00 2001
From: Goffin Simon <sig@odoo.com>
Date: Wed, 8 Nov 2017 15:20:21 +0100
Subject: [PATCH] [FIX] website_sale: Wrong apply of the fiscal positions when
 choosing shipping address

In 11.0, this part of the code has been removed.

When choosing the shipping address in the cart, if a tax has been mapped
by a fiscal position, the subtotal was not correctly computed.

opw:778405
---
 addons/website_sale/views/templates.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/addons/website_sale/views/templates.xml b/addons/website_sale/views/templates.xml
index 381648690daf..f97421e50e07 100644
--- a/addons/website_sale/views/templates.xml
+++ b/addons/website_sale/views/templates.xml
@@ -1107,11 +1107,6 @@
                                 <a class="btn btn-default btn-primary pull-right mb32 " href="/shop/confirm_order">Confirm <span class="fa fa-long-arrow-right" /></a>
                             </div>
                         </div>
-                        <div class="col-lg-offset-1 col-md-3 text-muted">
-                            <h3 class="page-header mt16">Your Order</h3>
-                            <t t-set="website_sale_order" t-value="website.sale_get_order()" />
-                            <t t-call="website_sale.total" />
-                        </div>
                     </div>
                 </div>
             </div>
-- 
GitLab