Commit Graph

222 Commits

Author SHA1 Message Date
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
Stephane Wirtel 66c977ae9a [FIX] Fix the addons directory with RPM
bzr revid: stephane@tinyerp.com-20090203184235-15uh39ji3r2u7wit
2009-02-03 19:42:35 +01:00
P. Christeas caa5ca5ae2 Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:

	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090128135050-bb1ueo5ovziijg00
2009-01-28 15:50:50 +02:00
Stephane Wirtel 83a8db6b97 [FIX] Redhat Package Manager
lp bug: https://launchpad.net/bugs/311981 fixed
lp bug: https://launchpad.net/bugs/314575 fixed

bzr revid: stephane@tinyerp.com-20090123121404-345vxufyn1beqjt4
2009-01-23 13:14:04 +01:00
P. Christeas 1435d6d064 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mdv-gpl3
bzr revid: p_christ@hol.gr-20090106094017-i26aufnjth5am64m
2009-01-06 11:40:17 +02:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Stephane Wirtel 3bb427edd1 [FIX] Remove the OpenSSL for Windows
bzr revid: stephane@tinyerp.com-20090103010500-hj4l0sydtpwbpgdn
2009-01-03 02:05:00 +01:00
P. Christeas a8229141bc Merge branch 'master' of openobject-server into mdv-gpl3-fwd
Conflicts:
	bin/netsvc.py
	bin/sql_db.py
	bin/ssl/SecureXMLRPCServer.py (note: fixes are lost now)

bzr revid: p_christ@hol.gr-20081223154608-fs0830k7vyo81m5u
2008-12-23 17:46:08 +02:00
Stephane Wirtel 6927fa6267 [FIX] Add the certificate and private key files
bzr revid: stephane@tinyerp.com-20081222191822-yp8dc9zlojt01don
2008-12-22 20:18:22 +01:00
Stephane Wirtel 57801a9d60 [FIX] Add some files
bzr revid: stephane@tinyerp.com-20081219124907-38g1q2r0895mr2ho
2008-12-19 13:49:07 +01:00
Stephane Wirtel 334794fd29 [FIX] Remove the ssl directory from the setup.py
lp bug: https://launchpad.net/bugs/309575 fixed

bzr revid: stephane@tinyerp.com-20081219062208-o4l0j7vdeosy3pjs
2008-12-19 07:22:08 +01:00
P. Christeas da83d3fb9b Rml2txt: include it in the installation
bzr revid: p_christ@hol.gr-20081218191951-l3ubmartvjrzinyf
2008-12-18 21:19:51 +02:00
Stephane Wirtel 3cf2202d87 [FIX] Remove the unused constant
bzr revid: stephane@tinyerp.com-20081216103950-cdcvcq0fnlt7cs27
2008-12-16 11:39:50 +01:00
Stephane Wirtel 7c98dfe574 [FIX] Update the MANIFEST.in to include the rng files and the po files
[IMP] Remove the unused code in the setup

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

bzr revid: stephane@tinyerp.com-20081215101013-rug27ding4cf059c
2008-12-15 11:10:13 +01:00
Christophe Simonis 3b8e9cae1e [FIX] change setup.py to load psycopg2
bzr revid: christophe@tinyerp.com-20081208140445-fcey0uzjpwtzkfzx
2008-12-08 15:04:45 +01:00
Stephane Wirtel d41f31cbfe [FIX] Load all directories in the addons by the setup
lp bug: https://launchpad.net/bugs/303517 fixed

bzr revid: stephane@tinyerp.com-20081201113848-6hnlkurpq8z30u73
2008-12-01 12:38:48 +01:00
Stephane Wirtel 24ddf06881 [FIX] setup.py build
lp bug: https://launchpad.net/bugs/303306 fixed

bzr revid: stephane@tinyerp.com-20081129075439-mukeljoivgvcp0r8
2008-11-29 08:54:39 +01:00
Stephane Wirtel a250970a87 [FIX] Create an empty openerp-server file for the build stage
bzr revid: stephane@tinyerp.com-20081128140952-jte1nfsxe2n693n9
2008-11-28 15:09:52 +01:00
Stephane Wirtel d0fcc9d7ec [FIX] Use the prefix specified by the user at the installation
lp bug: https://launchpad.net/bugs/301561 fixed

bzr revid: stephane@tinyerp.com-20081125132325-zhtz3nj34ejnn7vi
2008-11-25 14:23:25 +01:00
Stephane Wirtel fa09719fbf [FIX] Add the HTMLParser
bzr revid: stephane@tinyerp.com-20081121165708-qrk3kcj42dv1czwc
2008-11-21 17:57:08 +01:00
Stephane Wirtel 9f9702bfd3 [FIX|IMP] Use vobject and set compressed to 1
bzr revid: stephane@tinyerp.com-20081121140446-l5wxnqxeoxqgkcme
2008-11-21 15:04:46 +01:00
Stephane Wirtel 0fa054d643 Add the reportlab package into the options
Now, don't forget to install python-reportlab, python-pydot and python-pychart

bzr revid: stephane@tinyerp.com-20081115091922-8wmxblu916mqbcr6
2008-11-15 10:19:22 +01:00
Stephane Wirtel b71edc84a3 Add the dependencies
bzr revid: stephane@tinyerp.com-20081114150932-spftitvmm4vnv1gp
2008-11-14 16:09:32 +01:00
Stephane Wirtel 6c92455cd7 Import rng files
bzr revid: stephane@tinyerp.com-20081113111328-kf899dsp9as0aein
2008-11-13 12:13:28 +01:00
Stephane Wirtel a48a65e138 Bugfix with the rng file
bzr revid: stephane@tinyerp.com-20081113110612-yr77ywso0wqyrvk2
2008-11-13 12:06:12 +01:00
Stephane Wirtel 26ec801a60 Add the security directory into the packaging
bzr revid: stephane@tinyerp.com-20081113103957-1op6exlhnfxkmftn
2008-11-13 11:39:57 +01:00
Stephane Wirtel 09fd27f685 Refactor the setup.py
bzr revid: stephane@tinyerp.com-20081113102937-9uc99gyeq2kenp8e
2008-11-13 11:29:37 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis a5c7360280 improvement
bzr revid: christophe@tinyerp.com-20081103182013-9b7ak4p7fx3lz1og
2008-11-03 19:20:13 +01:00
Stephane Wirtel 71531c3a57 Use the new icon (temp)
bzr revid: stephane@tinyerp.com-20081103172613-hrmevdm06gu8y5j9
2008-11-03 12:26:13 -05:00
Xavier ALT afd3cd6b63 Remove print statment
bzr revid: x.alt@ajm.lu-20081020194535-y7o7kuh0bxoj6am3
2008-10-20 21:45:35 +02:00
Xavier ALT 6f9879c7ee Fixes for packaging
- Add 'import int_to_text' so py2exe detect and copy it.
- setup.py: Add dependencies to `asyncore', `asynchat' (addon `document')
- setup.py: Add `import_xml.rng' in data files (crash on DB creation)

bzr revid: x.alt@ajm.lu-20081020173041-bh5m3z4ljgcr8i4o
2008-10-20 19:30:41 +02:00
Stephane Wirtel 0b13461114 Add the lxml package
bzr revid: stephane@tinyerp.com-20081013215549-eofimpqluez4qq6i
2008-10-13 23:55:49 +02:00
Mantavya Gajjar 794d44fb0b test change
bzr revid: mga@mga-laptop-20081008061526-nhdxch74yiehor63
2008-10-08 11:45:26 +05:30
Stephane Wirtel dbe1e8ca98 Rename Tiny ERP to OpenERP
Rename tinyerp to openerp

bzr revid: stephane@tinyerp.com-20080910084640-bg1h1bre7mwky8s0
2008-09-10 10:46:40 +02:00
Stephane Wirtel f20613721d Add some package
Change svn to bzr

bzr revid: stephane@tinyerp.com-20080910071312-hvziijv2slvg8zaw
2008-09-10 09:13:12 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
mga@tinyerp.com 4b10e8cea5 modified file to support all character sets
bzr revid: mga@tinyerp.com-20080719062237-7liy9fobdhveeaom
2008-07-19 11:52:37 +05:30
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
ced f66466ef52 Add sxw files in setup
bzr revid: ced-804e45a288c003e26dc69703ef6cb99ec69b028d
2007-08-29 14:19:16 +00:00
ced 429beaccbd SERVER: improve setup
bzr revid: ced-51772368bbd05b67c67026eb27f394595acd266c
2007-06-13 14:15:32 +00:00
ced e81f84d73e SETUP: add modules users_ldap, report_intrastat
bzr revid: ced-543e7d898d76ab05ef68d1255b13bb2ad91ad3ae
2007-03-17 10:43:04 +00:00
ced 3ca866031b Set version 4.1.1 and improve report_intrastat
bzr revid: ced-c7f41f4c364f423db4ef8a87f24ca75e637b415a
2007-01-19 07:13:51 +00:00
ced cdc221c83b New version and fix setup.py
bzr revid: ced-1ce302c2e24dc9619581b786f511d2f7e0652f51
2007-01-17 07:39:37 +00:00
ced 203b956ec0 Fix setup.py
bzr revid: ced-a8006369e1ffcdd1900a75f16081fb65e3de17e2
2006-12-08 09:21:51 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00