Aaron Bohy
a2650bdae2
[FIX] Packaging: Windows: pychart dependency
...
In 988baeb533
, the pychart dependency has been updated for all distributions,
to use the python-chart library available with pip. However, for Windows, this
dependency should stay pychart as we do not use pypi to generate the Windows binary.
8 years ago
Alexandre Fayolle
988baeb533
[FIX] setup: use pypi version of PyChart
...
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
8 years ago
Simon Lejeune
d26a354c99
[FIX] Packaging: lib name from openerp to odoo
...
It's about time
8 years ago
Simon Lejeune
cb55107fe1
[FIX] packaging: windows: passlib dependency was not correctly set
9 years ago
Simon Lejeune
735924878f
[REF] setup: cleanup and linting of setup.py, reworked MANIFEST, added requirements.txt
9 years ago
Raphael Collet
cbe2dbb672
[MERGE] new v8 api by rco
...
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.
- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
9 years ago
Xavier Morel
cf41752470
[IMP] auth_crypt: port to passlib instead of using embedded/hand-rolled md5crypt
9 years ago
Nicolas Bessi
9a8cdf49b0
Move setup.py in previous root in order not to break community tools based on it.
...
It should not causes any trouble as it is not used in odoo.py
9 years ago
Antony Lesuisse
2f4984b838
[IMP] packaging v8 part1, tgz deb and rpm
9 years ago
Antony Lesuisse
6e9edeeb46
[FIX] odoo.py setup deps and readme.md
9 years ago
Дмитро Катюха
9f13722f78
Added openerp-gevent and oe to 'scripts' section in setup.py
9 years ago
Christophe Simonis
863e295937
[MERGE] forward port of branch saas-3 up to revid 5116 chs@openerp.com-20140415133650-y46i0o3qkb2atbvi
...
bzr revid: chs@openerp.com-20140415140548-rlg9uypv78pywqhc
9 years ago
Christophe Simonis
3d2e9b4d2b
[MERGE] forward port of branch 7.0 up to revid 5281 launchpad_translations_on_behalf_of_openerp-20140412094159-mhy3v2prb3ctx32k
...
bzr revid: jke@openerp.com-20140409153527-mic1a8afcvdhsd27
bzr revid: chs@openerp.com-20140410102422-fcwxhjk40z0oy8x5
bzr revid: chs@openerp.com-20140415133650-y46i0o3qkb2atbvi
9 years ago
Olivier Dony
4065e36829
[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only want to stay below 0.9.8
...
lp bug: https://launchpad.net/bugs/1305872 fixed
bzr revid: odo@openerp.com-20140410140244-wu2l4hb5o1ct7tmm
9 years ago
Christophe Simonis
15680c94e1
[MERGE] forward port of branch saas-3 up to revid 5115 chs@openerp.com-20140410102422-fcwxhjk40z0oy8x5
...
bzr revid: chs@openerp.com-20140410105454-6utwgruj80h8wdss
9 years ago
Olivier Dony
6e52ba2487
[FIX] setup.py: babel.dates.format_timedelta required, added in 1.0
...
bzr revid: odo@openerp.com-20140409081459-07uyfgfk03jevch4
9 years ago
Olivier Dony
a939728418
[FIX] setup.py: pywebdav 0.9.8 breaks the API by renaming the DAV module
...
bzr revid: odo@openerp.com-20140409081349-53jbd1k9vfp0uzom
9 years ago
Christophe Simonis
438025dac8
[FIX] setup.py: correct included packages in py2exe options
...
bzr revid: nightly_server-20140403123144-pm4dqs04dbfmv1p8
9 years ago
Fabien Meghazi
833b5e3ab7
[ADD] python requests library dependency
...
bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80
9 years ago
Christophe Simonis
1a38a08687
[FIX] setup.py: pywebdav does not expose DAV import anymore
...
bzr revid: chs@openerp.com-20140306160500-ey6o7iiiy1wmvkpp
9 years ago
Xavier Morel
d97f9effe0
[IMP] replace PIL dependency by pillow
...
pillow is a better-maintained fork, and installing it from source
tends to succeed more easily than PIL's
bzr revid: xmo@openerp.com-20140114131032-rxwpmc0yrqp91x4v
9 years ago
Frédéric van der Essen
6df89aa77a
[FIX] adding new python dependencies brought by the hw_escpos module to the install script
...
bzr revid: fva@openerp.com-20140113111705-649g7wknkb10u6re
9 years ago
Stephane Wirtel
f8c0310d8e
[FIX] Use psycogreen instead of gevent-psycopg2
...
green-psycopg2 has been deprecated by the developer, he asks to use an
alternative, in this case, the alternative is psycogreen
https://bitbucket.org/dvarrazzo/psycogreen
bzr revid: stw@openerp.com-20130909131123-u0gqhvxqwv13yqke
10 years ago
niv-openerp
a94bbf8e5e
[FIX] Merge fix in saas1 for the problem that made the server crash when install a db
...
bzr revid: nicolas.vanhoren@openerp.com-20130610144915-0nj8vpk7n84ocj3f
bzr revid: nicolas.vanhoren@openerp.com-20130610150657-3xddn91gm0iq0ubp
bzr revid: nicolas.vanhoren@openerp.com-20130610154514-oee6s4f9g17bx63z
10 years ago
Thibault Delavallée
1d5068b63e
[FORWARD] Forward port of server 7.0 until revision 4988
...
bzr revid: tde@openerp.com-20130528102733-bsszxp6nvy8yws3t
10 years ago
Martin Trigaux
44d71fd38e
[IMP] remove shebang
...
bzr revid: mat@openerp.com-20130514114045-b6xbkbjlp5bsm7h2
10 years ago
Vo Minh Thu
7278a741e7
[FIX] setup.py: added gevent and gevent-psycopg2 dependencies.
...
lp bug: https://launchpad.net/bugs/1176165 fixed
bzr revid: vmt@openerp.com-20130506074825-ihi03ha9o9cx8x49
10 years ago
Vo Minh Thu
307ca374d6
[MERGE] forward merge 7.0 until revision 4919.
...
bzr revid: vmt@openerp.com-20130404130704-24vsmczw34cssytd
10 years ago
Vo Minh Thu
78526694af
[FIX] setup.py: pyparsing >= 2.0.0 works only with Python 3.
...
bzr revid: vmt@openerp.com-20130323222407-aeix7m2uzwudsa9h
10 years ago
Christophe Simonis
7e1a76cdd8
[FIX] setup.py: correct windows install
...
bzr revid: chs@openerp.com-20130115104047-6hrl825bn5pkmoo6
10 years ago
Antony Lesuisse
e29796f426
packaging jinja2
...
bzr revid: al@openerp.com-20121221154606-jffr8i7ebs0n1n58
10 years ago
Vo Minh Thu
f808357a06
[FIX] py2exe: keep the code unoptimized (i.e. no -Ox).
...
This is necessary to keep assert statements throwing AssertException,
which are tested by our test suite, which is integrated to the server.
bzr revid: vmt@openerp.com-20130308133839-mxwfnchbarbjb7g9
10 years ago
Vo Minh Thu
70d97d67db
[FIX] setup.py (windows): add some babel files not automatically included by py2exe.
...
lp bug: https://launchpad.net/bugs/1089801 fixed
bzr revid: vmt@openerp.com-20130306112159-9j58mf0se3lf7a0j
10 years ago
Olivier Dony
39c8290b3b
[FIX] setup.py: bump up min required psycopg2 version for 7.0, because 2.2 is actually required
...
Debian stable has 2.2.1 since 2010, so that
should not cause problems for anyone.
bzr revid: odo@openerp.com-20130215133659-8pa7ivrtol08lphx
10 years ago
Raphael Collet
e825e97c29
[IMP] setup.py: add dependency on jinja2
...
bzr revid: rco@openerp.com-20121213155949-tih5775rzpyi6diy
10 years ago
Xavier Morel
f7e0a7ffaa
[FIX] unpin LXML as 3.0 official has been released
...
bzr revid: xmo@openerp.com-20121212161510-nange6xbbgworgnc
10 years ago
Antony Lesuisse
5356be186d
[FIX] deps for debian stable, python 2.6
...
bzr revid: al@openerp.com-20121210010213-v32y3cn5tgwknlj6
10 years ago
Antony Lesuisse
f224ce1d8b
[IMP] cli first command testjs
...
bzr revid: al@openerp.com-20121209024618-cae0ux1vmo38ccwr
10 years ago
Christophe Simonis
fe032878cb
[FIX] correct setup.py
...
lp bug: https://launchpad.net/bugs/1087192 fixed
lp bug: https://launchpad.net/bugs/1017120 fixed
bzr revid: chs@openerp.com-20121206130848-a3jz9ntihfh6payu
10 years ago
Christophe Simonis
64c486e59f
[FIX] setup.py: include docutils on windows
...
bzr revid: chs@openerp.com-20121129152038-hx3km5x55x0oj9r1
10 years ago
Antony Lesuisse
af9304fc98
[FIX] seupt.py zsi not needed anymore
...
bzr revid: al@openerp.com-20121107144232-xf9qyo1rurwc0xnq
11 years ago
Antony Lesuisse
e77725eb89
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports
...
bzr revid: al@openerp.com-20121107015708-o9l893ll9f32wjcy
11 years ago
Antony Lesuisse
bc3cf0b74f
rm files, move postload hook
...
bzr revid: al@openerp.com-20121006171053-qggp1r5263h7v7vd
11 years ago
Antony Lesuisse
ac2ad9aa84
fix deps
...
bzr revid: al@openerp.com-20120922111033-jzxjr8fpm15a3510
11 years ago
niv-openerp
8d1e3d06ab
[IMP] removed dependency to pyquery
...
bzr revid: nicolas.vanhoren@openerp.com-20120905153212-0gi1wjhf9m4xtnml
11 years ago
niv-openerp
29a9316566
[REVERT] 4394, because Thu is stupid
...
bzr revid: nicolas.vanhoren@openerp.com-20120905145703-7t8uiyqur0l16n2b
11 years ago
Xavier Morel
a99e5cae0a
[FIX] lxml 3.0a2 has been deployed to pypi for some reason, pin to lxml < 3 for now
...
bzr revid: xmo@openerp.com-20120830100034-baug3vb3wlfncf5e
11 years ago
Stephane Wirtel
b90a483138
[MERGE] Remove the embedded pychart library, and use the online version
...
bzr revid: stw@openerp.com-20120823150546-3pi7gw8oq2elpnt4
11 years ago
Vo Minh Thu
e82f52926c
[FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.
...
bzr revid: vmt@openerp.com-20120823083505-evk7pw3drx28rj1z
11 years ago
Vo Minh Thu
ae4852f597
[IMP] html_sanitize: remove dependency on pyquery.
...
Relying on pyquery is unnecessary (using etree alone is enough). This patch
reimplements the html_sanitize() function without pyquery. The new
implementation still goes through the provided test suite with success.
bzr revid: vmt@openerp.com-20120816104540-9374llhzde54h2vz
11 years ago