[FIX] [14.0] Removed external dependencies already defined in Odoo base

This commit is contained in:
Eduardo De Miguel
2022-02-28 08:49:58 +01:00
parent 6b043254d5
commit a5d23b1791
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
"website": "https://github.com/OCA/bank-payment",
"category": "Banking addons",
"depends": ["account_banking_pain_base", "account_banking_mandate"],
"external_dependencies": {"python": ["stdnum"]},
"data": [
"views/account_banking_mandate_view.xml",
"views/res_config_settings.xml",

View File

@@ -1,4 +1,3 @@
# generated from manifests external_dependencies
lxml
python-stdnum
unidecode