-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix pip install + Others things #64
Conversation
…ing that the service is running on http://localhost:8069 + Fix the description of 'pip' install type in README + Restart Odoo if the application of the pip requirements.txt file has triggered changes + Set the default 'odoo_version' to 11.0
…tion + install PyPDF 1.13 on Debian Stretch for Odoo 8, 9 and 10 (not PyPDF2)
… the Odoo archive from https://nightly.odoo.com instead of https://github.com/odoo/odoo, the first contains all standard modules in the 'addons/' folder, not the second
Ok. Seems good! Let's wait then for Travis to finalize. What about wkhtmltopdf? We have been working with 0.12.4 in v11 and works well. |
It needs some work to install wkhtmltopdf from .deb package for 0.12.1 (done partially) and from the .tar.gz for 0.12.4. It's on my roadmap. |
@jbeficent and do you know how behave wkhtmltopdf 0.12.4 with Odoo 8/9/10 ? Is it compatible? |
We have been using 0.12.4 in v9, v10 and v11 with success. |
But I think that it was patched. |
Okay, I'll do some tests locally regarding wkhtmltopdf 0.12.4 on Debian Stretch and Odoo 8. |
@jbeficent unfortunately Travis tests were broken (and since a long time!).
I also fixed the
odoo_pip_odoo_bin_path
variable to handle Odoo < 10 (./odoo.py) and Odoo >= 10 (./odoo) + the ownership of files generated through pip.Your review is welcome.