diff --git a/account_bank_statement_import_online_transferwise/README.rst b/account_bank_statement_import_online_transferwise/README.rst index cf9764b2..f9c8ff17 100644 --- a/account_bank_statement_import_online_transferwise/README.rst +++ b/account_bank_statement_import_online_transferwise/README.rst @@ -1,6 +1,6 @@ -======================================== -Online Bank Statements: TransferWise.com -======================================== +=================================================== +Online Bank Statements: Wise.com (TransferWise.com) +=================================================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -14,19 +14,20 @@ Online Bank Statements: TransferWise.com :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/12.0/account_bank_statement_import_online_transferwise + :target: https://github.com/OCA/bank-statement-import/tree/13.0/account_bank_statement_import_online_transferwise :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-12-0/bank-statement-import-12-0-account_bank_statement_import_online_transferwise + :target: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online_transferwise :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/12.0 + :target: https://runbot.odoo-community.org/runbot/174/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| This module provides online bank statements from -`TransferWise.com `__. +`Wise.com `__. +(formely `TransferWise.com `__). **Table of contents** @@ -41,7 +42,7 @@ 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 *TransferWise.com* as online bank statements provider in +#. Select *Wise.com (TransferWise.com)* as online bank statements provider in *Online Bank Statements (OCA)* section #. Save the bank account #. Click on provider and configure provider-specific settings. @@ -52,7 +53,7 @@ or, alternatively: #. Open settings of the corresponding journal account #. Switch to *Bank Account* tab #. Set *Bank Feeds* to *Online* -#. Select *TransferWise.com* as online bank statements provider in +#. Select *Wise.com (TransferWise.com)* as online bank statements provider in *Online Bank Statements (OCA)* section #. Save the bank account #. Click on provider and configure provider-specific settings. @@ -67,13 +68,19 @@ To pull historical bank statements: #. Launch *Actions > Online Bank Statements Pull Wizard* #. Configure date interval and click *Pull* +To configure Strong Customer Authentication: + +#. Go to provider-specific settings and either press *Generate Key* or paste +manually-generate private and public keys +#. Navigate to `Wise.com `__ and register the public key. + 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -113,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_bank_statement_import_online_transferwise/__manifest__.py b/account_bank_statement_import_online_transferwise/__manifest__.py index 0afb9ef8..45cb3cab 100644 --- a/account_bank_statement_import_online_transferwise/__manifest__.py +++ b/account_bank_statement_import_online_transferwise/__manifest__.py @@ -4,8 +4,8 @@ { "name": "Online Bank Statements: Wise.com (TransferWise.com)", - "version": "12.0.1.0.3", - "author": "CorporateHub, " "Odoo Community Association (OCA)", + "version": "13.0.1.0.0", + "author": "CorporateHub, Odoo Community Association (OCA)", "maintainers": ["alexey-pelykh"], "website": "https://github.com/OCA/bank-statement-import/", "license": "AGPL-3", diff --git a/account_bank_statement_import_online_transferwise/i18n/account_bank_statement_import_online_transferwise.pot b/account_bank_statement_import_online_transferwise/i18n/account_bank_statement_import_online_transferwise.pot index 807eb499..657efcce 100644 --- a/account_bank_statement_import_online_transferwise/i18n/account_bank_statement_import_online_transferwise.pot +++ b/account_bank_statement_import_online_transferwise/i18n/account_bank_statement_import_online_transferwise.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * account_bank_statement_import_online_transferwise +# * account_bank_statement_import_online_transferwise # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,19 +24,24 @@ msgid "API key" msgstr "" #. module: account_bank_statement_import_online_transferwise -#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:131 +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 #, python-format msgid "Ending balance unavailable" msgstr "" #. module: account_bank_statement_import_online_transferwise -#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:250 +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 #, python-format msgid "Fee for %s" msgstr "" #. module: account_bank_statement_import_online_transferwise -#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:281 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_online_transferwise.online_bank_statement_provider_form +msgid "Generate Key" +msgstr "" + +#. module: account_bank_statement_import_online_transferwise +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 #, python-format msgid "No API key specified!" msgstr "" @@ -46,14 +51,45 @@ msgstr "" msgid "Online Bank Statement Provider" msgstr "" +#. module: account_bank_statement_import_online_transferwise +#: model:ir.model.fields,field_description:account_bank_statement_import_online_transferwise.field_online_bank_statement_provider__transferwise_profile +msgid "Origin" +msgstr "" + +#. module: account_bank_statement_import_online_transferwise +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_online_transferwise.online_bank_statement_provider_form +msgid "Private key" +msgstr "" + #. module: account_bank_statement_import_online_transferwise #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_online_transferwise.online_bank_statement_provider_form msgid "Profile" msgstr "" #. module: account_bank_statement_import_online_transferwise -#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:255 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_online_transferwise.online_bank_statement_provider_form +msgid "Public key" +msgstr "" + +#. module: account_bank_statement_import_online_transferwise +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_online_transferwise.online_bank_statement_provider_form +msgid "Strong Customer Authentication" +msgstr "" + +#. module: account_bank_statement_import_online_transferwise +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 +#, python-format +msgid "Strong Customer Authentication is not configured" +msgstr "" + +#. module: account_bank_statement_import_online_transferwise +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 #, python-format msgid "Transaction fee for %s" msgstr "" +#. module: account_bank_statement_import_online_transferwise +#: code:addons/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py:0 +#, python-format +msgid "Unable to parse key" +msgstr "" diff --git a/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py b/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py index bcfc79fa..f1260609 100644 --- a/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py +++ b/account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py @@ -66,7 +66,6 @@ class OnlineBankStatementProviderTransferwise(models.Model): ("transferwise", "Wise.com (TransferWise.com)"), ] - @api.multi def _obtain_statement_data(self, date_since, date_until): self.ensure_one() if self.service != "transferwise": @@ -325,7 +324,6 @@ class OnlineBankStatementProviderTransferwise(models.Model): _logger.warning("Unable to parse key", exc_info=True) raise UserError(_("Unable to parse key")) - @api.multi def _transferwise_generate_key(self): self.ensure_one() @@ -344,7 +342,6 @@ class OnlineBankStatementProviderTransferwise(models.Model): .decode() ) - @api.multi def button_transferwise_generate_key(self): for provider in self: provider._transferwise_generate_key() diff --git a/account_bank_statement_import_online_transferwise/static/description/index.html b/account_bank_statement_import_online_transferwise/static/description/index.html index 89d11dcb..55fc047c 100644 --- a/account_bank_statement_import_online_transferwise/static/description/index.html +++ b/account_bank_statement_import_online_transferwise/static/description/index.html @@ -4,7 +4,7 @@ -Online Bank Statements: TransferWise.com +Online Bank Statements: Wise.com (TransferWise.com) -
-

Online Bank Statements: TransferWise.com

+
+

Online Bank Statements: Wise.com (TransferWise.com)

-

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

+

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

This module provides online bank statements from -TransferWise.com.

+Wise.com. +(formely TransferWise.com).

Table of contents

    @@ -391,7 +392,7 @@ ul.auto-toc {
  • Go to Invoicing > Configuration > Bank Accounts
  • Open bank account to configure and edit it
  • Set Bank Feeds to Online
  • -
  • Select TransferWise.com as online bank statements provider in +
  • Select Wise.com (TransferWise.com) as online bank statements provider in Online Bank Statements (OCA) section
  • Save the bank account
  • Click on provider and configure provider-specific settings.
  • @@ -402,7 +403,7 @@ ul.auto-toc {
  • Open settings of the corresponding journal account
  • Switch to Bank Account tab
  • Set Bank Feeds to Online
  • -
  • Select TransferWise.com as online bank statements provider in +
  • Select Wise.com (TransferWise.com) as online bank statements provider in Online Bank Statements (OCA) section
  • Save the bank account
  • Click on provider and configure provider-specific settings.
  • @@ -417,13 +418,17 @@ ul.auto-toc {
  • Launch Actions > Online Bank Statements Pull Wizard
  • Configure date interval and click Pull
  • +

    To configure Strong Customer Authentication:

    +

    #. Go to provider-specific settings and either press Generate Key or paste +manually-generate private and public keys +#. Navigate to Wise.com and register the public key.

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.

+feedback.

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

@@ -452,7 +457,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current 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.