-
Notifications
You must be signed in to change notification settings - Fork 16
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
Odoo Install packages not being found by TKLDEV #2015
Comments
It looks like I am building odoo-14 now with TKLdev 18.1 then I added with fab-chroot
preferences.d/backports.pref
I had the same files in my Build Set for Odoo-14 (using my Odoo-16 Branch) but it would not find the Odoo package nor proceed with all the python stuff. (was putting everything together and I get an error during Odoo-Startup:
|
Various issues going on here. It seems Odoo needs:
Though below that:
So, Perhaps some "sed" rename in the Build would work for this. I will look. |
I've been trying to do a few Odoo TKLDEV builds.
Basically odoo-16 is not a Debian or bullseye-backport package anymore.
odoo-14 is one and it is findable from the command line of tkldev.
I am using the
source and have done some branch tests in my own repository
however, tkldev -> make will not find even odoo-14 if it is called from Makefile and plan/main
Have tried it everywhich way. It seems that apt-get update needs to be run within the tkldev/make process but not sure.
Really wanting to make a stepped set of builds odoo14, Odoo15, Odoo 16 etc so that proper upgrades with OpenUPGRADE can be done. The only debian packages I can find just now are odoo-14 and odoo-18.
Any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered: