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 (15.0) #501

Merged
merged 9 commits into from
Feb 3, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ addon | version | maintainers | summary
[account_statement_import_camt54](account_statement_import_camt54/) | 15.0.1.0.0 | | Bank Account Camt54 Import
[account_statement_import_file_reconciliation_widget](account_statement_import_file_reconciliation_widget/) | 15.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation
[account_statement_import_ofx](account_statement_import_ofx/) | 15.0.1.0.0 | | Import OFX Bank Statement
[account_statement_import_online](account_statement_import_online/) | 15.0.3.1.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update
[account_statement_import_online_gocardless](account_statement_import_online_gocardless/) | 15.0.1.0.3 | | Online Bank Statements: GoCardless
[account_statement_import_online](account_statement_import_online/) | 15.0.3.2.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update
[account_statement_import_online_gocardless](account_statement_import_online_gocardless/) | 15.0.1.0.4 | | Online Bank Statements: GoCardless
[account_statement_import_online_paypal](account_statement_import_online_paypal/) | 15.0.1.1.2 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com
[account_statement_import_online_ponto](account_statement_import_online_ponto/) | 15.0.1.0.1 | | Online Bank Statements: MyPonto.com
[account_statement_import_paypal](account_statement_import_paypal/) | 15.0.1.0.1 | | Import PayPal CSV files as Bank Statements in Odoo
Expand Down
2 changes: 1 addition & 1 deletion account_statement_import_online/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Online Bank Statements
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2b6c268fc49f5581274d78a7e7c753ac5ef98d158df29ea26bef98867d266dff
!! source digest: sha256:b86fac50f8a70996c623b3c7cc17e0bac4af5589af91188ff8cedc532a388b78
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
3 changes: 2 additions & 1 deletion account_statement_import_online/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Online Bank Statements",
"version": "15.0.3.1.0",
"version": "15.0.3.2.0",
"author": "CorporateHub, Odoo Community Association (OCA)",
"maintainers": ["alexey-pelykh"],
"website": "https://github.com/OCA/bank-statement-import",
Expand All @@ -19,6 +19,7 @@
"data/account_statement_import_online.xml",
"security/ir.model.access.csv",
"security/online_bank_statement_provider.xml",
"wizards/online_bank_statement_pull_debug.xml",
"wizards/online_bank_statement_pull_wizard.xml",
"views/actions.xml",
"views/account_journal.xml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ msgstr ""
msgid "Certificate Public Key"
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_debug_form
msgid "Close"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__company_id
msgid "Company"
Expand All @@ -91,12 +96,14 @@ msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__create_uid
msgid "Created by"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__create_date
msgid "Created on"
msgstr ""
Expand All @@ -118,6 +125,7 @@ msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__display_name
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__display_name
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__display_name
msgid "Display Name"
msgstr ""
Expand All @@ -130,6 +138,11 @@ msgid ""
"{exception}. See server logs for more details."
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Fetch and display transaction data (for debug purposes)"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_follower_ids
msgid "Followers"
Expand Down Expand Up @@ -157,6 +170,7 @@ msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__id
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__id
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__id
msgid "ID"
msgstr ""
Expand All @@ -172,6 +186,11 @@ msgstr ""
msgid "If checked, some messages have a delivery error."
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Import Transactions"
msgstr ""

#. module: account_statement_import_online
#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter
Expand Down Expand Up @@ -208,18 +227,21 @@ msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider____last_update
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug____last_update
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__write_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__write_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__write_uid
msgid "Last Updated by"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__write_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__write_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__write_date
msgid "Last Updated on"
msgstr ""
Expand Down Expand Up @@ -315,6 +337,11 @@ msgstr ""
msgid "Online Bank Statement Providers"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model,name:account_statement_import_online.model_online_bank_statement_pull_debug
msgid "Online Bank Statement Pull Debug Wizard"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model,name:account_statement_import_online.model_online_bank_statement_pull_wizard
msgid "Online Bank Statement Pull Wizard"
Expand All @@ -330,6 +357,11 @@ msgstr ""
msgid "Online Bank Statements Pull Wizard"
msgstr ""

#. module: account_statement_import_online
#: model:ir.actions.act_window,name:account_statement_import_online.online_bank_statement_pull_debug_action
msgid "Online bank statements - Debug"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.constraint,message:account_statement_import_online.constraint_online_bank_statement_provider_journal_id_uniq
msgid "Only one online banking statement provider per journal!"
Expand Down Expand Up @@ -360,11 +392,6 @@ msgstr ""
msgid "Providers"
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Pull"
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form
msgid "Pull Online Bank Statement"
Expand All @@ -377,6 +404,11 @@ msgstr ""
msgid "Pull Online Bank Statements"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__data
msgid "RAW data"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__account_number
msgid "Sanitized Account Number"
Expand Down Expand Up @@ -415,6 +447,11 @@ msgstr ""
msgid "Service"
msgstr ""

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Show Transaction Data"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode
msgid "Statement Creation Mode"
Expand Down
50 changes: 45 additions & 5 deletions account_statement_import_online/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ msgstr "Clave Privada del Certificado"
msgid "Certificate Public Key"
msgstr "Clave Pública del Certificado"

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_debug_form
msgid "Close"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__company_id
msgid "Company"
Expand All @@ -94,12 +99,14 @@ msgstr "Configuración"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__create_date
msgid "Created on"
msgstr "Creado el"
Expand All @@ -121,6 +128,7 @@ msgstr "Día(s)"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__display_name
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__display_name
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
Expand All @@ -136,6 +144,11 @@ msgstr ""
"{until}: {exception}. Consulte los registros del servidor para obtener más "
"detalles."

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Fetch and display transaction data (for debug purposes)"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_follower_ids
msgid "Followers"
Expand Down Expand Up @@ -163,6 +176,7 @@ msgstr "Hora(s)"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__id
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__id
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__id
msgid "ID"
msgstr "ID (identificación)"
Expand All @@ -178,6 +192,11 @@ msgstr "Si está marcado, nuevos mensajes requieren su atención."
msgid "If checked, some messages have a delivery error."
msgstr "si está marcada, algunos mensajes tienen un error de entrega."

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Import Transactions"
msgstr ""

#. module: account_statement_import_online
#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter
Expand Down Expand Up @@ -214,18 +233,21 @@ msgstr "Clave"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider____last_update
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug____last_update
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__write_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__write_uid
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__write_uid
msgid "Last Updated by"
msgstr "Última Actualización por"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__write_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__write_date
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_wizard__write_date
msgid "Last Updated on"
msgstr "Última Actualización el"
Expand Down Expand Up @@ -321,6 +343,11 @@ msgstr "Proveedor de Extractos Bancarios en Línea"
msgid "Online Bank Statement Providers"
msgstr "Proveedores de Extractos Bancarios en Línea"

#. module: account_statement_import_online
#: model:ir.model,name:account_statement_import_online.model_online_bank_statement_pull_debug
msgid "Online Bank Statement Pull Debug Wizard"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model,name:account_statement_import_online.model_online_bank_statement_pull_wizard
msgid "Online Bank Statement Pull Wizard"
Expand All @@ -336,6 +363,11 @@ msgstr "Extractos Bancarios en Línea (OCA)"
msgid "Online Bank Statements Pull Wizard"
msgstr "Asistente de Extracción de Extractos Bancarios Online"

#. module: account_statement_import_online
#: model:ir.actions.act_window,name:account_statement_import_online.online_bank_statement_pull_debug_action
msgid "Online bank statements - Debug"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.constraint,message:account_statement_import_online.constraint_online_bank_statement_provider_journal_id_uniq
msgid "Only one online banking statement provider per journal!"
Expand Down Expand Up @@ -366,11 +398,6 @@ msgstr "Proveedor"
msgid "Providers"
msgstr "Proveedores"

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Pull"
msgstr "Tirar"

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form
msgid "Pull Online Bank Statement"
Expand All @@ -383,6 +410,11 @@ msgstr "Extraer Extracto Bancario en Línea"
msgid "Pull Online Bank Statements"
msgstr "Extraer Extractos Bancarios En Línea"

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__data
msgid "RAW data"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__account_number
msgid "Sanitized Account Number"
Expand Down Expand Up @@ -425,6 +457,11 @@ msgstr "Seleccione el tipo de proveedor de servicios (un modelo)"
msgid "Service"
msgstr "Servicio"

#. module: account_statement_import_online
#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_pull_wizard_form
msgid "Show Transaction Data"
msgstr ""

#. module: account_statement_import_online
#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode
msgid "Statement Creation Mode"
Expand Down Expand Up @@ -499,5 +536,8 @@ msgstr "Semana(s)"
msgid "Weekly statements"
msgstr "Extractos semanales"

#~ msgid "Pull"
#~ msgstr "Tirar"

#~ msgid "SMS Delivery error"
#~ msgstr "Error de Entrega SMS"
Loading
Loading