Tryton 7.0 does not find module installed via entrypoints
Ever since d29ec7a37dca, modules registered via entrypoints
# mypackage-1.2.3.dist-info/entry-points.txt
[trytond.modules]
mytrytondmodule = my.python.module
can't be loaded at all.
I think this is because that changeset is very tailored towards all modules (except for ir
, res
and test
) being laid under the trytond/modules folder, which wasn't necessarily the case for third party modules thanks to the entrypoints system.