From 1850f483552db51899a07449c0ccc097708b91aa Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 2 Nov 2021 18:35:42 +0100 Subject: [PATCH] Update test suite Fix bug in account_banking_mandate when a res.partner.bank is not attached to a particular company (company_id is NOT required on res.partner.bank) --- account_payment_partner/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_partner/__manifest__.py b/account_payment_partner/__manifest__.py index 10f687d44..ff00ec582 100644 --- a/account_payment_partner/__manifest__.py +++ b/account_payment_partner/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Account Payment Partner", - "version": "14.0.1.3.1", + "version": "14.0.1.3.2", "category": "Banking addons", "license": "AGPL-3", "summary": "Adds payment mode on partners and invoices",