From 14d8fea929c5f3a587f6c419a1f04714ae025500 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 29 Aug 2018 17:07:53 +0200 Subject: [PATCH] [FIX] default_partner_id added on partner_bank if it is created. --- account_payment_order/__manifest__.py | 2 +- account_payment_order/views/account_payment_line.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index df61335b4..9a973cde3 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -8,7 +8,7 @@ { 'name': 'Account Payment Order', - 'version': '11.0.1.2.1', + 'version': '11.0.1.2.2', 'license': 'AGPL-3', 'author': "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/views/account_payment_line.xml b/account_payment_order/views/account_payment_line.xml index 4c3e36ffe..63c7d5e2f 100644 --- a/account_payment_order/views/account_payment_line.xml +++ b/account_payment_order/views/account_payment_line.xml @@ -19,6 +19,7 @@