Skip to content

Commit

Permalink
Fix bug odoo13
Browse files Browse the repository at this point in the history
  • Loading branch information
llacroix committed Jul 6, 2023
1 parent 5c53b98 commit 631e141
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions odoo_tools/configuration/odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,9 @@ def install(self):
new_args = args[:]

new_args += [
"setuptools >49, <=58"
"setuptools >49, <=58",
"pip <23"
]

run(new_args)
print("Updating setuptools again")
run(new_args)

print("Installing vatnumber alone!?")
Expand Down

0 comments on commit 631e141

Please sign in to comment.