Commit Graph

23093 Commits

Author SHA1 Message Date
P. Christeas ecf7b56a86 doc webdav: install a dummy DAV handler at / , for Nautilus
The gnome gvfs component falsely requires that / will serve PROPFIND
requests. We reuse the static-http capability of the server (force
activation rather than opt-in default behavior) and serve pseudo-DAV
properties for the root.

Conflicts:

	document_webdav/webdav_server.py

bzr revid: p_christ@hol.gr-20101123185011-besih03q4gt2atps
2010-11-23 20:50:11 +02:00
P. Christeas 2aa5d026d1 document: fix access of res.users folders
We need to relax the rule of ir.attachment. Needs server patch, see
commit message there.

bzr revid: p_christ@hol.gr-20101123184938-jklijdqt0xx5u6cs
2010-11-23 20:49:38 +02:00
P. Christeas 972d09e09d doc ftp: include the db name in the browse url.
bzr revid: p_christ@hol.gr-20101123184926-8am5llm757m8uv4l
2010-11-23 20:49:26 +02:00
P. Christeas 91a0bbf1c5 doc webdav: Fix putting of utf-8 names
We had a mix of unicode and utf-8 encoded strings, which broke the join
at line 700.

bzr revid: p_christ@hol.gr-20101123184905-9t7v1jrx257oog27
2010-11-23 20:49:05 +02:00
P. Christeas a7cc6e51a4 doc webdav: fix typos at get_dav_props
bzr revid: p_christ@hol.gr-20101123184858-fdws4qtjfswiahra
2010-11-23 20:48:58 +02:00
P. Christeas 213a206587 users_ldap: replace tools.debug() with logging.debug()
bzr revid: p_christ@hol.gr-20101123184316-x2chah3ijr97aab1
2010-11-23 20:43:16 +02:00
P. Christeas 0848a8dc96 Remove pos_workflow.xml.orig
A file that was incorrectly committed in the first place.

bzr revid: p_christ@hol.gr-20101123184257-t40kofpyohol51sw
2010-11-23 20:42:57 +02:00
P. Christeas e59e5eb818 event_project: fix init.py after rename of event_project.py
bzr revid: p_christ@hol.gr-20101116145519-km3q9g508wtc4mf6
2010-11-16 16:55:19 +02:00
P. Christeas 0c41f86c9b base_iban: fix an English typo, that make our life miserable.
bzr revid: p_christ@hol.gr-20101116145459-c13dzni8tnr02n8o
2010-11-16 16:54:59 +02:00
P. Christeas cf7ffa4adc board: fix a string typo
It had been haunting our development process for years, making our teeth
turn green and our cow's milk turn sour.

bzr revid: p_christ@hol.gr-20101116145221-a9hw49ssn2rhpu24
2010-11-16 16:52:21 +02:00
P. Christeas 0fb8ef7e70 account.move.line: Fix ugly SQL call
A matter of coding style, tripple quotes in the same line, put in a list
is just a candidate for the hall of shame.

bzr revid: p_christ@hol.gr-20101116145207-t71p73sfzjyvsfht
2010-11-16 16:52:07 +02:00
P. Christeas 75c212285a email_template: cleanup the startup warning lines.
Multiple coding malpractices (I can't name them errors, yet) were in those
lines:
 - they used the netsvc.Logger() interface, which is deprecated
 - they wrapped too much (we're not COBOL)
 - they used capital letters for an object
 - they defined a logger object that would live throughout the module
   life, although it would only be useful for startup
 - they used the gettext function, although there is absolutely no context
   around to provide a language.

bzr revid: p_christ@hol.gr-20101116145144-kwf7612bz0k1xzs2
2010-11-16 16:51:44 +02:00
qdp-launchpad@tinyerp.com 014cd44400 [IMP] account, fiscalyear end of year entries generation: small misc improvments
bzr revid: qdp-launchpad@tinyerp.com-20101116121658-31enzyskxpceo312
2010-11-16 13:16:58 +01:00
qdp-launchpad@tinyerp.com 3a50c2e24c [FIX] account, demo data: fixed the user type of creditors and debtors accounts
lp bug: https://launchpad.net/bugs/662538 fixed

bzr revid: qdp-launchpad@tinyerp.com-20101116120834-nfql6vmuwnfu7j1c
2010-11-16 13:08:34 +01:00
Anup (OpenERP) 602815a5ad [FIX](Maintenance) Exportation fixed for o2m and m2m
bzr revid: ach@tinyerp.com-20101116092650-cdzcqn5tc7hq5l3m
2010-11-16 14:56:50 +05:30
qdp-launchpad@tinyerp.com d3f5955317 [FIX] account, account.move.line query_get: fixed the initial balance computation in order to check only the selected fiscalyear
bzr revid: qdp-launchpad@tinyerp.com-20101116083420-rpr5nohjgsb851fk
2010-11-16 09:34:20 +01:00
Launchpad Translations on behalf of openerp 9ce4c19ddb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101113045543-gq76fkq68gr8ztn4
bzr revid: launchpad_translations_on_behalf_of_openerp-20101114050617-nexh3bn94sursrgz
bzr revid: launchpad_translations_on_behalf_of_openerp-20101115050022-k7zlh9jzqc8beyz4
bzr revid: launchpad_translations_on_behalf_of_openerp-20101116050554-aaipk5pslwtpiv7i
bzr revid: launchpad_translations_on_behalf_of_openerp-20101116050822-70xxlgdqeenfg117
2010-11-16 05:08:22 +00:00
Olivier Dony 87daa5001d [FIX] account,purchase,hr_timesheet_sheet: fixed broken translation template files (.pot), thanks to last addons and server patches
bzr revid: odo@openerp.com-20101115185404-5fzjdlurrsm87rr9
2010-11-15 19:54:04 +01:00
Olivier Dony 7a07db384d [FIX] account: fixed incorrect calls to _(..) function
bzr revid: odo@openerp.com-20101115184617-725dv33unrhw0hqm
2010-11-15 19:46:17 +01:00
Olivier Dony 211b349a07 [FIX] purchase: newlines in XML attributes should be newlines not carriage returns (breaks PO files)
bzr revid: odo@openerp.com-20101115184612-ox7osa714kv39o6b
2010-11-15 19:46:12 +01:00
nvi-openerp 1daa82c136 [FIX] Fixed broken .po in l10n_de
bzr revid: nicolas.vanhoren@openerp.com-20101115124108-zrll6tnwmn352d2y
2010-11-15 13:41:08 +01:00
Aline Preillon 2267e3f26a [REM] model_res_log_report access rule, model doesn't exist and breaks db install
bzr revid: aline@aline-laptop-20101115090358-xd3ox3gamij5mmqw
2010-11-15 10:03:58 +01:00
Vir (Open ERP) e09bb51224 [ADD] account,account_followup : Tooltips added for the wizards
bzr revid: vir@tinyerp.com-20101115065123-v74rwnd4sem5wh4u
2010-11-15 12:21:23 +05:30
Launchpad Translations on behalf of openerp 119e7a11d2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101115050315-qaclmic5ub5vtdnr
2010-11-15 05:03:15 +00:00
Harry (OpenERP) 764b9f251e [FIX] correct regression on intalling module without demo data
bzr revid: hmo@tinyerp.com-20101114134821-7djwpr6nmmxu584q
2010-11-14 19:18:21 +05:30
Launchpad Translations on behalf of openerp ed96a68c17 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101113045740-ri0zzbis11gzhoej
bzr revid: launchpad_translations_on_behalf_of_openerp-20101114050841-xhjhxe3kwbpnt845
2010-11-14 05:08:41 +00:00
Dhara (Open ERP) eee6870817 [FIX] base_report_designer - old way to call register_all method
bzr revid: dhara_open_erp-20101113003611-lvcrcbmaa25i7pfq
2010-11-12 16:36:11 -08:00
Numerigraphe - Lionel Sausin e323c2738f [MERGE] ir,osv,tools: replaced some mutable method parameters with None
lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: odo@openerp.com-20101112180727-y6tz92etl6tfep11
2010-11-12 19:07:27 +01:00
qdp-launchpad@tinyerp.com dd856bd4fd [MERGE] merged the report team branch
bzr revid: qdp-launchpad@tinyerp.com-20101112165802-wnhaqyjpmesh01d6
2010-11-12 17:58:02 +01:00
Olivier Dony 9566084f45 [FIX] share: corrected config message for share_root_url
bzr revid: odo@openerp.com-20101112162338-mrpfgqm4yy69hyoa
2010-11-12 17:23:38 +01:00
Olivier Dony ec450dccd6 [IMP] profile_tools: better help and label for share module install checkbox
bzr revid: odo@openerp.com-20101112151936-r00rkesle8d235io
2010-11-12 16:19:36 +01:00
Numerigraphe - Lionel Sausin 8b3bd3ccee [FIX] typo in field name
bzr revid: ls@numerigraphe.fr-20101112142119-e9gqnld7m5dd62kh
2010-11-12 15:21:19 +01:00
Numerigraphe - Lionel Sausin 182cf2b196 [MERGE] sync with the trunk
bzr revid: ls@numerigraphe.fr-20101112141041-19kpvr7pzxqankqo
2010-11-12 15:10:41 +01:00
Thibault Francois cd2af4bb80 [FIX,IMP] addons1 : 16 Bugs fix
Plugin improvement
Demo user has user right
crm leads logs stages changes

bzr revid: tfr@openerp.com-20101112134440-drbjwz4in82irkav
2010-11-12 14:44:40 +01:00
Numerigraphe - Lionel Sausin e013734045 [REF] stricter checking of defauts in fields & orm __init__
bzr revid: ls@numerigraphe.fr-20101112134214-h27a1ewxr9c4g3id
2010-11-12 14:42:14 +01:00
apa-tiny 67e41070a1 merged from lp:~openerp-report/openobject-addons/report-dev
bzr revid: apa@tinyerp.com-20101112132127-4a3884sc0ne19of7
2010-11-12 18:51:27 +05:30
Thibault Francois 8ad87d0d94 [MERGE]
bzr revid: tfr@openerp.com-20101112130821-3z0qw27nb71t81xo
2010-11-12 14:08:21 +01:00
Thibault Francois 5d330715cc [MERGE] with trunk
bzr revid: tfr@openerp.com-20101112130319-79xb14cdvdixvglw
2010-11-12 14:03:19 +01:00
rch-openerp 97a282188c [IMP]: Solve bug releted yml test case.
bzr revid: rch@tinyerp.com-20101112124501-2hm3bm5zslarks28
2010-11-12 18:15:01 +05:30
Vir (Open ERP) b82ad6d022 [ADD] account,account_followup,hr_timesheet,hr_attendance : Tooltip added for menus
bzr revid: vir@tinyerp.com-20101112115413-xef33osn0z2ol9uu
2010-11-12 17:24:13 +05:30
sbh (Open ERP) 3389c99ee6 [Fix] caldav,document,document_ftp,document_webdav: fix buildbot warnings
bzr revid: sbh@tinyerp.com-20101112114946-u19wkxzh1vj33sol
2010-11-12 17:19:46 +05:30
Vir (Open ERP) cc0d270bab [ADD] Tooltip added for menus
bzr revid: vir@tinyerp.com-20101112110842-ullxl4irgdcv0xvg
2010-11-12 16:38:42 +05:30
Xavier Morel 7b05292497 [IMP] simplify summing operation (sum builtin was added in 2.3)
bzr revid: xmo@openerp.com-20101112104114-mdooszav0ox220nb
2010-11-12 11:41:14 +01:00
Numerigraphe - Lionel Sausin 1fff5e28f1 [FIX] incorrect spellings (childs -> children)
bzr revid: xmo@openerp.com-20101112103952-qabm06zgu6s5qrnn
2010-11-12 11:39:52 +01:00
Jni (Open ERP) b38b5c1c6a [MERGE]
bzr revid: apa@tinyerp.com-20101112043645-xxqmwayopk0pcfe8
bzr revid: jni@tinyerp.com-20101112102719-cqgvszxhz91bzmtp
2010-11-12 15:57:19 +05:30
Jni (Open ERP) e9530dac44 [MERGE]
bzr revid: apa@tinyerp.com-20101112043153-n1pyhmm3io4q3raw
bzr revid: jni@tinyerp.com-20101112101730-vhsqmn144q2r846b
2010-11-12 15:47:30 +05:30
sbh (Open ERP) 0e5cbfe79a [Fix] Outlook: fix buildbot warnings
bzr revid: sbh@tinyerp.com-20101112095540-mejhnno2usnajme1
2010-11-12 15:25:40 +05:30
Harry (OpenERP) ca33cf5313 [MERGE]
bzr revid: hmo@tinyerp.com-20101112094836-qy4536d3tjvw04xc
2010-11-12 15:18:36 +05:30
Vir (Open ERP) 0a25c19e16 [ADD] Tooltip added for menus
bzr revid: vir@tinyerp.com-20101112064418-5s3k5okwpzvytuya
2010-11-12 12:14:18 +05:30
Vir (Open ERP) d2aa564115 [ADD] hr, hr_timesheet_sheet, email_template, marketing_campaing : Tooltip added for menus
bzr revid: vir@tinyerp.com-20101112062346-spehxiz822n6l1o0
2010-11-12 11:53:46 +05:30