From b910ddc5fb98063bb58b628c90aa448acf1b6a6a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 21 Sep 2020 08:41:57 +0000 Subject: [PATCH] account_skip_bank_reconciliation 12.0.1.1.1 --- account_skip_bank_reconciliation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_skip_bank_reconciliation/__manifest__.py b/account_skip_bank_reconciliation/__manifest__.py index 447fb661..90b77c7d 100644 --- a/account_skip_bank_reconciliation/__manifest__.py +++ b/account_skip_bank_reconciliation/__manifest__.py @@ -5,7 +5,7 @@ "name": "Account Skip Bank Reconciliation", "summary": "Allows to exclude from bank statement reconciliation " "all journal items of a reconcilable account", - "version": "12.0.1.1.0", + "version": "12.0.1.1.1", "depends": ["account"], "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "http://www.github.com/OCA/account-reconcile",