diff --git a/account_bank_statement_import_online_ponto/i18n/account_bank_statement_import_online_ponto.pot b/account_bank_statement_import_online_ponto/i18n/account_bank_statement_import_online_ponto.pot index 41a62533..bb0bf26f 100644 --- a/account_bank_statement_import_online_ponto/i18n/account_bank_statement_import_online_ponto.pot +++ b/account_bank_statement_import_online_ponto/i18n/account_bank_statement_import_online_ponto.pot @@ -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 "" diff --git a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py index f0a30de7..096b96ac 100644 --- a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py +++ b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py @@ -42,7 +42,6 @@ class OnlineBankStatementProviderPonto(models.Model): ) return self._ponto_obtain_statement_data(date_since, date_until) - ######### # ponto # #########