Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream OCA/bank-statement-import (17.0) #582

Merged
merged 5 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addon | version | maintainers | summary
[account_statement_import_move_line](account_statement_import_move_line/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Import journal items into bank statement
[account_statement_import_online](account_statement_import_online/) | 17.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update
[account_statement_import_online_ponto](account_statement_import_online_ponto/) | 17.0.1.1.1 | | Online Bank Statements: MyPonto.com
[account_statement_import_sheet_file](account_statement_import_sheet_file/) | 17.0.1.0.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/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.1.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Import TXT/CSV or XLSX files as Bank Statements in Odoo

[//]: # (end addons)

Expand Down
36 changes: 19 additions & 17 deletions account_statement_import_sheet_file/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bank Statement TXT/CSV/XLSX Import
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:90ec58274c675f5d4eb830271ef275cb5cd09e5c62babf88fd1ee82e5f228368
!! source digest: sha256:152e396ff6868978b165509c50726b88efd20d31f40c58c6c7a59384e8df4fbf
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -61,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
===========
Expand All @@ -88,23 +88,25 @@ Authors
Contributors
------------

- Alexis de Lattre <[email protected]>
- Sebastien BEAU <[email protected]>
- Katherine Zaoral
- Tecnativa (https://www.tecnativa.com)
- Alexis de Lattre <[email protected]>
- Sebastien BEAU <[email protected]>
- 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 <[email protected]>
- Miquel Raïch Regué <[email protected]>
- Jordi Ballester Alomar <[email protected]>
- Miquel Raïch Regué <[email protected]>

- `CorporateHub <https://corporatehub.eu/>`__
- `CorporateHub <https://corporatehub.eu/>`__

- Alexey Pelykh <[email protected]>
- Alexey Pelykh <[email protected]>

- Sebastiano Picchi [email protected]

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion account_statement_import_sheet_file/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0",
"version": "17.0.1.1.0",
"category": "Accounting",
"website": "https://github.com/OCA/bank-statement-import",
"author": "ForgeFlow, CorporateHub, Odoo Community Association (OCA)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ msgstr ""
msgid "Account: %s; "
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid "Amount column"
Expand Down Expand Up @@ -116,6 +121,11 @@ msgstr ""
msgid "Columns"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
Expand Down Expand Up @@ -327,6 +337,18 @@ msgstr ""
msgid "Notes Column"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Offset Column"
msgstr ""

#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Offsets cannot be negative"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid "Original Amount Column"
Expand Down Expand Up @@ -388,6 +410,11 @@ msgid ""
"Distinct Credit/debit Column: use a distinct column for debit and credit"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
Expand Down
27 changes: 27 additions & 0 deletions account_statement_import_sheet_file/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ msgstr "Valor absoluto"
msgid "Account: %s; "
msgstr "Cuenta: %s; "

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid "Amount column"
Expand Down Expand Up @@ -130,6 +135,11 @@ msgstr "Central European (Latin-2 / ISO 8859-2)"
msgid "Columns"
msgstr "Columnas"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
Expand Down Expand Up @@ -352,6 +362,18 @@ msgstr "No hay una codificación válida para el fichero adjunto"
msgid "Notes Column"
msgstr "Columna de Notas"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Offset Column"
msgstr ""

#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Offsets cannot be negative"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid "Original Amount Column"
Expand Down Expand Up @@ -415,6 +437,11 @@ msgid ""
"Distinct Credit/debit Column: use a distinct column for debit and credit"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
Expand Down
27 changes: 27 additions & 0 deletions account_statement_import_sheet_file/i18n/es_AR.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ msgstr ""
msgid "Account: %s; "
msgstr "Cuenta: %s; "

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
#, fuzzy
Expand Down Expand Up @@ -136,6 +141,11 @@ msgstr "Centro Europeo (Latin-2 / ISO 8859-2)"
msgid "Columns"
msgstr "Columnas"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
Expand Down Expand Up @@ -366,6 +376,18 @@ msgstr "No hay una codificación válida para el fichero adjunto"
msgid "Notes Column"
msgstr "Columna de Notas"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Offset Column"
msgstr ""

#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Offsets cannot be negative"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
#, fuzzy
Expand Down Expand Up @@ -431,6 +453,11 @@ msgid ""
"Distinct Credit/debit Column: use a distinct column for debit and credit"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
Expand Down
27 changes: 27 additions & 0 deletions account_statement_import_sheet_file/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ msgstr "Valore assoluto"
msgid "Account: %s; "
msgstr "Conto: %s; "

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid "Amount column"
Expand Down Expand Up @@ -130,6 +135,11 @@ msgstr "Europeo centrale (Latin-2 / ISO 8859-2)"
msgid "Columns"
msgstr "Colonne"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
Expand Down Expand Up @@ -352,6 +362,18 @@ msgstr "Nessuna codifica valida è stata trovata per il file allegato"
msgid "Notes Column"
msgstr "Colonna Note"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Offset Column"
msgstr ""

#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Offsets cannot be negative"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid "Original Amount Column"
Expand Down Expand Up @@ -420,6 +442,11 @@ msgstr ""
"Colonna distinta credito/debito: usare una colonna distitna per debiti e "
"crediti"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
Expand Down
27 changes: 27 additions & 0 deletions account_statement_import_sheet_file/i18n/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ msgstr ""
msgid "Account: %s; "
msgstr "Rekening: %s; "

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid "Amount column"
Expand Down Expand Up @@ -124,6 +129,11 @@ msgstr "Central European (Latin-2 / ISO 8859-2)"
msgid "Columns"
msgstr "Kolommen"

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
Expand Down Expand Up @@ -337,6 +347,18 @@ msgstr ""
msgid "Notes Column"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Offset Column"
msgstr ""

#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Offsets cannot be negative"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid "Original Amount Column"
Expand Down Expand Up @@ -398,6 +420,11 @@ msgid ""
"Distinct Credit/debit Column: use a distinct column for debit and credit"
msgstr ""

#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
Expand Down
Loading
Loading