I tried upgrading with:
`odoo-bin -u hr -u inventory` for upgrading multiple modules, but only the first one gets upgraded `hr` and the second is ignored.
I also tried:
`odoo-bin -u hr,inventory` but it also doesn't work
For now I upgrade every module with its own command, but this is wasting valuable time.
My question is: How to upgrade multiple modules with a single command?