Skip to content

Commit

Permalink
[FIX] contract: removed dateutil from dependencies
Browse files Browse the repository at this point in the history
Since Odoo 16.0 has included dateutil on its dependencies,
loading dateutil from here is generating Warning in Odoo.sh
deployments
  • Loading branch information
Jose Suniaga [Vauxoo] committed Nov 8, 2023
1 parent 5045852 commit 6c0f22e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contract/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 6c0f22e

Please sign in to comment.