From 9ef3464ca2381c9723a02949ddb5c118954a232f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 15 Apr 2026 09:19:34 +0200 Subject: [PATCH 1/2] [IMP] account_statement_import_sheet_file: Change mapping to demo data TT61910 --- .../README.rst | 40 +++++++++---------- .../__manifest__.py | 4 +- .../map_data.xml => demo/map_data_demo.xml} | 0 .../static/description/index.html | 32 ++++++--------- 4 files changed, 34 insertions(+), 42 deletions(-) rename account_statement_import_sheet_file/{data/map_data.xml => demo/map_data_demo.xml} (100%) diff --git a/account_statement_import_sheet_file/README.rst b/account_statement_import_sheet_file/README.rst index 7b8c8bfa95..64fd0f1068 100644 --- a/account_statement_import_sheet_file/README.rst +++ b/account_statement_import_sheet_file/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ================================== Bank Statement TXT/CSV/XLSX Import ================================== @@ -17,7 +13,7 @@ Bank Statement TXT/CSV/XLSX Import .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github @@ -65,10 +61,10 @@ Changelog 12.0.2.0.0 ---------- -- [BREAKING] New mapping, please review mappings after upgrade. -- [BREAKING] Different bank accounts have to be used per each currency. -- [ADD] Support for both Statement and Activity reports. -- [ADD] Separate fee and currency exchange parsing. +- [BREAKING] New mapping, please review mappings after upgrade. +- [BREAKING] Different bank accounts have to be used per each currency. +- [ADD] Support for both Statement and Activity reports. +- [ADD] Separate fee and currency exchange parsing. Bug Tracker =========== @@ -92,25 +88,25 @@ Authors Contributors ------------ -- Alexis de Lattre -- Sebastien BEAU -- Katherine Zaoral -- Tecnativa (https://www.tecnativa.com) +- Alexis de Lattre +- Sebastien BEAU +- Katherine Zaoral +- Tecnativa (https://www.tecnativa.com) - - Vicent Cubells - - Victor M.M. Torres - - Víctor Martínez + - Vicent Cubells + - Victor M.M. Torres + - Víctor Martínez -- ForgeFlow (https://www.forgeflow.com) +- ForgeFlow (https://www.forgeflow.com) - - Jordi Ballester Alomar - - Miquel Raïch Regué + - Jordi Ballester Alomar + - Miquel Raïch Regué -- `CorporateHub `__ +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- Sebastiano Picchi sebastiano.picchi@pytech.it +- Sebastiano Picchi sebastiano.picchi@pytech.it Maintainers ----------- diff --git a/account_statement_import_sheet_file/__manifest__.py b/account_statement_import_sheet_file/__manifest__.py index 3560ef02f3..782cd464c9 100644 --- a/account_statement_import_sheet_file/__manifest__.py +++ b/account_statement_import_sheet_file/__manifest__.py @@ -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..a04388d795 100644 --- a/account_statement_import_sheet_file/static/description/index.html +++ b/account_statement_import_sheet_file/static/description/index.html @@ -3,7 +3,7 @@ -README.rst +Bank Statement TXT/CSV/XLSX Import -
+
+

Bank Statement TXT/CSV/XLSX Import

- - -Odoo Community Association - -
-

Bank Statement TXT/CSV/XLSX Import

-

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

+

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 bank statements.

Table of contents

@@ -396,7 +391,7 @@

Bank Statement TXT/CSV/XLSX Import

-

Configuration

+

Configuration

To create TXT/CSV/XLSX statement sheet columns mapping:

  1. Open Invoicing > Configuration > Accounting > Statement Sheet @@ -406,7 +401,7 @@

    Configuration

-

Usage

+

Usage

To use this module, you need to:

  1. Get statement in TXT/CSV or XLSX from your online banking software
  2. @@ -415,9 +410,9 @@

    Usage

-

Changelog

+

Changelog

-

12.0.2.0.0

+

12.0.2.0.0

  • [BREAKING] New mapping, please review mappings after upgrade.
  • [BREAKING] Different bank accounts have to be used per each currency.
  • @@ -427,7 +422,7 @@

    12.0.2.0.0

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -435,16 +430,16 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ForgeFlow
  • CorporateHub
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -483,6 +478,5 @@

Maintainers

-
From de8cd1a00cda37be9df7168158ba24e66a13aa90 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 14 May 2026 11:23:27 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- .../README.rst | 42 ++++++++++--------- .../__manifest__.py | 2 +- .../static/description/index.html | 34 ++++++++------- 4 files changed, 45 insertions(+), 35 deletions(-) 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 64fd0f1068..d4451bed1e 100644 --- a/account_statement_import_sheet_file/README.rst +++ b/account_statement_import_sheet_file/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ================================== Bank Statement TXT/CSV/XLSX Import ================================== @@ -7,13 +11,13 @@ 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 :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github @@ -61,10 +65,10 @@ Changelog 12.0.2.0.0 ---------- -- [BREAKING] New mapping, please review mappings after upgrade. -- [BREAKING] Different bank accounts have to be used per each currency. -- [ADD] Support for both Statement and Activity reports. -- [ADD] Separate fee and currency exchange parsing. +- [BREAKING] New mapping, please review mappings after upgrade. +- [BREAKING] Different bank accounts have to be used per each currency. +- [ADD] Support for both Statement and Activity reports. +- [ADD] Separate fee and currency exchange parsing. Bug Tracker =========== @@ -88,25 +92,25 @@ Authors Contributors ------------ -- Alexis de Lattre -- Sebastien BEAU -- Katherine Zaoral -- Tecnativa (https://www.tecnativa.com) +- Alexis de Lattre +- Sebastien BEAU +- Katherine Zaoral +- Tecnativa (https://www.tecnativa.com) - - Vicent Cubells - - Victor M.M. Torres - - Víctor Martínez + - Vicent Cubells + - Victor M.M. Torres + - Víctor Martínez -- ForgeFlow (https://www.forgeflow.com) +- ForgeFlow (https://www.forgeflow.com) - - Jordi Ballester Alomar - - Miquel Raïch Regué + - Jordi Ballester Alomar + - Miquel Raïch Regué -- `CorporateHub `__ +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- Sebastiano Picchi sebastiano.picchi@pytech.it +- Sebastiano Picchi sebastiano.picchi@pytech.it Maintainers ----------- diff --git a/account_statement_import_sheet_file/__manifest__.py b/account_statement_import_sheet_file/__manifest__.py index 782cd464c9..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)", diff --git a/account_statement_import_sheet_file/static/description/index.html b/account_statement_import_sheet_file/static/description/index.html index a04388d795..9d104c0d50 100644 --- a/account_statement_import_sheet_file/static/description/index.html +++ b/account_statement_import_sheet_file/static/description/index.html @@ -3,7 +3,7 @@ -Bank Statement TXT/CSV/XLSX Import +README.rst -
-

Bank Statement TXT/CSV/XLSX Import

+
+ + +Odoo Community Association + +
+

Bank Statement TXT/CSV/XLSX Import

-

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

+

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 bank statements.

Table of contents

@@ -391,7 +396,7 @@

Bank Statement TXT/CSV/XLSX Import

-

Configuration

+

Configuration

To create TXT/CSV/XLSX statement sheet columns mapping:

  1. Open Invoicing > Configuration > Accounting > Statement Sheet @@ -401,7 +406,7 @@

    Configuration

-

Usage

+

Usage

To use this module, you need to:

  1. Get statement in TXT/CSV or XLSX from your online banking software
  2. @@ -410,9 +415,9 @@

    Usage

-

Changelog

+

Changelog

-

12.0.2.0.0

+

12.0.2.0.0

  • [BREAKING] New mapping, please review mappings after upgrade.
  • [BREAKING] Different bank accounts have to be used per each currency.
  • @@ -422,7 +427,7 @@

    12.0.2.0.0

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -430,16 +435,16 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ForgeFlow
  • CorporateHub
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -478,5 +483,6 @@

Maintainers

+