Skip to content

Commit

Permalink
[REF] account_banking_ach_base: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Nov 17, 2023
1 parent 3ad52de commit bad751e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account_banking_ach_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"views/res_bank.xml",
"views/res_company.xml",
],
"external_dependencies": {"python": ["python-stdnum", "ach"]},
# pip install python-stdnum,ach
"external_dependencies": {"python": ["stdnum", "ach"]},
"installable": True,
}

0 comments on commit bad751e

Please sign in to comment.