17.0 vanilla

This commit is contained in:
Ernad Husremovic 2025-10-03 18:05:14 +02:00
parent 2e65bf056a
commit df627a6bba
328 changed files with 578149 additions and 759311 deletions

View file

@ -63,6 +63,7 @@ def main():
if command in commands:
o = commands[command]()
odoo.cli.COMMAND = command
o.run(args)
else:
sys.exit('Unknown command %r' % (command,))