odoo/upgrade-util#186

Created by Upgrade, Alvaro Fuentes Suarez (afu)

Blocked

label
odoo-dev:master-fix_autoinstall-afu
head
dd82c65470a8b8c4ff46caf3c861564b59b86a22
odoo/upgrade-util
master #186 missing r+

[FIX] util/modules: fix discovery of no-deps modules

When a module has no explicit dependency (e.g. pure JS module) and it is autoinstall=True the current dicovery mechanism completely ignores them.

In this patch we ensure that such dependecy-less modules are also handled.