- Sep 30, 2016
-
-
Simon Lejeune authored
and move it under the setup package. Since the rename of the openerp directory into odoo, having a script named "odoo.py" conflicts with a package named "odoo".
-
Simon Lejeune authored
This way we do not have to pass the version as argument. This was error prone. If the timestamp has to be included in the version, just patch it during before running package.py. This was already done in our nightly servers anyway.
-
Simon Lejeune authored
Correctly pass it to the nsis script the same way it was done for the version and python version. this was a source of error at each release.
-
Simon Lejeune authored
-
Simon Lejeune authored
-
Simon Lejeune authored
-
Simon Lejeune authored
Fix the various place when the rename of the git root directory broke the packaging script. Also, we can now name the library "odoo".
-
Simon Lejeune authored
-
- Jun 10, 2016
-
-
Simon Lejeune authored
* Remove dependency on less-plugin-clean-css which distribution packages are broken on debian stretch and derivated. * Updated documentation. * Lessc provides a `--compress` argument that could solve this issue. According to the documentation at http://lesscss.org/usage/: "[...] Compress using less built-in compression. This does an okay job but does not utilise all the tricks of dedicated css compression[...]" However, using this argument works on lessc 2.5.3 but not on 1.4.2 (`--compress` arg is present but seems to be break some rules i haven't been able to put my finger on). * Finally, use the minification of the StylesheetAsset that takes care of removing the spaces, the comments and the sourcemap with regexes. fixes issue #9113
-
- 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 26, 2015
-
-
Simon Lejeune authored
-
- 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
rev eba1133d updated to 10.0.
-
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
-