[FIX] contract: removed dateutil from dependencies

Since Odoo 16.0 has included dateutil on its dependencies,
loading dateutil from here is generating Warning in Odoo.sh
deployments
This commit is contained in:
Jose Suniaga [Vauxoo]
2023-11-08 12:46:52 -06:00
parent 504585214f
commit 6c0f22efe2
2 changed files with 0 additions and 3 deletions

View File

@@ -18,7 +18,6 @@
"website": "https://github.com/OCA/contract",
"depends": ["base", "account", "product", "portal"],
"development_status": "Production/Stable",
"external_dependencies": {"python": ["dateutil"]},
"data": [
"security/groups.xml",
"security/contract_tag.xml",