Skip to content

Commit

Permalink
Merge PR OCA#638 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 15, 2023
2 parents 247da6e + 3438535 commit c7d97cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_statement_import_online/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ msgid ""
"{exception}. See server logs for more details."
msgstr ""
"Error al obtener los datos del extracto para el periodo desde {since} hasta "
"{until}: {excepction}. Consulte los registros del servidor para obtener más "
"{until}: {exception}. Consulte los registros del servidor para obtener más "
"detalles."

#. module: account_statement_import_online
Expand Down
2 changes: 1 addition & 1 deletion account_statement_import_online/views/account_journal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<button
type="action"
name="%(action_online_bank_statements_pull_wizard)d"
attrs="{'invisible': [('online_bank_statement_provider', '=', False)]}"
attrs="{'invisible': [('bank_statements_source', '!=', 'online')]}"
string="Pull Online Bank Statement"
groups="account.group_account_user"
/>
Expand Down

0 comments on commit c7d97cc

Please sign in to comment.