[FIX] account_bank_statement_import_online_ponto: flake8

This commit is contained in:
Pedro M. Baeza
2020-12-12 18:50:30 +01:00
committed by João Marques
parent 1b5d30e042
commit 052bca784b
2 changed files with 7 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ msgstr ""
"Plural-Forms: \n"
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:81
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:97
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:80
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:96
#, python-format
msgid "%s \n"
"\n"
@@ -23,7 +23,7 @@ msgid "%s \n"
msgstr ""
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:116
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:115
#, python-format
msgid "Error during Create Synchronisation %s \n"
"\n"
@@ -31,7 +31,7 @@ msgid "Error during Create Synchronisation %s \n"
msgstr ""
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:171
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:170
#, python-format
msgid "Error during get transaction.\n"
"\n"
@@ -51,19 +51,19 @@ msgid "Online Bank Statement Provider"
msgstr ""
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:58
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:57
#, python-format
msgid "Please fill login and key."
msgstr ""
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:74
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:73
#, python-format
msgid "Ponto : no token"
msgstr ""
#. module: account_bank_statement_import_online_ponto
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:195
#: code:addons/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py:194
#, python-format
msgid "Ponto : wrong configuration, unknow account %s"
msgstr ""

View File

@@ -42,7 +42,6 @@ class OnlineBankStatementProviderPonto(models.Model):
)
return self._ponto_obtain_statement_data(date_since, date_until)
#########
# ponto #
#########