Commit Graph

455 Commits

Author SHA1 Message Date
P. Christeas 8cbe393b52 Merge commit 'origin/master' into xrg (5.0.3 official)
Conflicts:
	bin/netsvc.py
	bin/tools/config.py
	bin/workflow/instance.py

bzr revid: p_christ@hol.gr-20090823100210-2py390qp3hym8jlp
2009-08-23 13:02:10 +03:00
YSA,JVO e76e46f247 [FIX] Secure option on config file
lp bug: https://launchpad.net/bugs/348217 fixed

bzr revid: jvo@tinyerp.com-20090820130749-25an052pa9scuao3
2009-08-20 18:37:49 +05:30
Christophe Simonis a8c69e7885 [FIX] correct translation tgz archive creation
lp bug: https://launchpad.net/bugs/415014 fixed

bzr revid: christophe@tinyerp.com-20090818171226-uu6v31pr0zrmne0k
2009-08-18 19:12:26 +02:00
Christophe Simonis b34691c2f6 [FIX] bug in cache system that altered some arguments passed to cached function
lp bug: https://launchpad.net/bugs/413586 fixed

bzr revid: christophe@tinyerp.com-20090814150506-04f3uficgdtd3uqu
2009-08-14 17:05:06 +02:00
P. Christeas 75e9560f9c Config: misc options. Logger: option to turn env_info off.
With this patch, config manager will parse the other sections of the
config file and store them, so that modules can use arbitrary options.
This is useful for modules that need to be globally configured before
any db is used. (eg. WebDAV server host/port)

Usage:
	param = tools.config.get_misc('section','opt_name'[,"default"])

bzr revid: p_christ@hol.gr-20090814092106-px46tg15g3vcsf2g
2009-08-14 12:21:06 +03:00
P. Christeas 2c638055db Merge commit 'origin/master' into xrg
Conflicts:
	bin/service/security.py

bzr revid: p_christ@hol.gr-20090813120414-hzfsqq90kr7or65n
2009-08-13 15:04:14 +03:00
Christophe Simonis e0a62de1ad [FIX] avoid a bug when look in stack when translate code strings
bzr revid: christophe@tinyerp.com-20090813110643-9y2wgb6omp6odjsz
2009-08-13 13:06:43 +02:00
P. Christeas aba9fd3e77 Merge commit 'origin/master' into xrg
bzr revid: p_christ@hol.gr-20090813010638-2uwue8bg4w5uv99o
bzr revid: p_christ@hol.gr-20090813010706-h9s7e7flcw2wwgt9
2009-08-13 04:07:06 +03:00
Jay (Open ERP) 11725f1c90 [FIX] Error reporting : library error corrected
lp bug: https://launchpad.net/bugs/409709 fixed

bzr revid: jvo@tinyerp.com-20090806083719-ah26qhi3ax9e7koa
2009-08-06 14:07:19 +05:30
Christophe Simonis adddd25799 [IMP] new method that ollow the server to return a message that will be display on login page
bzr revid: christophe@tinyerp.com-20090803100843-6oepu5zi8tycifvu
2009-08-03 12:08:43 +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
Jay (Open ERP) ed3234e3c0 [FIX] Logger notification improved
bzr revid: jvo@tinyerp.com-20090729133649-clmwpd8wfbrrxbsl
2009-07-29 19:06:49 +05:30
Ysa(OpenERP) 48aadedd0e [FIX] Translation : Text with prefix '_' from py files included for exports.
lp bug: https://launchpad.net/bugs/376945 fixed

bzr revid: jvo@tinyerp.com-20090728074536-uv243gqp1tol3jdq
2009-07-28 13:15:36 +05:30
P. Christeas fdb3ee7772 email_send: feature to place mails in a maildir, instead of smtp
At some testing/development scenarios, we may not want to send the mails
away, just place them at a dir for inspection.

bzr revid: p_christ@hol.gr-20090723222937-8udu15ncqqxiq2ye
2009-07-24 01:29:37 +03:00
Olivier Laurent f468504a04 [MERGE]
bzr revid: olt@tinyerp.com-20090720093413-ss8xfpg38q472l1i
2009-07-20 11:34:13 +02:00
Olivier Laurent f977c2ed4c [FIX] tools.amount_to_text_en: now displays cents
bzr revid: olt@tinyerp.com-20090720093228-qqdqetrt2kg08coe
2009-07-20 11:32:28 +02:00
Olivier Laurent 22ac7ba66e [FIX] RuntimeError in the cache system
lp bug: https://launchpad.net/bugs/310918 fixed

bzr revid: olt@tinyerp.com-20090718112110-0p29jjruvhiwjrp0
2009-07-18 13:21:10 +02:00
P. Christeas 56d2cdbd73 [IMP] Allow OS to rotate the logs, use WatchedFileHandler if needed.
All this was needed after logrotate conflicted with the TimedRotation
and left the server in a DoS state. Some admins may prefer to handle the
log rotations with logrotate, instead of Python's fascilities.

bzr revid: p_christ@hol.gr-20090709181635-b7j50yaqjl1qsnc1
2009-07-09 21:16:35 +03:00
P. Christeas 2d64ce69d0 Merge origin/master into mdv-gpl3-py26
Conflicts:
	bin/addons/base_setup/i18n/base_setup.pot
	bin/openerp-server.py
	bin/report/preprocess.py
	bin/report/report_sxw.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090709181253-fu8nxy9b3ykrrd1c
2009-07-09 21:12:53 +03:00
Christophe Simonis c7bb1da092 [IMP] ir_model_data: convert assert to sql constraint + exception
[IMP] the <delete> tag doesn't crash if the referenced id does not exists

bzr revid: christophe@tinyerp.com-20090629124045-ycw89fo3lem0xxlt
2009-06-29 14:40:45 +02:00
Christophe Simonis 60cf794c7d [FIX] upgrade doesn't try to delete modules
lp bug: https://launchpad.net/bugs/357045 fixed

bzr revid: christophe@tinyerp.com-20090612110033-hw8acue29oh0f2rx
2009-06-12 13:00:33 +02:00
Christophe Simonis 7aa507e708 [FIX] xml: the tag <delete> delete also the reference to the deleted objects into ir_model_data
bzr revid: christophe@tinyerp.com-20090610112053-kizjwgdt41mtos19
2009-06-10 13:20:53 +02:00
Christophe Simonis 460575ed90 [FIX] translation export: catch the case when a object does not exists in database
bzr revid: christophe@tinyerp.com-20090610111840-vh5y8b1kdnmhnhk0
2009-06-10 13:18:40 +02:00
Fabien Pinckaers 781a14d672 [FIX] translations resynchro terms
bzr revid: fp@tinyerp.com-20090610081157-5g0sw2ahciqpfbvd
2009-06-10 10:11:57 +02:00
Fabien Pinckaers db8f650de3 [FIX] Bugfix translations and float/int format in reports
bzr revid: fp@tinyerp.com-20090609231554-iug5t0i4wi5wjzc3
2009-06-10 01:15:54 +02:00
P. Christeas b142b5f546 When exporting translations, quote the backslash
bzr revid: p_christ@hol.gr-20090608221923-he37i0dztj3shpvm
2009-06-09 01:19:23 +03:00
P. Christeas 946205be17 Translate: option to only export installed modules.
With the 'all' parameter, the DB would contain even non-installed
modules, for which it would export an empty .pot file. Now, allow only
the useful .pot files to be exported.

bzr revid: p_christ@hol.gr-20090608202944-nq2rvc3zr3bozpw0
2009-06-08 23:29:44 +03:00
P. Christeas 60a9263133 Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090604071225-bqeycl17emwl1uo0
bzr revid: p_christ@hol.gr-20090604071307-yv52ry9pi3m8xfq6
2009-06-04 10:13:07 +03:00
P. Christeas e39b6bb595 Adapt the translation exporter to the multi-path addons.
bzr revid: p_christ@hol.gr-20090602113507-1jyjcw5uuz3e7kfp
2009-06-02 14:35:07 +03:00
P. Christeas a8174908dc Hack for multiple addons paths.
Using this, the addons can be spread accross multiple base dirs. This
may help developers, who put them in different repos.

bzr revid: p_christ@hol.gr-20090601182747-2ev3fqmu1d46ncjc
2009-06-01 21:27:47 +03:00
Jay (Open ERP) 8801abec64 misc
bzr revid: jvo@tinyerp.com-20090529073038-rz0klt69k2kiydem
2009-05-29 13:00:38 +05:30
Fabien Pinckaers 1d42a31a57 merge
bzr revid: fp@tinyerp.com-20090529002437-1awxwm8mymp6hpnm
2009-05-29 02:24:37 +02:00
Christophe Simonis 7a561ffcd8 [IMP] email_send: when debuging, output to the logger
bzr revid: christophe@tinyerp.com-20090528162735-9x5wvgjp05z1zwt9
2009-05-28 18:27:35 +02:00
Fabien Pinckaers cc920a782a merge
bzr revid: fp@tinyerp.com-20090525145704-5vdrw64fdr3uzsvz
2009-05-25 16:57:04 +02: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
Fabien Pinckaers 0d6b329df5 merge
bzr revid: fp@tinyerp.com-20090520112650-spuh3wzrg9yv9kwx
2009-05-20 13:26:50 +02:00
Fabien Pinckaers d6a4fdb1a9 Added Thai
bzr revid: fp@tinyerp.com-20090520112612-v2qnk7n2b0k9a1ro
2009-05-20 13:26:12 +02:00
Stephane Wirtel 33f4c81564 [MERGE]
bzr revid: stephane@tinyerp.com-20090519121503-9v5up9loel266ck0
2009-05-19 14:15:03 +02:00
Stephane Wirtel ca6e1c3451 [FIX] Add the certificate field in the ir_module_module table
[FIX] Insert the quality certificate in the description of the module (in ir_module_module)

bzr revid: stephane@tinyerp.com-20090519120941-bp1vpj5f2dr0uh36
2009-05-19 14:09:41 +02:00
Christophe Simonis 61ba1b3678 [FIX] fix in cache with skiparg > 2
bzr revid: christophe@tinyerp.com-20090519084030-ugx8sapnmx39dsiy
2009-05-19 10:40:30 +02:00
P. Christeas b4336b315d Allow importing .po files with deprecated strings.
bzr revid: p_christ@hol.gr-20090516212029-r1olq8tm3m2cg6o1
2009-05-17 00:20:29 +03:00
P. Christeas d9460e53c6 Fix exporting of translations .tgz.
bzr revid: p_christ@hol.gr-20090516201039-ecpi4fnw0ux0qt75
2009-05-16 23:10:39 +03:00
P. Christeas 2ccc626184 Translate: fix import of superfluous ids.
bzr revid: p_christ@hol.gr-20090506213637-y473wcgc6qvxbdyc
2009-05-07 00:36:37 +03:00
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
Christophe Simonis 983c03b423 [FIX] maintenance: avoid a crash when the creditential to access the migration server aren't correct
bzr revid: christophe@tinyerp.com-20090505083651-xmzmyhho68q5me2t
2009-05-05 10:36:51 +02:00
Christophe Simonis 8e1ab8207c [IMP] email sending: use OpenERP logger instead of logging...
bzr revid: christophe@tinyerp.com-20090428135045-qh3h94cv6igneakp
2009-04-28 15:50:45 +02:00
P. Christeas 7cf2c6b01c Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090424171033-0yfkur35me172zw0
2009-04-24 20:10:33 +03:00
Stephane Wirtel 6dcc5a4f9f [FIX] Remove the price_accuracy option from the SMTP section
bzr revid: stephane@tinyerp.com-20090423094034-trkozl1mkz3sef0u
2009-04-23 11:40:34 +02:00
Fabien Pinckaers 4193c0c802 bugfix_lang_5_char
bzr revid: fp@tinyerp.com-20090407212246-10hqckjj5flx6sfa
2009-04-07 23:22:46 +02:00
Fabien Pinckaers c52b31c223 moved_locales
bzr revid: fp@tinyerp.com-20090407071845-sifylgm06jb66vpu
2009-04-07 09:18:45 +02:00