- Jun 07, 2016
-
-
Simon Lejeune authored
this avoid to overwrite the configuration file at each update. closes #11722
-
- May 13, 2016
-
-
Damien Bouvy authored
This is now the 2d stupidest commit I ever did
-
Damien Bouvy authored
GTFO
-
Damien Bouvy authored
-
- Dec 18, 2015
-
-
Martin Trigaux authored
In installation script or documentation Fixes #10052
-
- Nov 10, 2015
-
-
Simon Lejeune authored
because it's available in debian stable but not in ubuntu 14.04 (lts)
-
- Oct 09, 2015
-
-
Aaron Bohy authored
Fixes remaining occurences of 8.0 in the windows installer. Mainly, odoo is now correctly installed in odoo.9.0-timestamp/ instead of odoo.8.0-timestamp/
-
- 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 11, 2015
-
-
Simon Lejeune authored
-
Simon Lejeune authored
-
Simon Lejeune authored
-
- Sep 08, 2015
-
-
Olivier Dony authored
99% of the contributors have signed the CLA The rest of them have been contacted by email and are free to either sign the CLA or ask for their contributions to be removed from Odoo Community Edition. See also: - https://www.odoo.com/cla - https://www.odoo.com/blog/odoo-news-5/post/adapting-our-open-source-license-245
-
- Aug 07, 2015
-
-
Simon Lejeune authored
Fixes #7951
-
- Jul 31, 2015
-
-
Simon Lejeune authored
-
Simon Lejeune authored
easy_install suds-jurko result in "The required version of setuptools (>=1.4) is not available," in the last CentOS. As we don't want to force the upgrade of setuptools, use the suds package instead. Also, add it in centos test environment (missing after rev 6dfbca2b)
-
- Jul 23, 2015
-
-
Simon Lejeune authored
-
- Jul 15, 2015
-
-
Simon Lejeune authored
This reverts commit 5bbcc14d and allow to use the pil from debian's "python-pil" by telling pip to not install the dependencies
-
Simon Lejeune authored
PIL is no more en pypi. Use the external provider.
-
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.
-
Simon Lejeune authored
-
- Jul 14, 2015
-
-
Simon Lejeune authored
It was preventing postgresql to generate a working cluster.
-
Simon Lejeune authored
It was preventing postgresql to generate a working cluster.
-
Simon Lejeune authored
It was preventing postgresql to generate a working cluster.
-
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.
-
Christophe Simonis authored
-
- Jul 13, 2015
-
-
Yenthe authored
Wkhtmltopdf has moved from Sourceforge to download.gna.org. See https://groups.google.com/forum/#!msg/wkhtmltopdf-general/wZwTUol3mXI/GNVeyrKDdqIJ Fixes #7574 Closes #7578
-
- Jun 02, 2015
-
-
Olivier Dony authored
- Preserved explicit 3rd-party copyright notices - Explicit boilerplate should not be necessary - copyright law applies automatically in all countries thanks to Berne Convention + WTO rules, and a reference to the applicable license is clear enough.
-
- Feb 23, 2015
-
-
Nicolas Martinelli authored
Update to pip v6 necessary to avoid import error of 'IncompleteRead' from requests.compat
-
- Feb 20, 2015
-
-
Nicolas Martinelli authored
-
Nicolas Martinelli authored
Creation of a Dockerfile for the src package for nightly tests. Remove unnecessary libraries installation from the Debian Dockerfile.
-
Nicolas Martinelli authored
-
Nicolas Martinelli authored
-
- Jan 26, 2015
-
-
Aaron Bohy authored
Catch shutil.Error thrown when addons have already been moved to openerp/addons. Fixes the bug introduced by commit 91026647.
-
- Jan 23, 2015
-
-
Aaron Bohy authored
This prevents to put postgresql-9.3.5-1-windows.exe, node.exe and wkhtmltopdf.exe in the tar.gz produced with debhelper, saving approx. 60MB.
-
Aaron Bohy authored
This fixes the privacy-breach-google-adsense lintian error for Debian packaging.
-
- Jan 20, 2015
-
-
Aaron Bohy authored
RPM packages did not pass the tests because the centos prompt changed and thus did not match the regexp anymore. We now explicitely specify the prompt in our Dockerfiles to prevent such issues.
-
Aaron Bohy authored
RPM packages did not pass the tests because the centos prompt changed and thus did not match the regexp anymore. We now explicitely specify the prompt in our Dockerfiles to prevent such issues.
-
- Jan 15, 2015
-
-
Aaron Bohy authored
Remove installation of v8 requirements in package.dfdebian as this is unnecessary for v7. This fixes a bug occuring during the installation of openerp (precisely when installing reportlab dependencies), because reportlab now requires a more recent version of pillow than 2.5.1. Also use pip instead of /usr/local/bin/pip in test_tgz (package.py) as pip script isn't installed there anymore.
-
- Jan 05, 2015
-
-
Aaron Bohy authored
Renamming logic (odoo_version.timestamp.extension) of published files moved out of publish function
-