From 8b5dadabc8a7f91e40bec223dc9fa1ba92f3004a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Wed, 22 Feb 2023 18:30:26 +0100 Subject: [PATCH] [FIX] account_statement_import_online: not require odoo_test_helper --- account_statement_import_online/README.rst | 49 +++--- .../__manifest__.py | 1 - .../i18n/account_statement_import_online.pot | 115 +++++++++----- account_statement_import_online/i18n/it.po | 114 +++++++++----- account_statement_import_online/i18n/nl.po | 149 ++++++++++++------ .../static/description/index.html | 74 ++++----- 6 files changed, 301 insertions(+), 201 deletions(-) diff --git a/account_statement_import_online/README.rst b/account_statement_import_online/README.rst index 3ab2a5ba..8996fc66 100644 --- a/account_statement_import_online/README.rst +++ b/account_statement_import_online/README.rst @@ -2,10 +2,13 @@ Online Bank Statements ====================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d64dadf4f92748dd0112ce40d64257147c0f1a6520fe0b87b298fc01864be51e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Online Bank Statements :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_online + :target: https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_online :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_online + :target: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/174/15.0 - :alt: Try me on Runbot +.. |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=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module provides base for building online bank statements providers. @@ -37,24 +40,8 @@ Configuration To configure online bank statements provider: -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Open bank account to configure and edit it -#. Set *Bank Feeds* to *Online* -#. Select online bank statements provider in *Online Bank Statements (OCA)* - section -#. Save the bank account -#. Click on provider and configure provider-specific settings. - -or, alternatively: - -#. Go to *Invoicing > Overview* -#. Open settings of the corresponding journal account -#. Switch to *Bank Account* tab -#. Set *Bank Feeds* to *Online* -#. Select online bank statements provider in *Online Bank Statements (OCA)* - section -#. Save the bank account -#. Click on provider and configure provider-specific settings. +#. Go to *Invoicing > Configuration > Online Bank Statement Providers* +#. Create a provider and configure provider-specific settings. If you want to allow empty bank statements to be created every time the information is pulled, you can check the option "Allow empty statements" @@ -68,9 +55,9 @@ Usage To pull historical bank statements: -#. Go to *Invoicing > Configuration > Bank Accounts* -#. Select specific bank accounts -#. Launch *Actions > Online Bank Statements Pull Wizard* +#. Go to *Invoicing > Configuration > Online Bank Statement Providers* +#. Select a specific provider +#. Click on *PULL ONLINE BANK STATEMENT* #. Configure date interval and click *Pull* **NOTE**: To access these features, user needs to belong to @@ -81,8 +68,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 smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -126,6 +113,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_online/__manifest__.py b/account_statement_import_online/__manifest__.py index ffd122a9..459a9495 100644 --- a/account_statement_import_online/__manifest__.py +++ b/account_statement_import_online/__manifest__.py @@ -12,7 +12,6 @@ "license": "AGPL-3", "category": "Accounting", "summary": "Online bank statements update", - "external_dependencies": {"python": ["odoo_test_helper"]}, "depends": [ "account_statement_import_base", ], diff --git a/account_statement_import_online/i18n/account_statement_import_online.pot b/account_statement_import_online/i18n/account_statement_import_online.pot index f57a1cbc..331f4411 100644 --- a/account_statement_import_online/i18n/account_statement_import_online.pot +++ b/account_statement_import_online/i18n/account_statement_import_online.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,6 +14,7 @@ msgstr "" "Plural-Forms: \n" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "%(number)s %(type)s" @@ -29,12 +30,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "All lines passed filtering" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__api_base msgid "Api Base" msgstr "" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form msgid "Archived" msgstr "" @@ -112,18 +121,18 @@ msgid "Day(s)" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__display_name #: 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_wizard__display_name msgid "Display Name" msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "" -"Failed to obtain statement data for period since %s until %s: %s. See server" -" logs for more details." +"Failed to obtain statement data for period since {since} until {until}: " +"{exception}. See server logs for more details." msgstr "" #. module: account_statement_import_online @@ -131,11 +140,6 @@ msgstr "" msgid "Followers" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_channel_ids -msgid "Followers (Channels)" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_partner_ids msgid "Followers (Partners)" @@ -146,13 +150,17 @@ msgstr "" msgid "From" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__has_message +msgid "Has Message" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__hours msgid "Hour(s)" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__id #: 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_wizard__id msgid "ID" @@ -160,7 +168,6 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread msgid "If checked, new messages require your attention." msgstr "" @@ -171,8 +178,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: account_statement_import_online +#. odoo-python #: 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 #, python-format msgid "Inactive" msgstr "" @@ -188,9 +195,10 @@ msgid "Is Follower" msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format -msgid "Issue with Online Bank Statement Provider" +msgid "Issue with Online Bank Statement self" msgstr "" #. module: account_statement_import_online @@ -205,7 +213,6 @@ msgid "Key" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal____last_update #: 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_wizard____last_update msgid "Last Modified on" @@ -254,6 +261,7 @@ msgid "Monthly statements" msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "N/A" @@ -264,11 +272,25 @@ msgstr "" msgid "Name" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "Names and dates for statements found: %(statements)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__next_run msgid "Next scheduled pull" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "No statements found in journal" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter msgid "Number of Actions" @@ -281,7 +303,7 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter -msgid "Number of messages which requires an action" +msgid "Number of messages requiring action" msgstr "" #. module: account_statement_import_online @@ -290,11 +312,16 @@ msgid "Number of messages with delivery error" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Number of unread messages" +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Of %(lines_provided)s lines provided, %(before)s where before %(since)s, " +"%(after)s where on or after %(until)sand %(duplicate)s where not unique." msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/account_journal.py:0 #, python-format msgid "Online (OCA)" @@ -319,6 +346,15 @@ msgstr "" msgid "Online Bank Statement Pull Wizard" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Online Bank Statement provider \"%(name)s\" failed to obtain statement data " +"since %(since)s until %(until)s" +msgstr "" + #. module: account_statement_import_online #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Online Bank Statements (OCA)" @@ -360,6 +396,7 @@ msgid "Pull" msgstr "" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Pull Online Bank Statement" msgstr "" @@ -367,10 +404,16 @@ msgstr "" #. module: account_statement_import_online #: model:ir.actions.server,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements_ir_actions_server #: model:ir.cron,cron_name:account_statement_import_online.ir_cron_account_pull_online_bank_statements -#: model:ir.cron,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements msgid "Pull Online Bank Statements" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Pulling online bank statements of: %(provider_names)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "SMS Delivery error" @@ -386,6 +429,20 @@ msgstr "" msgid "Scheduled Pull" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements complete." +msgstr "" + +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements..." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__interval_number msgid "Scheduled update interval" @@ -396,18 +453,6 @@ msgstr "" msgid "Scheduled update interval must be greater than zero!" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider_id -msgid "" -"Select the actual instance of a configured provider (a record).\n" -"Selecting a type of provider will automatically create a provider record linked to this journal." -msgstr "" - -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider -msgid "Select the type of service provider (a model)" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__service #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter @@ -446,16 +491,6 @@ msgstr "" msgid "To" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" diff --git a/account_statement_import_online/i18n/it.po b/account_statement_import_online/i18n/it.po index 29e47ace..d0980ef5 100644 --- a/account_statement_import_online/i18n/it.po +++ b/account_statement_import_online/i18n/it.po @@ -17,6 +17,7 @@ msgstr "" "X-Generator: Weblate 4.14.1\n" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "%(number)s %(type)s" @@ -32,12 +33,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "All lines passed filtering" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__api_base msgid "Api Base" msgstr "" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form msgid "Archived" msgstr "" @@ -115,18 +124,18 @@ msgid "Day(s)" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__display_name #: 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_wizard__display_name msgid "Display Name" msgstr "Nome visualizzato" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "" -"Failed to obtain statement data for period since %s until %s: %s. See server " -"logs for more details." +"Failed to obtain statement data for period since {since} until {until}: " +"{exception}. See server logs for more details." msgstr "" #. module: account_statement_import_online @@ -134,11 +143,6 @@ msgstr "" msgid "Followers" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_channel_ids -msgid "Followers (Channels)" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_partner_ids msgid "Followers (Partners)" @@ -149,13 +153,17 @@ msgstr "" msgid "From" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__has_message +msgid "Has Message" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__hours msgid "Hour(s)" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__id #: 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_wizard__id msgid "ID" @@ -163,7 +171,6 @@ msgstr "ID" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread msgid "If checked, new messages require your attention." msgstr "" @@ -174,8 +181,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: account_statement_import_online +#. odoo-python #: 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 #, python-format msgid "Inactive" msgstr "" @@ -191,9 +198,10 @@ msgid "Is Follower" msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format -msgid "Issue with Online Bank Statement Provider" +msgid "Issue with Online Bank Statement self" msgstr "" #. module: account_statement_import_online @@ -208,7 +216,6 @@ msgid "Key" msgstr "Chiave" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal____last_update #: 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_wizard____last_update msgid "Last Modified on" @@ -257,6 +264,7 @@ msgid "Monthly statements" msgstr "Estratti conto mensili" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "N/A" @@ -267,11 +275,25 @@ msgstr "N/D" msgid "Name" msgstr "Nome" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "Names and dates for statements found: %(statements)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__next_run msgid "Next scheduled pull" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "No statements found in journal" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter msgid "Number of Actions" @@ -284,7 +306,7 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter -msgid "Number of messages which requires an action" +msgid "Number of messages requiring action" msgstr "" #. module: account_statement_import_online @@ -293,11 +315,16 @@ msgid "Number of messages with delivery error" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Number of unread messages" +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Of %(lines_provided)s lines provided, %(before)s where before %(since)s, " +"%(after)s where on or after %(until)sand %(duplicate)s where not unique." msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/account_journal.py:0 #, python-format msgid "Online (OCA)" @@ -322,6 +349,15 @@ msgstr "" msgid "Online Bank Statement Pull Wizard" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Online Bank Statement provider \"%(name)s\" failed to obtain statement data " +"since %(since)s until %(until)s" +msgstr "" + #. module: account_statement_import_online #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Online Bank Statements (OCA)" @@ -363,6 +399,7 @@ msgid "Pull" msgstr "" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Pull Online Bank Statement" msgstr "" @@ -370,10 +407,16 @@ msgstr "" #. module: account_statement_import_online #: model:ir.actions.server,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements_ir_actions_server #: model:ir.cron,cron_name:account_statement_import_online.ir_cron_account_pull_online_bank_statements -#: model:ir.cron,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements msgid "Pull Online Bank Statements" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Pulling online bank statements of: %(provider_names)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "SMS Delivery error" @@ -389,6 +432,20 @@ msgstr "" msgid "Scheduled Pull" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements complete." +msgstr "" + +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements..." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__interval_number msgid "Scheduled update interval" @@ -399,19 +456,6 @@ msgstr "" msgid "Scheduled update interval must be greater than zero!" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider_id -msgid "" -"Select the actual instance of a configured provider (a record).\n" -"Selecting a type of provider will automatically create a provider record " -"linked to this journal." -msgstr "" - -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider -msgid "Select the type of service provider (a model)" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__service #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter @@ -450,16 +494,6 @@ msgstr "" msgid "To" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" diff --git a/account_statement_import_online/i18n/nl.po b/account_statement_import_online/i18n/nl.po index 7564c5a1..85a12c4c 100644 --- a/account_statement_import_online/i18n/nl.po +++ b/account_statement_import_online/i18n/nl.po @@ -17,6 +17,7 @@ msgstr "" "X-Generator: Weblate 4.3.2\n" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "%(number)s %(type)s" @@ -32,12 +33,20 @@ msgstr "Actie vereist" msgid "Active" msgstr "Actief" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "All lines passed filtering" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__api_base msgid "Api Base" msgstr "Api Base" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form msgid "Archived" msgstr "" @@ -115,32 +124,25 @@ msgid "Day(s)" msgstr "Dag(en)" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__display_name #: 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_wizard__display_name msgid "Display Name" msgstr "Weergavenaam" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "" -"Failed to obtain statement data for period since %s until %s: %s. See server " -"logs for more details." +"Failed to obtain statement data for period since {since} until {until}: " +"{exception}. See server logs for more details." msgstr "" -"Kon de afschriften niet verkrijgen voor de periode van %s tot %s:%s. Bekijk " -"de error log van de server voor details." #. 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" msgstr "Volgers" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_channel_ids -msgid "Followers (Channels)" -msgstr "Volgers (Kanalen)" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_partner_ids msgid "Followers (Partners)" @@ -151,13 +153,17 @@ msgstr "Volgers (Partners)" msgid "From" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__has_message +msgid "Has Message" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__hours msgid "Hour(s)" msgstr "Uur/Uren" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__id #: 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_wizard__id msgid "ID" @@ -165,7 +171,6 @@ msgstr "ID" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread msgid "If checked, new messages require your attention." msgstr "Indien aangevinkt, nieuwe berichten vereisen uw aandacht." @@ -176,8 +181,8 @@ msgid "If checked, some messages have a delivery error." msgstr "Indien aangevinkt, sommige berichten hebben een foutmelding." #. module: account_statement_import_online +#. odoo-python #: 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 #, python-format msgid "Inactive" msgstr "inactief" @@ -193,10 +198,11 @@ msgid "Is Follower" msgstr "Is volger" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format -msgid "Issue with Online Bank Statement Provider" -msgstr "Probleem met Online Bank afschrift leverancier" +msgid "Issue with Online Bank Statement self" +msgstr "" #. module: account_statement_import_online #: model:ir.model,name:account_statement_import_online.model_account_journal @@ -210,7 +216,6 @@ msgid "Key" msgstr "Sleutel" #. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal____last_update #: 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_wizard____last_update msgid "Last Modified on" @@ -259,6 +264,7 @@ msgid "Monthly statements" msgstr "Maandelijkse afschriften" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 #, python-format msgid "N/A" @@ -269,11 +275,25 @@ msgstr "N.V.T." msgid "Name" msgstr "Naam" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "Names and dates for statements found: %(statements)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__next_run msgid "Next scheduled pull" msgstr "Volgende geplande opvraag" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/tests/test_account_bank_statement_import_online.py:0 +#, python-format +msgid "No statements found in journal" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter msgid "Number of Actions" @@ -286,8 +306,8 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "Aantal berichten welke actie vereisen" +msgid "Number of messages requiring action" +msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_error_counter @@ -295,11 +315,16 @@ msgid "Number of messages with delivery error" msgstr "Aantal berichten met afleveringsfouten" #. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Number of unread messages" -msgstr "Aantal ongelezen berichten" +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Of %(lines_provided)s lines provided, %(before)s where before %(since)s, " +"%(after)s where on or after %(until)sand %(duplicate)s where not unique." +msgstr "" #. module: account_statement_import_online +#. odoo-python #: code:addons/account_statement_import_online/models/account_journal.py:0 #, python-format msgid "Online (OCA)" @@ -324,6 +349,15 @@ msgstr "Online Bank afschrift Aanbieders" msgid "Online Bank Statement Pull Wizard" msgstr "" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "" +"Online Bank Statement provider \"%(name)s\" failed to obtain statement data " +"since %(since)s until %(until)s" +msgstr "" + #. module: account_statement_import_online #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Online Bank Statements (OCA)" @@ -366,6 +400,7 @@ msgid "Pull" msgstr "Opvragen" #. module: account_statement_import_online +#: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_form #: model_terms:ir.ui.view,arch_db:account_statement_import_online.view_account_journal_form msgid "Pull Online Bank Statement" msgstr "" @@ -373,10 +408,16 @@ msgstr "" #. module: account_statement_import_online #: model:ir.actions.server,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements_ir_actions_server #: model:ir.cron,cron_name:account_statement_import_online.ir_cron_account_pull_online_bank_statements -#: model:ir.cron,name:account_statement_import_online.ir_cron_account_pull_online_bank_statements msgid "Pull Online Bank Statements" msgstr "Online Bank afschrifte opvragen" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Pulling online bank statements of: %(provider_names)s" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "SMS Delivery error" @@ -392,6 +433,20 @@ msgstr "Opgeschoond rekeningnummer" msgid "Scheduled Pull" msgstr "Geplande opvraag" +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements complete." +msgstr "" + +#. module: account_statement_import_online +#. odoo-python +#: code:addons/account_statement_import_online/models/online_bank_statement_provider.py:0 +#, python-format +msgid "Scheduled pull of online bank statements..." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__interval_number msgid "Scheduled update interval" @@ -402,19 +457,6 @@ msgstr "Opvraag interval" msgid "Scheduled update interval must be greater than zero!" msgstr "Planningsinterval moet groter zijn dan 0!" -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider_id -msgid "" -"Select the actual instance of a configured provider (a record).\n" -"Selecting a type of provider will automatically create a provider record " -"linked to this journal." -msgstr "" - -#. module: account_statement_import_online -#: model:ir.model.fields,help:account_statement_import_online.field_account_journal__online_bank_statement_provider -msgid "Select the type of service provider (a model)" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__service #: model_terms:ir.ui.view,arch_db:account_statement_import_online.online_bank_statement_provider_filter @@ -453,16 +495,6 @@ msgstr "" msgid "To" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread -msgid "Unread Messages" -msgstr "Ongelezen berichten" - -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__message_unread_counter -msgid "Unread Messages Counter" -msgstr "Aantal ongelezen berichten" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -493,6 +525,33 @@ msgstr "Weken" msgid "Weekly statements" msgstr "Weekelijkse afschriften" +#, python-format +#~ msgid "" +#~ "Failed to obtain statement data for period since %s until %s: %s. See " +#~ "server logs for more details." +#~ msgstr "" +#~ "Kon de afschriften niet verkrijgen voor de periode van %s tot %s:%s. " +#~ "Bekijk de error log van de server voor details." + +#~ msgid "Followers (Channels)" +#~ msgstr "Volgers (Kanalen)" + +#, python-format +#~ msgid "Issue with Online Bank Statement Provider" +#~ msgstr "Probleem met Online Bank afschrift leverancier" + +#~ msgid "Number of messages which requires an action" +#~ msgstr "Aantal berichten welke actie vereisen" + +#~ msgid "Number of unread messages" +#~ msgstr "Aantal ongelezen berichten" + +#~ msgid "Unread Messages" +#~ msgstr "Ongelezen berichten" + +#~ msgid "Unread Messages Counter" +#~ msgstr "Aantal ongelezen berichten" + #~ msgid "Details" #~ msgstr "Details" diff --git a/account_statement_import_online/static/description/index.html b/account_statement_import_online/static/description/index.html index c47516ea..ed6749df 100644 --- a/account_statement_import_online/static/description/index.html +++ b/account_statement_import_online/static/description/index.html @@ -1,20 +1,20 @@ - + - + Online Bank Statements