Florent Xicluna
Florent Xicluna
Not sure how to handle this case. As a workaround, you can set the state of the culprit module: ```python pending_install = model('ir.module.module').browse(['state = to install']) print(pending_install.name) # Then force...
I started to contribute back some patches upstream (from this fork and others). Within few weeks you could expect a new PyPI release, if things go well.
This error is because the test E225 does not see the opening parenthesis on first char. This error is fixed on my branch. I fixed this one at the same...
It should be fixed with latest version (0.5.0). btw, this issue tracker is obsolete. The link to the current issue tracker is on the PyPI page: http://pypi.python.org/pypi/pep8
my branch is temporary: I'm working with the maintainers of upstream Pyflakes to merge more contributions and make it easier to contribute the patches upstream. Within few weeks it should...
Should be fixed with pyflakes 0.6.1 from PyPI, no? Else, please open a ticket here: https://bugs.launchpad.net/pyflakes
Don't use the `trunk-deb`, it is really outdated as you can see on the first line of your report: `8.0dev-20140416-230101-1` --> April 2014 You should use the `trunk-src` version instead....
It seems that the package in Debian testing is OK: 0.12.1 Only the package in Ubuntu 14.04 is outdated: 0.9.9
I guess that this workaround should do the trick on Ubuntu: https://www.odoo.com/fr_FR/forum/help-1/question/wkhtmltopdf-on-v8-not-found-48208#answer-55374 I will update the Dockerfile accordingly.
Hi, can you merge this PR, and/or remove the **stale** label? Also PR #731 Thank you. @guewen / @sbidoul