- Oct 09, 2018
-
-
Adrian Torres authored
Commit cf853a78 removed all yml tests and the yml import engine from Odoo forever, however PyYAML remains a dependency even though it's not used anymore. This commit removes any reference to this lib that could be found. closes odoo/odoo#27563
-
- Aug 27, 2018
-
-
Moises Lopez authored
Continuation from https://github.com/odoo/odoo/commit/27c017ad98b4c9ac5fdcd28c9fd84d3690993118 PyYAML was missed in the list Closes #26587
-
- Aug 14, 2018
-
-
Olivier Dony authored
Recommended by GitHub's repository alerts. We normally stick as close as possible to the version we depend on in the official DEB packages. This in turn depends on the version of Debian stable at the time of release - for 9.0 that would be Debian 8 (jessie) and thus Pillow 2.6.1. However Pillow versions before 3.3.2 and Jinja2 before 2.8.1 suffer from a few issues that could lead to crashes of Odoo workers. The bugfixes have been backported in the DEB packages for Pillow, so users of Debian/Ubuntu LTS versions won't be affected if they are keeping their systems updated. However it's worth an exception to our rule for pip users.
-
- Jul 18, 2018
-
-
Moises Lopez authored
Since af9d6b86 and 5a57c29f , python3.7 can be used to run Odoo. This commit ensures that python3.7 compatibles versions of gevent, greenlet and lxml will be installed without breaking compatibility with Debian Stretch packages versions when using the Debian packaged Python. Closes #25841
-
- Jul 17, 2018
-
-
Jigar Patel authored
Task 40692 Various changes to import/export (mainly) UIs: * default to excel & "full" (non-import-compatible) export * auto-detect encoding of CSV using chardet * remember column -> field mapping after having imported a file (useful for repeated imports where auto-matching failed) * better handle localised booleans & column names * automatically select source list view's fields when exporting * better integrate import templates feature and add a number of templates
-
- Apr 18, 2018
-
-
qsm-odoo authored
Include libsass instead of node-less Thank you to @d-fence for testing this.
-
- Feb 14, 2018
-
-
Olivier Dony authored
We should normally stick as close as possible to the version we depend on in the official DEB packages. This in turn depends on the version of Debian stable at the time of release - for 9.0 that would be Debian 8 (jessie) and thus Pillow 2.6.1. However Pillow versions before 3.1.1 suffer from a few issues that could lead to crashes of Odoo workers. The bugfixes have been backported in the DEB packages for Pillow, so users of Debian/Ubuntu LTS versions won't be affected if they are keeing their systems updated. However it's worth an exception to our rule for pip users. FWD-PORTS: skip
-
- Jan 16, 2018
-
-
Vincent Schippefilt authored
problem: installing from the source on windows includes manual modification of the requiremnets, as well as not supported package versions solution: - increased the version of lxml, werkzeug and pillow to the latest supported version in debian, it will fix already a number of issues on windows - automatically include or exclude dependencies from requirement.txt using requirement specifiers Note that for lxml on windows, we will always install the latest version because the version 3.7.1 does not exist on windows in WHL.
-
- Nov 17, 2017
-
-
Martin Trigaux authored
Follow up of e419f395 pyscopg 2.7.3 does not work with glibc 2.66 2.7.3.1 is the minimum one Courtesy of Laurent Mignon, Acsone, #19512
-
- Nov 13, 2017
-
-
Grzegorz Krukar authored
2.7.1 is broken with glibc 2.66 upgrading to latest working version: 2.7.3 cf psycopg/psycopg2-wheels#2 Add CLA Fixes #19511 Closes #19512
-
- Oct 16, 2017
-
-
Yenthe V.G authored
Upgrade the dependency for ebaysdk from 2.1.4 to 2.1.5. There was a bug in in 2.1.4 that prevented installing (see https://github.com/timotheus/ebaysdk-python/issues/223). Closes #20148
-
- Oct 12, 2017
-
-
Christophe Monniez authored
Purpose: openid is not used anymore in Odoo, therefore it can be safely removed.
-
- Oct 09, 2017
-
-
Christophe Monniez authored
Purpose: The psycogreen module is unmaintained. Last source update was in 2015 and last pypi package was in 2012. Odoo only use a small part of the psycogreen module that could be written directly in the odoo code. This commit reproduce the small function from psycogreen used in ODoo and remove all depencies from it. Also the copyright and license are honored and the documentation is updated accordingly. pypi pckage: https://pypi.python.org/pypi/psycogreen bitbucket repos: https://bitbucket.org/dvarrazzo/psycogreen/
-
- Sep 14, 2017
-
-
Xavier Morel authored
* gitignore pycache folders (apparently appear for some) * update xlwt requirement: 1.1.2 does not work with Python 3.6, 1.2 should work, 1.3 officially supports it
-
- Aug 20, 2017
-
-
Olivier Dony authored
- jcconv is not P3-ready and is only optional, for use on the POSBox firmware for Japanese charset support in some receipt printers (The POSBox firmware is still based on Odoo 8 + PY2 at this time) - wsgiref is built-in since Python 2.5, and the one on pypi does not work on Python 3.2+
-
- Jun 16, 2017
-
-
Olivier Dony authored
Version 2.7.1 is not yet available in most distributions, but is now considered the recommended version. Odoo will work just fine with any psycopg2 version >= 2.2, though.
-
- May 30, 2017
-
-
Juan Pablo Arias authored
update ofxparse to 0.16: fix language issues closes #15713
-
- May 15, 2017
-
-
Xavier Morel authored
The vendored html2text is *really* old and absolutely not P3-compatible. There is a maintained version on Pypy which is, so use that and stop vendoring html2text.
-
- May 12, 2017
-
-
xmo-odoo authored
PyPDF is unmaintained and abandoned (as noted on its home page http://pybrary.net/pyPdf/) and was never updated to Python 3. PyPDF2 is a fork which provides a mostly compatible API and is P3-compatible. Replace PyPDF by PyPDF2.
-
- May 08, 2017
-
-
Laurent Smet authored
- RML Reports - Webkit Reports (most part already removed by 13b9982c) - LocalService in netsvc.py - rename attributes like rml_% to report_% - rename ir.actions.report.xml to ir.actions.report - allow rendering directly on an ir.actions.report by calling render method - remove 'controller' report_type - remove unused res.font stuff - remove print_report method in models.py (not used) - restore removed call to pdftotext process in test_reports
-
- Apr 28, 2017
-
-
xmo-odoo authored
* LDAP import: python-ldap is not python3-compatible, pyldap is Warning: only supported from debian Stretch (current testing)? https://packages.debian.org/search?searchon=names&keywords=pyldap * implicitly relative imports * imports of moved or removed stdlib modules issue #8530
-
- Mar 13, 2017
-
-
Florent de Labarre authored
Needed to import xlsx files Closes #15644
-
- Feb 02, 2017
-
-
Quentin De Paoli authored
-
- Nov 25, 2016
-
-
Simon Lejeune authored
In order to circumvent https://bugs.launchpad.net/lxml/+bug/1625506
-
- Oct 22, 2016
-
-
Simon Lejeune authored
closes #13721
-
- Nov 26, 2015
-
-
Simon Lejeune authored
-
- Sep 28, 2015
-
-
Leonardo Rochael Almeida authored
The stdlib version of the json library is more recent than the 3.5.3 version we are pinning in `requirements.txt` There is no reason to use it. Closes #6940
-
Leonardo Rochael Almeida authored
The `unittest2` package is simply a backport of `unittest` from the Standard Library of Python 2.7 to previous versions. There is no reason to use it any longer. Closes #6941
-
- Sep 18, 2015
-
-
Maarten De Wispelaere authored
gevent 1.0.1 (old) causes issue on Debian 8.0 Jessie : Disk running out of free space Cause: /var/log/syslog and /var/log/daemon.log full of "NameError: name 'PROTOCOL_SSLv3' is not defined" FYI: disk of 20GB runs out of space in less than 24h! gevent 1.0.2 release notes : https://github.com/gevent/gevent/blob/1.0.2/changelog.rst#release-102-may-23-2015
-
Christophe Combelles authored
switch to reportlab 3.1.44 because of install problems with 3.1.8 (See https://bitbucket.org/rptlab/reportlab/issues/55/setuptools-80-cannot-install-reportlab-318 )
-
- Jul 31, 2015
-
-
Simon Lejeune authored
-
- Jul 15, 2015
-
-
Aaron Bohy authored
Workarounded https://launchpad.net/debian/+source/openssl/1.0.1j-1 by updating requests in requirements.txt and pip in our tests environment.
-
- Jul 14, 2015
-
-
Richard Mathot authored
This library is a SOAP client. It will be used to integrate Odoo with external web services that use SOAP based protocols.
-
- Jul 01, 2015
-
-
Alexandre Fayolle authored
PyChart 1.39 is available on pypi.python.org, use it in dependency specs instead of the direct link to unreliable download.gna.org Closes #6781
-
- Feb 26, 2015
-
-
Leonardo Rochael Almeida authored
While calling `pip install -r requirements.txt`, the PyChart tarball is always downloaded even if `pip` has a download cache configured (which it does by default in later versions). This is because `pip` has no way of knowing which package the PyChart tarball contains before downloading and running its `setup.py`. By declaring the PyChart "egg" in `requirements.txt` the tarball is no longer downloaded if it's already in the download cache.
-
- Feb 23, 2015
-
-
Simon Lejeune authored
-
- Nov 19, 2014
-
-
Xavier Morel authored
-
Leonardo Pistone authored
It is never used in the code, and causes problems with wheels: related to pypa/pip#2105 closes #3744
-
- Nov 18, 2014
-
-
Frédéric van der Essen authored
[FIX] requirements.txt: add info about optional python requirements used for the point of sale receipt printing
-
- Sep 02, 2014
-
-
Simon Lejeune authored
-