From 2c165ff3eabbf5b8878f29560ac73db981797b58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Honor=C3=A9?=
Date: Mon, 12 Feb 2018 11:14:59 +0100
Subject: [PATCH] [FIX] Fix issue when the bank_id of partner_bank_id is not
set (field not mandatory) and create a traceback for the user
Use t-if
Increment the version number
---
account_payment_partner/__manifest__.py | 2 +-
account_payment_partner/views/report_invoice.xml | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/account_payment_partner/__manifest__.py b/account_payment_partner/__manifest__.py
index ac946d7c5..3410ff268 100644
--- a/account_payment_partner/__manifest__.py
+++ b/account_payment_partner/__manifest__.py
@@ -5,7 +5,7 @@
{
'name': 'Account Payment Partner',
- 'version': '10.0.1.1.1',
+ 'version': '10.0.1.1.2',
'category': 'Banking addons',
'license': 'AGPL-3',
'summary': 'Adds payment mode on partners and invoices',
diff --git a/account_payment_partner/views/report_invoice.xml b/account_payment_partner/views/report_invoice.xml
index 0de5a7969..3a25d8c13 100644
--- a/account_payment_partner/views/report_invoice.xml
+++ b/account_payment_partner/views/report_invoice.xml
@@ -9,7 +9,9 @@
Bank Account:
-
+
+
+