From e1c4d85077904b13cc4d5be1dd6ed9b5938fb90e Mon Sep 17 00:00:00 2001
From: Alexey Pelykh
Date: Thu, 23 Sep 2021 09:18:01 +0200
Subject: [PATCH] [MIG] account_bank_statement_import_online_paypal: Migration
to 13.0
---
.../README.rst | 10 +-
.../__manifest__.py | 10 +-
...nt_bank_statement_import_online_paypal.pot | 321 +++++++++---------
.../online_bank_statement_provider_paypal.py | 22 +-
.../static/description/index.html | 6 +-
...unt_bank_statement_import_online_paypal.py | 11 +-
6 files changed, 191 insertions(+), 189 deletions(-)
diff --git a/account_bank_statement_import_online_paypal/README.rst b/account_bank_statement_import_online_paypal/README.rst
index 2a6c9adf..669ed545 100644
--- a/account_bank_statement_import_online_paypal/README.rst
+++ b/account_bank_statement_import_online_paypal/README.rst
@@ -14,13 +14,13 @@ Online Bank Statements: PayPal.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_paypal
+ :target: https://github.com/OCA/bank-statement-import/tree/13.0/account_bank_statement_import_online_paypal
: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_paypal
+ :target: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online_paypal
: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|
@@ -97,7 +97,7 @@ 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.
@@ -137,6 +137,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_paypal/__manifest__.py b/account_bank_statement_import_online_paypal/__manifest__.py
index 5e6d41fc..1ddf646f 100644
--- a/account_bank_statement_import_online_paypal/__manifest__.py
+++ b/account_bank_statement_import_online_paypal/__manifest__.py
@@ -1,17 +1,17 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
-# Copyright 2020 CorporateHub (https://corporatehub.eu)
+# Copyright 2020-2021 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Online Bank Statements: PayPal.com",
- "version": "12.0.1.1.0",
- "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",
"category": "Accounting",
"summary": "Online bank statements for PayPal.com",
- "depends": ["account_bank_statement_import_online",],
- "data": ["views/online_bank_statement_provider.xml",],
+ "depends": ["account_bank_statement_import_online"],
+ "data": ["views/online_bank_statement_provider.xml"],
"installable": True,
}
diff --git a/account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot b/account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot
index 2fbba2b7..1cb15a7b 100644
--- a/account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot
+++ b/account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot
@@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
-# * account_bank_statement_import_online_paypal
+# * account_bank_statement_import_online_paypal
#
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"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:62
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "ACH funding for funds recovery from account balance"
msgstr ""
@@ -25,133 +25,133 @@ msgid "API base"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:51
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "ATM withdrawal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:128
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Account hold for ACH deposit"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:127
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Account hold for open authorization"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:160
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Account receivable for shipping"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:52
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Auto-sweep from account"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:65
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "AutoSweep"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:131
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "BML credit, transfer from BML"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:137
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "BML withdrawal, transfer to BML"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:78
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Balance manager account bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:93
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Bill pay transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:155
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Blocked payments"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:84
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Bonus for first ACH use"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:132
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Buyer credit payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:133
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Buyer credit payment withdrawal, transfer to BML"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:105
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Cancellation of hold for dispute resolution"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:117
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Charge-off adjustment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:115
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Chargeback"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:121
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Chargeback cancellation"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:49
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Chargeback processing fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:120
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Chargeback re-presentment rejection"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:116
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Chargeback reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:48
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Check withdrawal"
msgstr ""
@@ -162,411 +162,411 @@ msgid "Client ID"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:90
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Coupon redemption"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:86
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Credit card cash back bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:74
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Credit card deposit for negative PayPal account balance"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:85
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Credit card security charge refund"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:59
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Currency conversion required to cover negative balance"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:76
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Debit card cash back bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:158
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Deferred disbursement, funds collected for disbursement"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:159
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Delayed disbursement, funds disbursed"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:28
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Direct payment API"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:165
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Display only transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:36
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Donation payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:63
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Electronic funds transfer (EFT)"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:370
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Failed to acquire token using Client ID and Secret!"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:248
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:274
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Failed to resolve transaction %s (%s)"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:344
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Fee for %s"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:103
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Fee refund"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:102
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Fee reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:45
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Foreign bank withdrawal fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:154
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Funds available"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:153
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Funds not yet available"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:161
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Funds payable: PayPal-provided funds that must be paid back"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:162
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Funds receivable: PayPal-provided funds that are being paid back"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:66
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General PayPal debit card transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:23
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General PayPal-to-PayPal payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:114
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General account adjustment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:138
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General adjustment without business-related event"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:122
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General authorization"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:75
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:136
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General buyer credit payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:73
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General credit card deposit"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:72
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General credit card withdrawal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:57
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General currency conversion"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:125
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General dividend"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:60
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General funding of PayPal account"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:143
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:144
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General hold release"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:87
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General incentive or certificate redemption"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:139
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General intra-account transfer"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:43
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General non-payment fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:94
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:126
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General temporary hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:64
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General withdrawal from PayPal account"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:134
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "General withdrawal to non-bank institution"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:42
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Generic instrument-funded payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:113
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Generic instrument/Open Wallet reversals (buyer side)"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:112
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Generic instrument/Open Wallet reversals (seller side)"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:157
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Generic instrument/Open Wallet transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:55
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Gift certificate expiration fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:32
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Gift certificate payment, purchase of gift certificate"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:151
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Gift certificate purchase"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:88
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:152
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Gift certificate redemption"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:69
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Hidden virtual PayPal debit card transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:104
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Hold for dispute investigation"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:118
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Incentive adjustment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:110
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Instant payment review (IPR) reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:53
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "International credit card withdrawal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:368
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Invalid token type!"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:310
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Invoice %s"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:106
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "MAM reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:47
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Mass payment batch fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:24
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "MassPay payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:109
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "MassPay refund transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:108
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "MassPay reversal transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:77
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Merchant referral account bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:34
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Mobile payment, made through a mobile phone"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:541
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "No authentication specified!"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:107
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Non-reference credit payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:92
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Offers used as funding source"
msgstr ""
@@ -577,205 +577,211 @@ msgid "Online Bank Statement Provider"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:166
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Other"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:56
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Partner fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:364
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal App features are configured incorrectly!"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:29
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal Checkout APIs"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:41
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal Here payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:199
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
-msgid "PayPal allows retrieving transactions only up to 3 years in the past. Please import older transactions manually. See https://www.paypal.com/us/smarthelp/article/why-can't-i-access-transaction-history-greater-than-3-years-ts2241"
+msgid ""
+"PayPal allows retrieving transactions only up to 3 years in the past. Please"
+" import older transactions manually. See "
+"https://www.paypal.com/us/smarthelp/article/why-can't-i-access-transaction-"
+"history-greater-than-3-years-ts2241"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:61
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal balance manager funding of PayPal account"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:130
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal buyer credit payment funding"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:79
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal buyer warranty bonus"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:71
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal debit authorization"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:70
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal debit card cash advance"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:68
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "PayPal debit card withdrawal to ATM"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:80
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
-msgid "PayPal protection bonus, payout for PayPal buyer protection, payout for full protection with PayPal buyer credit."
+msgid ""
+"PayPal protection bonus, payout for PayPal buyer protection, payout for full"
+" protection with PayPal buyer credit."
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:50
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:149
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:150
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment hold release"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:101
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment refund, initiated by merchant"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:100
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment reversal, initiated by PayPal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:147
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment review hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:148
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Payment review release"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:89
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Points incentive redemption"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:31
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Postage payment to carrier"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:26
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Pre-approved payment (BillUser API)"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:123
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reauthorization"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:111
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Rebate or cash back reversal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:37
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Rebate payments"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:119
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reimbursement of chargeback"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:145
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reserve hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:146
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reserve release"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:98
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reversal of ACH deposit"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:95
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reversal of ACH withdrawal transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:96
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reversal of debit card transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:99
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reversal of general account hold"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:97
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Reversal of points usage"
msgstr ""
@@ -786,147 +792,146 @@ msgid "Secret"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:140
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Settlement consolidation"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:40
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Store-to-store transfers"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:25
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Subscription payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:129
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Temporary hold on available balance"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:33
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Third-party auction payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:38
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Third-party payout"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:39
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Third-party recoupment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:349
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Transaction fee for %s"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:141
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Transfer of funds from payable"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:156
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Transfer to and from a credit-card-funded restricted balance"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:142
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Transfer to external GL entity"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:557
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Unknown authentication specified!"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:505
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:511
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Unknown error"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:58
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "User-initiated currency conversion"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:67
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Virtual PayPal debit card transaction"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:35
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Virtual terminal payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:124
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Void of authorization"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:54
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Warranty fee for warranty purchase"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:30
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Website payments standard payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:44
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "Website payments. Pro account monthly fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:46
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "WorldLink check withdrawal fee"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:135
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "WorldLink withdrawal"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:27
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "eBay auction payment"
msgstr ""
#. module: account_bank_statement_import_online_paypal
-#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:91
+#: code:addons/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py:0
#, python-format
msgid "eBay loyalty incentive"
msgstr ""
-
diff --git a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py
index 6d25016a..892c8e1c 100644
--- a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py
+++ b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py
@@ -1,4 +1,5 @@
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
+# Copyright 2021 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
import itertools
@@ -175,7 +176,6 @@ class OnlineBankStatementProviderPayPal(models.Model):
("paypal", "PayPal.com"),
]
- @api.multi
def _obtain_statement_data(self, date_since, date_until):
self.ensure_one()
if self.service != "paypal":
@@ -206,7 +206,7 @@ class OnlineBankStatementProviderPayPal(models.Model):
)
if not transactions:
balance = self._paypal_get_balance(token, currency, date_since)
- return [], {"balance_start": balance, "balance_end_real": balance,}
+ return [], {"balance_start": balance, "balance_end_real": balance}
# Normalize transactions, sort by date, and get lines
transactions = list(
@@ -249,7 +249,7 @@ class OnlineBankStatementProviderPayPal(models.Model):
)
balance_end = self._paypal_get_transaction_ending_balance(last_transaction)
- return lines, {"balance_start": balance_start, "balance_end_real": balance_end,}
+ return lines, {"balance_start": balance_start, "balance_end_real": balance_end}
@api.model
def _paypal_preparse_transaction(self, transaction):
@@ -301,9 +301,7 @@ class OnlineBankStatementProviderPayPal(models.Model):
"alternate_full_name"
)
if payer_full_name:
- line.update(
- {"partner_name": payer_full_name,}
- )
+ line.update({"partner_name": payer_full_name})
lines = [line]
if fee_amount:
lines += [
@@ -318,13 +316,12 @@ class OnlineBankStatementProviderPayPal(models.Model):
]
return lines
- @api.multi
def _paypal_get_token(self):
self.ensure_one()
data = self._paypal_retrieve(
(self.api_base or PAYPAL_API_BASE) + "/v1/oauth2/token",
(self.username, self.password),
- data=urlencode({"grant_type": "client_credentials",}).encode("utf-8"),
+ data=urlencode({"grant_type": "client_credentials"}).encode("utf-8"),
)
if "scope" not in data or TRANSACTIONS_SCOPE not in data["scope"]:
raise UserError(_("PayPal App features are configured incorrectly!"))
@@ -334,14 +331,12 @@ class OnlineBankStatementProviderPayPal(models.Model):
raise UserError(_("Failed to acquire token using Client ID and Secret!"))
return data["access_token"]
- @api.multi
def _paypal_get_balance(self, token, currency, as_of_timestamp):
self.ensure_one()
url = (
self.api_base or PAYPAL_API_BASE
) + "/v1/reporting/balances?currency_code={}&as_of_time={}".format(
- currency,
- as_of_timestamp.isoformat() + "Z",
+ currency, as_of_timestamp.isoformat() + "Z",
)
data = self._paypal_retrieve(url, token)
available_balance = data["balances"][0].get("available_balance")
@@ -349,7 +344,6 @@ class OnlineBankStatementProviderPayPal(models.Model):
return Decimal()
return Decimal(available_balance["value"])
- @api.multi
def _paypal_get_transaction(self, token, transaction_id, timestamp):
self.ensure_one()
transaction_date = timestamp.isoformat() + "Z"
@@ -367,7 +361,6 @@ class OnlineBankStatementProviderPayPal(models.Model):
return transaction
return None
- @api.multi
def _paypal_get_transactions(self, token, currency, since, until):
self.ensure_one()
# NOTE: Not more than 31 days in a row
@@ -507,7 +500,8 @@ class OnlineBankStatementProviderPayPal(models.Model):
"Authorization",
"Basic %s"
% str(
- b64encode(("{}:{}".format(auth[0], auth[1])).encode("utf-8")), "utf-8"
+ b64encode(("{}:{}".format(auth[0], auth[1])).encode("utf-8")),
+ "utf-8",
),
)
elif isinstance(auth, str):
diff --git a/account_bank_statement_import_online_paypal/static/description/index.html b/account_bank_statement_import_online_paypal/static/description/index.html
index da0d7be3..5a152d47 100644
--- a/account_bank_statement_import_online_paypal/static/description/index.html
+++ b/account_bank_statement_import_online_paypal/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module provides online bank statements from
PayPal.com.
Table of contents
@@ -449,7 +449,7 @@ behaviour in case #06650320 (private).
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.
diff --git a/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py b/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py
index 8f5b692d..87c92e2c 100644
--- a/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py
+++ b/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py
@@ -1,4 +1,5 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
+# Copyright 2021 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import json
@@ -25,6 +26,7 @@ class FakeHTTPError(HTTPError):
def __init__(self, content):
self.content = content
+ # pylint: disable=method-required-super
def read(self):
return self.content.encode("utf-8")
@@ -37,9 +39,10 @@ class UrlopenRetValMock:
def __enter__(self):
return self
- def __exit__(self, type, value, tb):
+ def __exit__(self, exc_type, exc_value, traceback):
pass
+ # pylint: disable=method-required-super
def read(self):
if self.throw:
raise FakeHTTPError(self.content)
@@ -246,7 +249,7 @@ class TestAccountBankAccountStatementImportOnlinePayPal(common.TransactionCase):
test_account_bank_statement_import_online_paypal_monday=True,
)._obtain_statement_data(self.now - relativedelta(hours=1), self.now,)
- self.assertEqual(data, ([], {"balance_start": 0.75, "balance_end_real": 0.75,}))
+ self.assertEqual(data, ([], {"balance_start": 0.75, "balance_end_real": 0.75}))
def test_error_handling_1(self):
journal = self.AccountJournal.create(
@@ -360,7 +363,7 @@ class TestAccountBankAccountStatementImportOnlinePayPal(common.TransactionCase):
self.now - relativedelta(hours=1), self.now,
)
- self.assertEqual(data, ([], {"balance_start": 0.75, "balance_end_real": 0.75,}))
+ self.assertEqual(data, ([], {"balance_start": 0.75, "balance_end_real": 0.75}))
def test_ancient_pull(self):
journal = self.AccountJournal.create(
@@ -536,7 +539,7 @@ class TestAccountBankAccountStatementImportOnlinePayPal(common.TransactionCase):
"unique_import_id": "1234567890-1564617600-FEE",
},
)
- self.assertEqual(data[1], {"balance_start": 0.0, "balance_end_real": 900.0,})
+ self.assertEqual(data[1], {"balance_start": 0.0, "balance_end_real": 900.0})
def test_transaction_parse_1(self):
lines = self.paypal_parse_transaction(