diff --git a/README.md b/README.md index ebfe9acbde..5cf2662d58 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ addon | version | maintainers | summary [account_statement_import_online_ponto](account_statement_import_online_ponto/) | 17.0.1.1.1 | | Online Bank Statements: MyPonto.com [account_statement_import_online_stripe](account_statement_import_online_stripe/) | 17.0.1.0.2 | juancarlosonate-tecnativa | Online bank statements for Stripe [account_statement_import_paypal](account_statement_import_paypal/) | 17.0.1.0.0 | | Import PayPal CSV files as Bank Statements in Odoo -[account_statement_import_sheet_file](account_statement_import_sheet_file/) | 17.0.1.1.2 | alexey-pelykh | Import TXT/CSV or XLSX files as Bank Statements in Odoo +[account_statement_import_sheet_file](account_statement_import_sheet_file/) | 17.0.1.2.0 | alexey-pelykh | Import TXT/CSV or XLSX files as Bank Statements in Odoo [//]: # (end addons) diff --git a/account_statement_import_sheet_file/README.rst b/account_statement_import_sheet_file/README.rst index 7b8c8bfa95..d4451bed1e 100644 --- a/account_statement_import_sheet_file/README.rst +++ b/account_statement_import_sheet_file/README.rst @@ -11,7 +11,7 @@ Bank Statement TXT/CSV/XLSX Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e91b66bd2dd7b69e871f22ebaea435ecc394e62eddbff8c196ccfb3f58c63d9a + !! source digest: sha256:c46f8a4804c9914cfcfbd03e99c9b3963c830715b81ca020e6889bd0b62e6202 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_statement_import_sheet_file/__manifest__.py b/account_statement_import_sheet_file/__manifest__.py index 3560ef02f3..0c8a1ad278 100644 --- a/account_statement_import_sheet_file/__manifest__.py +++ b/account_statement_import_sheet_file/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Bank Statement TXT/CSV/XLSX Import", "summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo", - "version": "17.0.1.1.2", + "version": "17.0.1.2.0", "category": "Accounting", "website": "https://github.com/OCA/bank-statement-import", "author": "ForgeFlow, CorporateHub, Odoo Community Association (OCA)", @@ -18,9 +18,11 @@ "external_dependencies": {"python": ["xlrd", "chardet"]}, "data": [ "security/ir.model.access.csv", - "data/map_data.xml", "views/account_statement_import_sheet_mapping.xml", "views/account_statement_import.xml", "views/account_journal_views.xml", ], + "demo": [ + "demo/map_data_demo.xml", + ], } diff --git a/account_statement_import_sheet_file/data/map_data.xml b/account_statement_import_sheet_file/demo/map_data_demo.xml similarity index 100% rename from account_statement_import_sheet_file/data/map_data.xml rename to account_statement_import_sheet_file/demo/map_data_demo.xml diff --git a/account_statement_import_sheet_file/static/description/index.html b/account_statement_import_sheet_file/static/description/index.html index 3588a622bc..9d104c0d50 100644 --- a/account_statement_import_sheet_file/static/description/index.html +++ b/account_statement_import_sheet_file/static/description/index.html @@ -372,7 +372,7 @@

Bank Statement TXT/CSV/XLSX Import

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e91b66bd2dd7b69e871f22ebaea435ecc394e62eddbff8c196ccfb3f58c63d9a +!! source digest: sha256:c46f8a4804c9914cfcfbd03e99c9b3963c830715b81ca020e6889bd0b62e6202 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This module allows you to import any TXT/CSV or XLSX file in Odoo as