diff --git a/account_statement_import_txt_xlsx/README.rst b/account_statement_import_txt_xlsx/README.rst index fba8871c4..b74219224 100644 --- a/account_statement_import_txt_xlsx/README.rst +++ b/account_statement_import_txt_xlsx/README.rst @@ -2,13 +2,10 @@ Bank Statement TXT/CSV/XLSX Import ================================== -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5e6a0e010b851fe8f9d5fe6bf919b19476e415a8f4d3736643ef92e3b3acd402 - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -17,16 +14,16 @@ Bank Statement TXT/CSV/XLSX Import :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 - :target: https://github.com/OCA/bank-statement-import/tree/15.0/account_statement_import_txt_xlsx + :target: https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_txt_xlsx :alt: OCA/bank-statement-import .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx + :target: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_txt_xlsx :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=15.0 - :alt: Try me on Runboat +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/174/16.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows you to import any TXT/CSV or XLSX file in Odoo as bank statements. @@ -68,8 +65,8 @@ 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 -`feedback `_. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -87,10 +84,11 @@ Contributors * Alexis de Lattre * Sebastien BEAU +* Mourad EL HADJ MIMOUNE * Tecnativa (https://www.tecnativa.com) - * Vicent Cubells - * Victor M.M. Torres + * Vicent Cubells + * Victor M.M. Torres * ForgeFlow (https://www.forgeflow.com) @@ -122,6 +120,6 @@ Current `maintainer `__: |maintainer-alexey-pelykh| -This module is part of the `OCA/bank-statement-import `_ project on GitHub. +This module is part of the `OCA/bank-statement-import `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_statement_import_txt_xlsx/__manifest__.py b/account_statement_import_txt_xlsx/__manifest__.py index db6efee5b..6eab5d7bd 100644 --- a/account_statement_import_txt_xlsx/__manifest__.py +++ b/account_statement_import_txt_xlsx/__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": "15.0.2.0.3", + "version": "16.0.1.0.0", "category": "Accounting", "website": "https://github.com/OCA/bank-statement-import", "author": "ForgeFlow, CorporateHub, Odoo Community Association (OCA)", diff --git a/account_statement_import_txt_xlsx/i18n/account_bank_statement_import_txt_xlsx.pot b/account_statement_import_txt_xlsx/i18n/account_bank_statement_import_txt_xlsx.pot deleted file mode 100644 index 429d0a300..000000000 --- a/account_statement_import_txt_xlsx/i18n/account_bank_statement_import_txt_xlsx.pot +++ /dev/null @@ -1,515 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * account_bank_statement_import_txt_xlsx -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping -msgid "Account Bank Statement Import Sheet Mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping_wizard -msgid "Account Bank Statement Import Sheet Mapping Wizard" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_parser -msgid "Account Bank Statement Import Sheet Parser" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 -#, python-format -msgid "Account: %s; " -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__allow_back -msgid "Allow Back" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__amount_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__amount_column -msgid "Amount column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__amount_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__amount_column -msgid "Amount of transaction in journal's currency" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__balance_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__balance_column -msgid "Balance after transaction in journal's currency" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__balance_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__balance_column -msgid "Balance column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__iso-8859-4 -msgid "Baltic (Latin-4 / ISO 8859-4)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_account_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_account_column -msgid "Bank Account column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_name_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_name_column -msgid "Bank Name column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 -#, python-format -msgid "Bank: %s; " -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__iso-8859-2 -msgid "Central European (Latin-2 / ISO 8859-2)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree -msgid "Columns" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__create_uid -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__create_uid -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__create_uid -msgid "Created by" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__create_date -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__create_date -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__create_date -msgid "Created on" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__credit_value -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__credit_value -msgid "Credit value" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__currency_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__currency_column -msgid "Currency column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__koi8_r -msgid "Cyrillic (KOI8-R)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__koi8_u -msgid "Cyrillic (KOI8-U)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__windows-1251 -msgid "Cyrillic (Windows-1251)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_value -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_value -msgid "Debit value" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form -msgid "Debit/Credit column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_credit_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_credit_column -msgid "Debit/credit column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__float_decimal_sep -msgid "Decimals Separator" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_journal_creation__default_sheet_mapping_id -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_journal__default_sheet_mapping_id -msgid "Default Sheet Mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__delimiter -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__delimiter -msgid "Delimiter" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__description_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__description_column -msgid "Description column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__display_name -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__display_name -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__display_name -msgid "Display Name" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__file_encoding -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__file_encoding -msgid "Encoding" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__attachment_ids -msgid "Files" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__header -msgid "Header" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__id -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__id -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__id -msgid "ID" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form -msgid "Import" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import -msgid "Import Bank Statement" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.actions.act_window,name:account_bank_statement_import_txt_xlsx.action_account_bank_statement_import_sheet_mapping_wizard -msgid "Import Mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/wizards/account_bank_statement_import_sheet_mapping_wizard.py:0 -#, python-format -msgid "Imported Mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__currency_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__currency_column -msgid "" -"In case statement is multi-currency, column to get currency of transaction " -"from" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column -msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original currency of transaction from" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column -msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original transaction amount in original " -"transaction currency from" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__shift_jis -msgid "Japanese (Shift JIS)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_journal -msgid "Journal" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping____last_update -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard____last_update -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser____last_update -msgid "Last Modified on" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__write_uid -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__write_uid -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__write_date -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__write_date -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__write_date -msgid "Last Updated on" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/wizards/account_bank_statement_import_sheet_mapping_wizard.py:0 -#, python-format -msgid "Mapping from %s" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__n/a -#, python-format -msgid "N/A" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__name -msgid "Name" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__notes_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__notes_column -msgid "Notes column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form -msgid "Options" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column -msgid "Original amount column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column -msgid "Original currency column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__partner_name_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__partner_name_column -msgid "Partner Name column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_name_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_name_column -msgid "Partner's bank" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_account_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_account_column -msgid "Partner's bank account" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__reference_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__reference_column -msgid "Reference column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form -msgid "Select a statement file to import mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import__sheet_mapping_id -msgid "Sheet mapping" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_credit_column -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_credit_column -msgid "" -"Some statement formats use absolute amount value and indicate signof the " -"transaction by specifying if it was a debit or a credit one" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__state -msgid "State" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.view_account_journal_form_n43 -msgid "Statement Import Map" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.actions.act_window,name:account_bank_statement_import_txt_xlsx.action_statement_import_sheet_report_mappings -#: model:ir.ui.menu,name:account_bank_statement_import_txt_xlsx.menu_statement_import_sheet_mapping -msgid "Statement Sheet Mappings" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_view -msgid "TXT/CSV/XLSX mapping:" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__quotechar -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__quotechar -msgid "Text qualifier" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__float_thousands_sep -msgid "Thousands Separator" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__timestamp_format -msgid "Timestamp Format" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__timestamp_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__timestamp_column -msgid "Timestamp column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__big5 -msgid "Traditional Chinese (big5)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 -#, python-format -msgid "Transaction ID: %s; " -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__utf-16 -msgid "UTF-16" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__utf-16-sig -msgid "UTF-16 (with BOM)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__utf-8 -msgid "UTF-8" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__utf-8-sig -msgid "UTF-8 (with BOM)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__gb18030 -msgid "Unified Chinese (gb18030)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__transaction_id_column -#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__transaction_id_column -msgid "Unique transaction ID column" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form -msgid "Upload Files" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__credit_value -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__credit_value -msgid "Value of debit/credit column that indicates if it's a credit" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_value -#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_value -msgid "Value of debit/credit column that indicates if it's a debit" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__iso-8859-1 -msgid "Western (Latin-1 / ISO 8859-1)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__file_encoding__windows-1252 -msgid "Western (Windows-1252)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__comma -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__comma -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_thousands_sep__comma -msgid "comma (,)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__dot -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__dot -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_thousands_sep__dot -msgid "dot (.)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__none -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_thousands_sep__none -msgid "none" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__semicolon -msgid "semicolon (;)" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__space -msgid "space" -msgstr "" - -#. module: account_bank_statement_import_txt_xlsx -#: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__tab -msgid "tab" -msgstr "" diff --git a/account_statement_import_txt_xlsx/i18n/es_AR.po b/account_statement_import_txt_xlsx/i18n/es_AR.po index 785a8f4ef..e6ac2e051 100644 --- a/account_statement_import_txt_xlsx/i18n/es_AR.po +++ b/account_statement_import_txt_xlsx/i18n/es_AR.po @@ -602,45 +602,3 @@ msgstr "espacio" #: model:ir.model.fields.selection,name:account_statement_import_txt_xlsx.selection__account_statement_import_sheet_mapping__delimiter__tab msgid "tab" msgstr "tabulación" - -#~ msgid "Amount column" -#~ msgstr "Monto de columna" - -#~ msgid "Balance column" -#~ msgstr "Columna de saldo" - -#~ msgid "Bank Account column" -#~ msgstr "Columna de la Cuenta Bancaria" - -#~ msgid "Bank Name column" -#~ msgstr "Columna del Nombre del Banco" - -#~ msgid "Credit value" -#~ msgstr "Valor de crédito" - -#~ msgid "Currency column" -#~ msgstr "Columna de moneda" - -#~ msgid "Debit value" -#~ msgstr "Valor de débito" - -#~ msgid "Description column" -#~ msgstr "Columna de la descripción" - -#~ msgid "Notes column" -#~ msgstr "Columna de notas" - -#~ msgid "Original amount column" -#~ msgstr "Columna de monto original" - -#~ msgid "Original currency column" -#~ msgstr "Columna de moneda original" - -#~ msgid "Partner Name column" -#~ msgstr "Columna de Nombre de Contacto" - -#~ msgid "Reference column" -#~ msgstr "Columna de la referencia" - -#~ msgid "Timestamp column" -#~ msgstr "Columna de tiempo" diff --git a/account_statement_import_txt_xlsx/i18n/it.po b/account_statement_import_txt_xlsx/i18n/it.po index bc6631c68..068d398ea 100644 --- a/account_statement_import_txt_xlsx/i18n/it.po +++ b/account_statement_import_txt_xlsx/i18n/it.po @@ -601,45 +601,3 @@ msgstr "spazio" #: model:ir.model.fields.selection,name:account_statement_import_txt_xlsx.selection__account_statement_import_sheet_mapping__delimiter__tab msgid "tab" msgstr "tabulazione" - -#~ msgid "Amount column" -#~ msgstr "Colonna importo" - -#~ msgid "Balance column" -#~ msgstr "Colonna saldo" - -#~ msgid "Bank Account column" -#~ msgstr "Colonna conto banca" - -#~ msgid "Bank Name column" -#~ msgstr "Colonna nome banca" - -#~ msgid "Credit value" -#~ msgstr "Valore in avere" - -#~ msgid "Currency column" -#~ msgstr "Colonna valuta" - -#~ msgid "Debit value" -#~ msgstr "Valore in dare" - -#~ msgid "Description column" -#~ msgstr "Colonna descrizione" - -#~ msgid "Notes column" -#~ msgstr "Colonna note" - -#~ msgid "Original amount column" -#~ msgstr "Colonna importo originario" - -#~ msgid "Original currency column" -#~ msgstr "Colonna valuta originaria" - -#~ msgid "Partner Name column" -#~ msgstr "Colonna nome partner" - -#~ msgid "Reference column" -#~ msgstr "Colonna di riferimento" - -#~ msgid "Timestamp column" -#~ msgstr "Colonna marcatura temporale" diff --git a/account_statement_import_txt_xlsx/i18n/nl.po b/account_statement_import_txt_xlsx/i18n/nl.po index a2b275598..b0c0d2654 100644 --- a/account_statement_import_txt_xlsx/i18n/nl.po +++ b/account_statement_import_txt_xlsx/i18n/nl.po @@ -596,21 +596,3 @@ msgstr "spatie" #: model:ir.model.fields.selection,name:account_statement_import_txt_xlsx.selection__account_statement_import_sheet_mapping__delimiter__tab msgid "tab" msgstr "tab" - -#~ msgid "Amount column" -#~ msgstr "Bedrag kolom" - -#~ msgid "Bank Account column" -#~ msgstr "Bankrekening Kolom" - -#~ msgid "Bank Name column" -#~ msgstr "Bank naam kolom" - -#~ msgid "Currency column" -#~ msgstr "Valuta Kolom" - -#~ msgid "Description column" -#~ msgstr "Kolom omschrijving" - -#~ msgid "Notes column" -#~ msgstr "Notitie Kolom" diff --git a/account_statement_import_txt_xlsx/i18n/zh_CN.po b/account_statement_import_txt_xlsx/i18n/zh_CN.po index ba79e24ce..05b0b9e0d 100644 --- a/account_statement_import_txt_xlsx/i18n/zh_CN.po +++ b/account_statement_import_txt_xlsx/i18n/zh_CN.po @@ -595,45 +595,3 @@ msgstr "" #: model:ir.model.fields.selection,name:account_statement_import_txt_xlsx.selection__account_statement_import_sheet_mapping__delimiter__tab msgid "tab" msgstr "" - -#~ msgid "Amount column" -#~ msgstr "交易金额列" - -#~ msgid "Balance column" -#~ msgstr "余额列名" - -#~ msgid "Bank Account column" -#~ msgstr "对方银行账号列名" - -#~ msgid "Bank Name column" -#~ msgstr "对方开户行列名" - -#~ msgid "Credit value" -#~ msgstr "贷方标志值" - -#~ msgid "Currency column" -#~ msgstr "币别列名" - -#~ msgid "Debit value" -#~ msgstr "借方标志值" - -#~ msgid "Description column" -#~ msgstr "摘要列名" - -#~ msgid "Notes column" -#~ msgstr "备注列名" - -#~ msgid "Original amount column" -#~ msgstr "原币金额列名" - -#~ msgid "Original currency column" -#~ msgstr "币别列名" - -#~ msgid "Partner Name column" -#~ msgstr "对方账户名列名" - -#~ msgid "Reference column" -#~ msgstr "编号列名" - -#~ msgid "Timestamp column" -#~ msgstr "日期列名" diff --git a/account_statement_import_txt_xlsx/migrations/15.0.1.1.0/pre-migrate.py b/account_statement_import_txt_xlsx/migrations/15.0.1.1.0/pre-migrate.py deleted file mode 100644 index e610de6fa..000000000 --- a/account_statement_import_txt_xlsx/migrations/15.0.1.1.0/pre-migrate.py +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022 AppsToGROW - Henrik Norlin -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). - -from openupgradelib import openupgrade - -_fields_to_add = [ - ( - "amount_debit_column", - "account.statement.import.sheet.mapping", - "account_statement_import_sheet_mapping", - "char", - "varchar", - "account_statement_import_txt_xlsx", - ), - ( - "amount_credit_column", - "account.statement.import.sheet.mapping", - "account_statement_import_sheet_mapping", - "char", - "varchar", - "account_statement_import_txt_xlsx", - ), -] - - -def add_fields_and_drop_not_null(env): - cr = env.cr - sql_debit_exists = """SELECT count(id) FROM ir_model_fields - WHERE name = 'amount_debit_column' - AND model = 'account.statement.import.sheet.mapping';""" - cr.execute(sql_debit_exists) - if cr.fetchone()[0] > 0: - openupgrade.add_fields(env, _fields_to_add) - cr.execute( - """ALTER TABLE account_statement_import_sheet_mapping - ALTER COLUMN amount_column DROP NOT NULL;""" - ) - - -@openupgrade.migrate() -def migrate(env, version): - add_fields_and_drop_not_null(env) diff --git a/account_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst b/account_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst index b5e09af68..d18dd9a9b 100644 --- a/account_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst +++ b/account_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst @@ -2,8 +2,8 @@ * Sebastien BEAU * Tecnativa (https://www.tecnativa.com) - * Vicent Cubells - * Victor M.M. Torres + * Vicent Cubells + * Victor M.M. Torres * ForgeFlow (https://www.forgeflow.com) diff --git a/account_statement_import_txt_xlsx/static/description/index.html b/account_statement_import_txt_xlsx/static/description/index.html index 874d6a359..1d6a45411 100644 --- a/account_statement_import_txt_xlsx/static/description/index.html +++ b/account_statement_import_txt_xlsx/static/description/index.html @@ -1,20 +1,20 @@ - + - + Bank Statement TXT/CSV/XLSX Import