From 48f9c45b260d2a99cf118bddc8aa4f179c07fa9c Mon Sep 17 00:00:00 2001
From: Benjamin <35699580+benj-filament@users.noreply.github.com>
Date: Mon, 4 Mar 2019 11:06:30 +0100
Subject: [PATCH] suppr heritage report_invoice_payment_mode

---
 views/report_invoice.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/views/report_invoice.xml b/views/report_invoice.xml
index 910591f..a551201 100644
--- a/views/report_invoice.xml
+++ b/views/report_invoice.xml
@@ -30,12 +30,6 @@
             </xpath>
 
         </template>
-        
-        <!-- Supprime la partie Bank Account du module account_payment_partner -->
-        <template id="report_invoice_payment_mode_finacoop" inherit_id="account_payment_partner.report_invoice_payment_mode">
-            <xpath expr="//p[@t-if='o.partner_bank_id']" position="replace">
-            </xpath>
-        </template>
     
     </data>
 </odoo>
\ No newline at end of file
-- 
GitLab