Browse Source

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

14.0
Eduardo De Miguel 2 years ago
parent
commit
0f0cffd351
  1. 1
      partner_identification_gln/__manifest__.py
  2. 1
      requirements.txt

1
partner_identification_gln/__manifest__.py

@ -10,7 +10,6 @@
"license": "AGPL-3",
"author": "Acsone S.A.,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
"external_dependencies": {"python": ["stdnum"]},
"depends": ["partner_identification"],
"data": ["data/partner_identification_gln.xml"],
"installable": True,

1
requirements.txt

@ -1,3 +1,2 @@
# generated from manifests external_dependencies
email-validator
python-stdnum
Loading…
Cancel
Save