Skip to content

Commit

Permalink
Merge PR #1043 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Sep 29, 2024
2 parents f00132b + c93b5fc commit b79a2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class="oe_stat_button"
type="action"
name="%(account_invoice_download.account_invoice_download_config_action)d"
context="{'search_default_import_config_id': active_id, 'default_import_config_id': active_id, 'default_name': name}"
context="{'search_default_import_config_id': active_id, 'default_import_config_id': active_id}"
icon="fa-bars"
>
<field
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ responses
# Python Dependencies
PyYAML
xmlunittest
# tests use python 3.6 and pypdf dropped support for python 3.6-3.7 in 5.0
pypdf==4.3.1

0 comments on commit b79a2b3

Please sign in to comment.