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 331f4411..903194c3 100644 --- a/account_statement_import_online/i18n/account_statement_import_online.pot +++ b/account_statement_import_online/i18n/account_statement_import_online.pot @@ -173,7 +173,6 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_error -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -414,11 +413,6 @@ msgstr "" 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" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__account_number msgid "Sanitized Account Number" diff --git a/account_statement_import_online/i18n/it.po b/account_statement_import_online/i18n/it.po index d0980ef5..dadcfac5 100644 --- a/account_statement_import_online/i18n/it.po +++ b/account_statement_import_online/i18n/it.po @@ -176,7 +176,6 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_error -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "" @@ -417,11 +416,6 @@ msgstr "" 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" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__account_number msgid "Sanitized Account Number" diff --git a/account_statement_import_online/i18n/nl.po b/account_statement_import_online/i18n/nl.po index 85a12c4c..e6c85191 100644 --- a/account_statement_import_online/i18n/nl.po +++ b/account_statement_import_online/i18n/nl.po @@ -176,7 +176,6 @@ msgstr "Indien aangevinkt, nieuwe berichten vereisen uw aandacht." #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_error -#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "Indien aangevinkt, sommige berichten hebben een foutmelding." @@ -418,11 +417,6 @@ msgstr "Online Bank afschrifte opvragen" 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" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__account_number msgid "Sanitized Account Number" diff --git a/account_statement_import_online/models/account_journal.py b/account_statement_import_online/models/account_journal.py index 472c72a3..d8dc2481 100644 --- a/account_statement_import_online/models/account_journal.py +++ b/account_statement_import_online/models/account_journal.py @@ -15,9 +15,7 @@ class AccountJournal(models.Model): @api.model def _selection_service(self): OnlineBankStatementProvider = self.env["online.bank.statement.provider"] - return OnlineBankStatementProvider._get_available_services() + [ - ("dummy", "Dummy") - ] + return OnlineBankStatementProvider._selection_service() # Keep provider fields for compatibility with other modules. online_bank_statement_provider = fields.Selection(