-
Notifications
You must be signed in to change notification settings - Fork 29
[FIX] odoo100, odoo110: Using wkhtmltopdf 0.12.5-1 recommended by Odoo #390
Conversation
More info about: https://github.com/odoo/odoo/wiki/Wkhtmltopdf 0.12.5-1: recommended for Odoo 10 and later.
More info about: https://github.com/odoo/odoo/wiki/Wkhtmltopdf 0.12.5-1: recommended for Odoo 10 and later.
@moylop260 isn't the installed version specified in MQT here anyway? |
For record, I'm reproducing the current red status because of: It is reproduced using:
root@4783e7a35fa9:/# python3.5 -m pip install git+https://github.com/vauxoo/[email protected]
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Collecting git+https://github.com/vauxoo/[email protected]
Cloning https://github.com/vauxoo/server-tools (to revision 11.0) to /tmp/pip-req-build-ayb1qxc8
Running command git clone -q https://github.com/vauxoo/server-tools /tmp/pip-req-build-ayb1qxc8
Running command git checkout -b 11.0 --track origin/11.0
Switched to a new branch '11.0'
Branch 11.0 set up to track remote branch 11.0 from origin.
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3.5 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ayb1qxc8/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ayb1qxc8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-0228vorw
cwd: /tmp/pip-req-build-ayb1qxc8/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/tokenize.py", line 454, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-ayb1qxc8/setup.py'
----------------------------------------
WARNING: Discarding git+https://github.com/vauxoo/[email protected]. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. UPDATED:
Adding verbose
|
Hello @moylop260 Good to know that the information helps, but I haven't test it functionally, you could have my +1 and If it works! let me know! Thanks in advance! |
I just added
The error is reproduced. I just set the variable using only one repository: And the output is: git clone https://github.com/vauxoo/server-tools --depth 1 -q -b 11.0 /tmp/tmp.TkdnQziNdY/server-tools
git clone --depth -q -b 8.0 /tmp/tmp.TkdnQziNdY/1
fatal: repository '/tmp/tmp.TkdnQziNdY/1' does not exist If I use Do you have any clue about to fix it? |
@moylop260 if I have to gues (I haven't tested it yet) the issue is here, when these lines, they parse the oca_dependencies.txt file and they expect the old syntax (url name) and they get only the name instead. It is not failing in the 12, 13 neither 14 because we removed this because we noticed it took a little more time to calculate the changes than we saved pre-installing them |
New images is not pre-installing them and we don't want to support this feature anymore
Thank you! So, I just fixed removing them too Could you check if you are agree, please? |
I have created the tag to revert using old image before this change if something is wrong:
I have sent the email called: So, I merged |
More info about: 0.12.5-1: recommended for Odoo 10 and later.