-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download core addons list at runtime #72
Comments
To clarify for me, is it necessary for I.e. does it have to have a static list to compare with? Could it not simply do something like (not exactly this but hopefully my meaning is clear):
|
Yes it's a necessary feature of the lib. For instance whool needs it to know it to know if a |
Also to implement |
I see. Could we mitigate this issue by having both? If My use case is that we are packaging Odoo inside a docker image, alongside some generally useful addons. In my use case I would prefer |
I don't think that's possible But in your case, if you know the directories where Odoo CE and EE addons are located, you could use something like |
OK. In that case my vote would probably be for the GitHub action, as that seems like the minimal change overall:
As to the implementation:
|
Currently, the list of Odoo CE and EE core addons is part of the code, and must be updated regularly, which is a burden.
Alternatively, we could consider downloading this information at runtime.
A few thoughts:
The text was updated successfully, but these errors were encountered: