From 691d79c671b589220afcc6a5c45e0b2f78718245 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 27 Sep 2022 23:16:31 +0200 Subject: [PATCH] Migration script field online_raw_data -> raw_data --- account_statement_import/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py index a958bb2d..5d45eb7e 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Import Statement Files", "category": "Accounting", - "version": "14.0.2.1.0", + "version": "14.0.3.0.0", "license": "LGPL-3", "depends": ["account_statement_import_base"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)",