Commit Graph

196 Commits

Author SHA1 Message Date
Antony Lesuisse 78ddee02bf [IMP] packaging timestamp support
bzr revid: al@openerp.com-20111001135713-85akuaixth6ep1fz
2011-10-01 15:57:13 +02:00
Antony Lesuisse dbb99ced9b [IMP] packaging rename into openerp
bzr revid: al@openerp.com-20111001134222-0vjbvasuo5kvy255
2011-10-01 15:42:22 +02:00
Antony Lesuisse cd972ba503 [IMP] packagin setup.py dont rely on cwd
bzr revid: al@openerp.com-20111001133251-tlad32kl2c1rjib9
2011-10-01 15:32:51 +02:00
Antony Lesuisse d1e40a55af [IMP] directory cleanups, moved historical cruft into history
bzr revid: al@openerp.com-20110926005444-a7vqjb05vep7xbvj
2011-09-26 02:54:44 +02:00
Antony Lesuisse e3fb2ccea1 [IMP] setup.py remove python2.5 compatibility
bzr revid: al@openerp.com-20110925122822-njsjvs8d0qlwf4l5
2011-09-25 14:28:22 +02:00
Olivier Dony 822f286c9c [MERGE] setup.py: added vatnumber dependency, added missing json py2exe package
bzr revid: odo@openerp.com-20110920110146-1c1kijj01doa205f
2011-09-20 13:01:46 +02:00
Xavier Morel e98be6cbae [FIX] version specifier for werkzeug in setup.py file
bzr revid: xmo@openerp.com-20110913071205-kak4ylecmtpviw0x
2011-09-13 09:12:05 +02:00
Antony Lesuisse 25237f7178 [IMP] move webrelease into addons/web
bzr revid: al@openerp.com-20110909141317-uvo90sxlg8o5w9dx
2011-09-09 16:13:17 +02:00
niv-openerp 6fe22fe364 [imp] externalized release parameters
bzr revid: nicolas.vanhoren@openerp.com-20110905124214-byhgf4ogglm92ryj
2011-09-05 14:42:14 +02:00
Xavier Morel 12462610b0 [REM] all references to cherrypy
bzr revid: xmo@openerp.com-20110902090326-veq9cb9wgb9rr6m4
2011-09-02 11:03:26 +02:00
Xavier Morel 6e739caf10 [IMP] serve application via werkzeug's runner
bzr revid: xmo@openerp.com-20110902071152-0oz8a526aeakindr
2011-09-02 09:11:52 +02:00
niv-openerp 5b522f5d06 [imp] setup infrastructure for qweb message extraction
bzr revid: nicolas.vanhoren@openerp.com-20110816100940-h7mxs3ajvoem9ujj
2011-08-16 12:09:40 +02:00
Xavier Morel 17fdd718d4 [FIX] add simplejson dependency to setup.py following vmt@openerp.com-20110705122222-bhim9uft3l3sqee8 requiring it
bzr revid: xmo@openerp.com-20110707121446-3cdarrj7s3rny8ie
2011-07-07 14:14:46 +02:00
psi (Open ERP) 37f65bc8bf [IMP] include vatnumber in package list as the base_vat module will use this package for vat validation
bzr revid: psi@tinyerp.co.in-20110706095149-waba2fbq4imy9825
2011-07-06 15:21:49 +05:30
Vo Minh Thu 93e3a1f366 [FIX] netsvc: revert introduction of cgitb
(was done at revno 3452, revision-id vmt@openerp.com-20110609073416-ml22a1vhtizl3z71)

lp bug: https://launchpad.net/bugs/797690 fixed

bzr revid: vmt@openerp.com-20110623143651-v1x7obfnj48khsdj
2011-06-23 16:36:51 +02:00
Vo Minh Thu 971276b599 [ADD] openerp/netsvc: use cgitb to format the exception sent to the client, code/idea by chs.
bzr revid: vmt@openerp.com-20110609073416-ml22a1vhtizl3z71
2011-06-09 09:34:16 +02:00
Olivier Dony a7c296ae39 [FIX] setup.py: added missing pytz requirement
bzr revid: odo@openerp.com-20110524214535-8bryklmof93ronhh
2011-05-24 23:45:35 +02:00
Vo Minh Thu b247657a6a [FIX] setup.py: add pytz timezone files as data_files.
- this is needed for the windows packaging as py2exe will leave them out.
- it was already done in the 5.0 branch, but implemented differently,
  by copying the files into the library.zip (which we dont use anymore in trunk).

lp bug: https://launchpad.net/bugs/701407 fixed

bzr revid: vmt@openerp.com-20110330151943-gvl1zg2yawa4vx5x
2011-03-30 17:19:43 +02:00
Vo Minh Thu 7766fcca62 [REF] renamed openerp-server.py to openerp-server.
bzr revid: vmt@openerp.com-20110324095012-a5joofz60zrhbit5
2011-03-24 10:50:12 +01:00
Vo Minh Thu 4c45313a04 [FIX] setup.py: py2exe, sdist, and install seem good.
- added commands to the list of modules
- provide an explicit dependency link for pychart (which will be used by easy_install)

bzr revid: vmt@openerp.com-20110311110905-y8s85a24naq5zxdy
2011-03-11 12:09:05 +01:00
Vo Minh Thu 4db9a2533c [FIX] setup.py: modification so py2exe works.
- still needs some testing, sdist should be tested again.

bzr revid: vmt@openerp.com-20110309101939-zo19v7gxd1bqryrb
2011-03-09 11:19:39 +01:00
Vo Minh Thu 175dc96747 [IMP] setup.py: cleaning
- Removed unnecessary custom code to search/list files and addons.
- Handling of some environment variable and files created specifically by debian/rule.
- This case should be handled by simply copying the addons in the server (as is done)
  for packaging if needed. A setup.py file will probably be created for addons in the
  future.
- The console option has been reintroduced (it is needed for py2exe) but taking care
  of adding it only on os=nt.
- The dependency on pychart as been commented out as we already include its code.
- Building (with py2exe) on windows has yet to be tested.

bzr revid: vmt@openerp.com-20110304160911-4redpkh8mbn19rid
2011-03-04 17:09:11 +01:00
Vo Minh Thu 44b392ef09 [FIX] setup.py: easy_install seems to work.
- the generated bin/openerp-server.py seems to work.
- I would like to remove the data_files() call as it seems redundant with MANIFEST.in.
- Same for find_package_dirs().
- I have to check first how the build on windows work (as it includes different files than on unix).

bzr revid: vmt@openerp.com-20110224142659-r2wbm9f8tkldgwe6
2011-02-24 15:26:59 +01:00
Vo Minh Thu 7855fad593 [FIX] setup.py: use the new openerp module.
- python setup.py build seems to work (it produces the same result as before).
- the install seems not good: code and data are duplicated in both site-packages and dist-packages.
  (This was already true before.)
- The bin/openerp-server is not good yet.

bzr revid: vmt@openerp.com-20110224121830-hte18v9zzvel5zb5
2011-02-24 13:18:30 +01:00
Jay Vora (OpenERP) df6f269daa [FIX] setup.py : typo corrected
lp bug: https://launchpad.net/bugs/710813 fixed

bzr revid: jvo@tinyerp.com-20110203074415-35mt5cl2bk5szzr4
2011-02-03 13:14:15 +05:30
P. Christeas a228e192a5 setup.py: bring back the block that installs addons
Was removed in d6fc9237a62a4, but is necessary for the creation of distro
packages.

bzr revid: xrg@openerp.com-20110117134841-gcrbv699anl9jcho
2011-01-17 14:48:41 +01:00
Stephane Wirtel 086b9fd028 [REF] Add the uuid library in the dependencies and remove the commented code
bzr revid: stephane@openerp.com-20101229115233-rhr4ika4611kikue
2010-12-29 12:52:33 +01:00
P. Christeas e5bc5503d7 setup: The ssl certs should *not* be distributed.
The meaning of any SSL certificate (even self-signed) is that it uniquely
identifies the server. So, if we have a generic cert distributed with our
packaging, we break that. We could not even generate a cert at the "build"
stage of our server, because that would be included in the packages.

If anybody needs to run OpenERP with SSL, they will need to generate the
certificate at the target server, possibly using ssl-cert.cfg as a sample.

Also, the "ssl" directory under bin/ would confuse some pythonic code that
had tried to "import ssl" (eg. urllib.py).

bzr revid: p_christ@hol.gr-20101123135844-nr8k78qrmlyn19xb
2010-11-23 15:58:44 +02:00
Stephane Wirtel b4a68aa716 [FIX] Update the setup.py to solve some problems
bzr revid: stephane@openerp.com-20101018220104-8voqsqm6my8n10tr
2010-10-19 00:01:04 +02:00
Julien Thewys 8d28fc5a61 [FIX] Backported os.walk with followlinks from python 2.6 to make setup.py compatible with 2.5
bzr revid: jth@openerp.com-20100920132845-aanmyzcsrsd0acqh
2010-09-20 15:28:45 +02:00
Julien Thewys ed4a891e82 [FIX] Fixed pywebdav module name.
bzr revid: jth@openerp.com-20100920132252-a0jknr7owdg8qyce
2010-09-20 15:22:52 +02:00
Julien Thewys 2f31181c20 [FIX] Added pixmaps directory in the build.
bzr revid: jth@openerp.com-20100920130047-ddllrpr50i79zxuk
2010-09-20 15:00:47 +02:00
Stephane Wirtel f850f28ea6 [MERGE] lp:~stephane-openerp/openobject-server/trunk_setup_use_setuptools
bzr revid: stephane@openerp.com-20100813130310-2ttfgqbij0xgdkp6
2010-08-13 15:03:10 +02:00
xrg (P. Christeas) b7f884614f [FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module.
bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut
2010-08-04 15:50:14 +02:00
Stephane Wirtel 4169795ad2 [IMP] Rewrite the setup.py file to use the setuptools package
bzr revid: stephane@openerp.com-20100602124151-j07ji0u8ds16qfdy
2010-06-02 14:41:51 +02:00
Stephane Wirtel 62c4eb806f [FIX] Use the get_python_lib of distutils. This function is very
useful because it returns the right directory to store the data files
  for OpenERP. This patch fix a bug with the dist-packages directory
  and python 2.6 on Ubuntu >= 9.04

bzr revid: stephane@openerp.com-20100527134232-ah3wotkz5dea7045
2010-05-27 15:42:32 +02:00
Anup (OpenERP) 67277f6f3d [MERGE] Merged from the main trunk server branch.
bzr revid: ach@tinyerp.com-20100520050727-zdkp6mp65kmfm66o
2010-05-20 10:37:27 +05:30
Olivier Dony ae6e1e2237 [ADD] added dependency on pywebdav in trunk server for packaging of document_webdav
bzr revid: odo@openerp.com-20100518143628-ow56wyci1owcrg3c
2010-05-18 16:36:28 +02:00
Anup (OpenERP) 97f5d3a781 [FIX] In the case we want to generate the RPM package, we change the version
bzr revid: ach@tinyerp.com-20100513100758-ev8l513snmgntk4a
2010-05-13 15:37:58 +05:30
Anup (OpenERP) d2ad2f4355 [FIX] Remove the libxml2 and libxslt dependencies for the packaging
bzr revid: ach@tinyerp.com-20100513091940-kqftafi3slai91m9
2010-05-13 14:49:40 +05:30
Jay (Open ERP) b027ff80a6 [FIX] setup.py: add the missing librairies for the windows packaging
bzr revid: jvo@tinyerp.com-20100513062042-wqvv4syxyzcg3nri
2010-05-13 11:50:42 +05:30
STW 23586fb331 Code improvement by stephane
bzr revid: hda@tinyerp.com-20100312061500-540cpy0cbcwxmfbq
2010-03-12 11:45:00 +05:30
Rvo (Open ERP) 587828161d [ADD]:suppot for __openerp__.py or __terp__.py
bzr revid: rvo@tinyerp.co.in-20100311084941-1l92enpyz1a98hrr
2010-03-11 14:19:41 +05:30
Julien Thewys adf77f4a01 [IMP] Added yaml dependency in setup.py build script.
bzr revid: jth@openerp.com-20100309113936-9j4uqolxk0pmewf4
2010-03-09 12:39:36 +01:00
Xavier Morel e272ebf713 remove xml.* dependencies in py2exe packages list
bzr revid: xmo@tinyerp.com-20100302090031-3b05optzvlycn88z
2010-03-02 10:00:31 +01:00
Xavier Morel b4f3dcde7e [merge] mx.DateTime-removal branch by rvalyi
https://code.launchpad.net/~openerp-commiter/openobject-server/server-mxdatetime-free/+merge/16099

bzr revid: xmo@tinyerp.com-20100202073928-xcnqd57l10jd3dg1
2010-02-02 08:39:28 +01:00
Raphaël Valyi 48e935e6a2 [MERGE] from trunk
bzr revid: rvalyi@gmail.com-20100201130334-mgd708bztw2uxya9
2010-02-01 11:03:34 -02:00
Raphaël Valyi 855d0fc82f [FIX] replaced last mx package reference in setup.py by dateutil reference
bzr revid: rvalyi@gmail.com-20100201125901-1xgcilmb3rrildeo
2010-02-01 10:59:01 -02:00
Stephane Wirtel 41022efb24 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112092132-306ixi74r61wfh6y
2010-01-12 10:21:32 +01:00
Raphaël Valyi a638f8aaba [MERGE]
bzr revid: rvalyi@gmail.com-20091217232137-y7gb1lvi3vyjbvtn
2009-12-17 21:21:37 -02:00
Xavier Morel 780fd64ccd [merge] from trunk, including mako fix: removal of bundled mako, addition of mako to required modules
bzr revid: xmo@tinyerp.com-20091215205434-nbr6pexxb2av0wyy
2009-12-15 21:54:34 +01:00
Raphaël Valyi 43d037de7b [MERGE] from trunk
bzr revid: rvalyi@gmail.com-20091214152649-vw7cclpi5val7wsq
2009-12-14 13:26:49 -02:00
Raphaël Valyi d9fbe66f33 [FIX] added datutil pure Python lib dependency
bzr revid: rvalyi@gmail.com-20091214152152-3mfngzhagcpl47u6
2009-12-14 13:21:52 -02:00
Xavier Morel ccc76c9420 [merge] from lxml-fixes
bzr revid: xmo@tinyerp.com-20091214083412-pbnfhvgebkovpufm
bzr revid: xmo@tinyerp.com-20091214133327-ze5ffr1m99m4q357
2009-12-14 14:33:27 +01:00
Xavier Morel d980d96150 [merge] from trunk
bzr revid: xmo@tinyerp.com-20091207144452-lwnkx46om3a21b94
bzr revid: xmo@tinyerp.com-20091208151256-lq7n9r51e99pfkxg
bzr revid: xmo@tinyerp.com-20091210111114-zoaop8nqhpfd8j22
bzr revid: xmo@tinyerp.com-20091211090051-9und4m828igz0q54
bzr revid: xmo@tinyerp.com-20091214083220-ki7zuginy2467h4h
bzr revid: xmo@tinyerp.com-20091214132934-p732a77qq6zo261s
2009-12-14 14:29:34 +01:00
NCH(openerp) 938ac06c46 Added mako in setup.py
bzr revid: hda@tinyerp.com-20091214110253-wh9tlpnz0zjt50ou
2009-12-14 16:32:53 +05:30
Cristian Salamea (GnuThink) f41e524133 [REF] get rid of the mx.Datetime C dependency, meaning better portability, especially to alternative Python interpreters, better maintainability; implements this blueprint: https://blueprints.launchpad.net/openobject-server/+spec/get-rid-of-mx-datetime-dependency; largely the work of Cristian Salamea (GnuThink)
bzr revid: rvalyi@gmail.com-20091213181601-4k4mhtgnv2qynrjo
2009-12-13 16:16:01 -02:00
Xavier Morel 1adf66b472 [fix] forgot afm subpackage of pychart
bzr revid: xmo@tinyerp.com-20091212165508-t55d90m1dj2p60q3
2009-12-12 17:55:08 +01:00
Xavier Morel 62caee00e3 [fix] broken stuff
bzr revid: xmo@tinyerp.com-20091212165249-ffujxd6xz38438ba
2009-12-12 17:52:49 +01:00
Xavier Morel 43e9f81873 [fix] style fixes
bzr revid: xmo@tinyerp.com-20091212164600-1o0i5ka83c67m9mj
2009-12-12 17:46:00 +01:00
Xavier Morel 466b6e5d7d [imp] display more interesting message in temporary script, exit with status 1
bzr revid: xmo@tinyerp.com-20091212163305-1f34mz6m0h21u41p
2009-12-12 17:33:05 +01:00
Xavier Morel f95956aaa3 [imp] remove pointless points, parens
bzr revid: xmo@tinyerp.com-20091212162922-mcvchh3kuus05k5c
2009-12-12 17:29:22 +01:00
Xavier Morel 16e8780b5c [imp] directly iterate on open file instead of using readlines()
bzr revid: xmo@tinyerp.com-20091212162114-5e508sxp40t8bimx
2009-12-12 17:21:14 +01:00
Xavier Morel bf00e82591 [rem] useless 'caching' indirection which doesn't cache anything
bzr revid: xmo@tinyerp.com-20091212161800-r09hukkkibib4byf
2009-12-12 17:18:00 +01:00
Xavier Morel a3c3b16974 [fix] don't chdir when there is no need to
bzr revid: xmo@tinyerp.com-20091212161314-ugcveociv6v85u8z
2009-12-12 17:13:14 +01:00
Xavier Morel 5221a2514e [imp] import os.path.isfile unqualified, use filter instead of listcomp when we just apply a function
bzr revid: xmo@tinyerp.com-20091212160959-w9hgcf4btkx7yde3
2009-12-12 17:09:59 +01:00
Xavier Morel 4ee25261c0 [imp] remove aliasing of os.path.join, just import it unqualified
bzr revid: xmo@tinyerp.com-20091212160621-x92wjfzmvl27n5hg
2009-12-12 17:06:21 +01:00
Xavier Morel 7b50872ce4 [imp] remove unclear boolean flags, replace with error list
bzr revid: xmo@tinyerp.com-20091212160237-n6r949cimnwlrzvj
2009-12-12 17:02:37 +01:00
Xavier Morel 7daf1bc09a [imp] use imp.find_module instead of exec('import %s')
bzr revid: xmo@tinyerp.com-20091212160004-0u8m6v9w3o9p97hp
2009-12-12 17:00:04 +01:00
Xavier Morel 5f2c53c0af [imp] add mx and pytz to the list of required modules
bzr revid: xmo@tinyerp.com-20091212155306-nb963a9wkh1w23io
2009-12-12 16:53:06 +01:00
Xavier Morel 0a03e0495d [add] missing package mako leading to broken server when installing via setup.py (or requirement to install mako separately)
bzr revid: xmo@tinyerp.com-20091212153509-068lwixdebc258pq
2009-12-12 16:35:09 +01:00
Xavier Morel bab0cbd03f [add] missing packages pychart and report.render.makohtml2html leading to broken server when installing via setup.py
bzr revid: xmo@tinyerp.com-20091212152631-0b45yz4iit6n8raj
2009-12-12 16:26:31 +01:00
Xavier Morel c7045fce52 [imp] sort list of packages to install
bzr revid: xmo@tinyerp.com-20091212152513-y07h8b86led1assr
2009-12-12 16:25:13 +01:00
Xavier Morel 99e05779ea [imp] remove pointless check on xml package, sort required_modules
bzr revid: xmo@tinyerp.com-20091212152404-j56ef6xzk95f0l00
2009-12-12 16:24:04 +01:00
Xavier Morel 91c515382c [merge] 5.0-lxml-fixes into trunk
bzr revid: xmo@tinyerp.com-20091202092042-36gz0wkbu27aetvc
bzr revid: xmo@tinyerp.com-20091202093008-9uwo63c0bwdh8eaw
2009-12-02 10:30:08 +01:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
Xavier Morel 752e88e521 [FIX] Remove leftover instances of libxslt and libxml2, replace them by lxml
bzr revid: xmo@tinyerp.com-20091128100104-n0s3sv3p1601mn50
2009-11-28 11:01:04 +01:00
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
Xavier Morel 275e96de88 [FIX] Added lxml as required module on setup
lp bug: https://launchpad.net/bugs/479915 fixed

bzr revid: jvo@tinyerp.com-20091111070257-b628xbpfl0v3fshd
2009-11-11 12:32:57 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
P. Christeas 210196117c Backport the HTTP server code from python 2.6 to 2.5
bzr revid: p_christ@hol.gr-20090910000241-3o1o5hcll10efa2y
2009-09-10 03:02:41 +03:00
P. Christeas 4cc62acd96 Merge commit '08c2ef910f674c6' into xrg
bzr revid: p_christ@hol.gr-20090814170725-onsktz5xer5dztg0
2009-08-14 20:07:25 +03:00
Christophe Simonis f148754bcf [IMP] change version number
bzr revid: christophe@tinyerp.com-20090814103837-yl6iqkw4fnywhejn
2009-08-14 12:38:37 +02:00
P. Christeas c3e569fb08 Merge commit 'origin/master' into xrg
Conflicts:
	bin/netsvc.py
	bin/report/report_sxw.py
	setup.py

bzr revid: p_christ@hol.gr-20090803072357-zz2cm1sycsagftnn
2009-08-03 10:23:57 +03:00
olt 3472508614 [FIX] py2exe: pytz on win32: 'zoneinfo' directory now included in library.zip
bzr revid: olt@tinyerp.com-20090724070114-2dpxddpg2cabt15b
2009-07-24 03:01:14 -04:00
Olivier Laurent 0a507f6edf [FIX] setup.py: py2exe now adds 'zoneinfo' directory in library.zip
bzr revid: olt@tinyerp.com-20090723145637-d8gyn1bms1iy7dua
2009-07-23 16:56:37 +02:00
P. Christeas 9c584b3f0f Hack setup.py to include additional addons.
Since most addons will be located in another repo, try to find that repo
and include a list of addons specified in 'server_modules.list' in the
repo. This way, the basic server package will include a range of common
addons.

bzr revid: p_christ@hol.gr-20090610193335-mnby3puowcm6pv02
2009-06-10 22:33:35 +03:00
P. Christeas 9537f7b61b Debian build: Remove all patches, have setup.py not check modules.
In build scenarios, python modules may be missing from the build
machine. Then, allow setup.py to carry on.

bzr revid: p_christ@hol.gr-20090610173524-fmqucmype469zm9i
2009-06-10 20:35:24 +03:00
P. Christeas 0da6edfdf1 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/addons/base/res/__init__.py
	setup.py

bzr revid: p_christ@hol.gr-20090521212526-1p9xohdfw2p7v9o6
2009-05-22 00:25:26 +03:00
P. Christeas 4b5d5be070 Include html2html in packaging.
bzr revid: p_christ@hol.gr-20090521113311-kvunb5cz565zo7l0
2009-05-21 14:33:11 +03:00
Naresh Choksy dfac979620 Bugfix:373230
bzr revid: nch@tinyerp.com-20090507133526-4iy8wy1pu5r87fyo
2009-05-07 19:05:26 +05:30
P. Christeas 3814e4dc73 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/report/interface.py
	bin/report/printscreen/ps_list.py
	bin/report/render/__init__.py
	bin/report/render/rml.py
	bin/report/render/rml2pdf/trml2pdf.py
	bin/sql_db.py

bzr revid: p_christ@hol.gr-20090506201813-qb71ec85xr08obb1
2009-05-06 23:18:13 +03:00
Stephane Wirtel 61993e43fc [FIX] Add the odt2odt dependency in the list of the addons (patch from Dukai Gabor)
lp bug: https://launchpad.net/bugs/371669 fixed

bzr revid: stephane@tinyerp.com-20090504150904-1kg6xfk21ly0s2lw
2009-05-04 17:09:04 +02:00
P. Christeas 086e4a29c6 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/tools/translate.py
	setup.py

bzr revid: p_christ@hol.gr-20090213182359-arcslht0h9ix34qr
2009-02-13 20:23:59 +02:00
Stephane Wirtel 7a568a3431 [FIX] Import the pyPdf package
bzr revid: stephane@tinyerp.com-20090212233946-5qzaib2y8bsvfmaj
2009-02-13 00:39:46 +01:00
P. Christeas 34aa521076 Include pyPdf in installation.
bzr revid: p_christ@hol.gr-20090209170106-odw463fuenynrq0h
2009-02-09 19:01:06 +02:00
P. Christeas 70340087e5 Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090209135704-xi8471u5u7xza016
2009-02-09 15:57:04 +02:00
Stephane Wirtel 21e6015823 [FIX]
bzr revid: stephane@tinyerp.com-20090208232536-3149vmfra424p661
2009-02-09 00:25:36 +01:00
P. Christeas bba009f639 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/netsvc.py
	bin/sql_db.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090208175840-xmy5c53ijl3rs1l5
2009-02-08 19:58:40 +02:00