Is it possible to specify odoo addons paths as a pattern?
I have a directory where I keep modules separated by projects, like this:
~/source/:
project1/
/module1
/module2
project2/
/module3
/module4
And so on. Now if I want to specify all my modules paths, I need to manually specify every project directory as addons path. And if there gonna be new projects, I will need to update the path.
But if I could specify something like:
--addons-path=~/source/*/, so it would load all projects as addons path, it would work way more dynamically. But doing this, just gives me error that there is no such directory.