From 652f2d48e0fc6ecfc496ee024e8f19b958fed5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roc=C3=ADo=20Vega?= Date: Fri, 15 Dec 2023 13:56:16 -0300 Subject: [PATCH] [MIG] account_statement_import_base: Migration to 17.0 --- account_statement_import_base/__manifest__.py | 2 +- account_statement_import_base/static/description/index.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/account_statement_import_base/__manifest__.py b/account_statement_import_base/__manifest__.py index d5d78b395e..2ad24db788 100644 --- a/account_statement_import_base/__manifest__.py +++ b/account_statement_import_base/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Base module for Bank Statement Import", "category": "Accounting", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "LGPL-3", "depends": ["account_statement_base"], "author": "Akretion, Odoo Community Association (OCA)", diff --git a/account_statement_import_base/static/description/index.html b/account_statement_import_base/static/description/index.html index 1868bec834..d0e637a54c 100644 --- a/account_statement_import_base/static/description/index.html +++ b/account_statement_import_base/static/description/index.html @@ -1,8 +1,6 @@ - - Base module for Bank Statement Import