odoo/odoo.git
12 years ago[IMP] factorize view/load part2 addons
Antony Lesuisse [Tue, 6 Sep 2011 23:08:59 +0000 (01:08 +0200)]
[IMP] factorize view/load part2 addons

bzr revid: al@openerp.com-20110906230859-qip1rc83y50w5g3j

12 years ago[IMP] factorize view/load part1
Antony Lesuisse [Tue, 6 Sep 2011 20:54:38 +0000 (22:54 +0200)]
[IMP] factorize view/load part1

bzr revid: al@openerp.com-20110906205438-wk1x6dx2mp103en2

12 years ago[FIX] documentation update README
Antony Lesuisse [Tue, 6 Sep 2011 19:20:04 +0000 (21:20 +0200)]
[FIX] documentation update README

bzr revid: al@openerp.com-20110906192004-k2ozevvq1pg1b45c

12 years ago[FIX] sphinx documentation
Antony Lesuisse [Tue, 6 Sep 2011 19:17:17 +0000 (21:17 +0200)]
[FIX] sphinx documentation

bzr revid: al@openerp.com-20110906191717-pxss44lvysatu07h

12 years ago[FIX] fields.function: type=binary: workaround for the low byte values (<=0x1f) unsup...
Olivier Dony [Tue, 6 Sep 2011 17:31:40 +0000 (19:31 +0200)]
[FIX] fields.function: type=binary: workaround for the low byte values (<=0x1f) unsupported in XML

We have a workaround in place for fields.function of binary type
that may return values that are invalid in XML documents, and thus
in our XML-RPC protocol. But out workaround failed to care for the
invalid XML codepoints (below 0x1f) that are well valid in UTF-8
encoding.
Added a sanity check for that as well, using a terrible workaround
for this last resort case: b64-encode the bytes, to avoid crashing
the request.

bzr revid: odo@openerp.com-20110906173140-vc4tl6wstzt8h06o

12 years ago[ADD] Kanban: add color algo
Fabien Meghazi [Tue, 6 Sep 2011 14:06:35 +0000 (16:06 +0200)]
[ADD] Kanban: add color algo

bzr revid: fme@openerp.com-20110906140635-2r3eouj8cjh8k47i

12 years ago[FIX] Kanban: Fixed context on buttons
Fabien Meghazi [Tue, 6 Sep 2011 13:45:20 +0000 (15:45 +0200)]
[FIX] Kanban: Fixed context on buttons

bzr revid: fme@openerp.com-20110906134520-w90kby9oyni4wed7

12 years ago[ADD] Add kanban view for crm.lead - Opportunities
Fabien Meghazi [Tue, 6 Sep 2011 13:04:29 +0000 (15:04 +0200)]
[ADD] Add kanban view for crm.lead - Opportunities

bzr revid: fme@openerp.com-20110906130429-9jbtgdodm3an8jdu

12 years ago[MERGE] Merge Kanban view
Fabien Meghazi [Tue, 6 Sep 2011 13:02:01 +0000 (15:02 +0200)]
[MERGE] Merge Kanban view

bzr revid: fme@openerp.com-20110906130201-usfd4sm2ltizhdfc

12 years ago[fix] modified reports to not get the sxw any more
niv-openerp [Tue, 6 Sep 2011 12:54:11 +0000 (14:54 +0200)]
[fix] modified reports to not get the sxw any more

bzr revid: nicolas.vanhoren@openerp.com-20110906125411-ux7oykhipu4xmort

12 years ago[IMP] Improved kanban view
Fabien Meghazi [Tue, 6 Sep 2011 12:50:11 +0000 (14:50 +0200)]
[IMP] Improved kanban view

bzr revid: fme@openerp.com-20110906125011-5vfzrajytpfqbkt0

12 years ago[FIX] reintroduce reports mistakenly removed at revision xmo@openerp.com-201109051424...
Xavier Morel [Tue, 6 Sep 2011 11:57:54 +0000 (13:57 +0200)]
[FIX] reintroduce reports mistakenly removed at revision xmo@openerp.com-20110905142455-1nt310pqzyzk69cp

they probably shouldn't have been called Export

bzr revid: xmo@openerp.com-20110906115754-i19nn5oi9fhqpmbd

12 years ago[REM] now-unused code, after correctly using FileStorage data for uploaded file
Xavier Morel [Tue, 6 Sep 2011 11:55:07 +0000 (13:55 +0200)]
[REM] now-unused code, after correctly using FileStorage data for uploaded file

bzr revid: xmo@openerp.com-20110906115507-lo5qblaw4nod11vz

12 years ago[FIX] binary uploading not correctly werkzeugified
Xavier Morel [Tue, 6 Sep 2011 11:53:16 +0000 (13:53 +0200)]
[FIX] binary uploading not correctly werkzeugified

bzr revid: xmo@openerp.com-20110906115316-4kybkc2bowpvkhyn

12 years ago[IMP] add uploaded files to http handler params
Xavier Morel [Tue, 6 Sep 2011 11:49:45 +0000 (13:49 +0200)]
[IMP] add uploaded files to http handler params

bzr revid: xmo@openerp.com-20110906114945-b1nn0rd34fnmwjvb

12 years ago[FIX] really, base64 has *not* been renamed web64, I swear
Xavier Morel [Tue, 6 Sep 2011 11:49:21 +0000 (13:49 +0200)]
[FIX] really, base64 has *not* been renamed web64, I swear

bzr revid: xmo@openerp.com-20110906114921-q9c13srpjnjouu90

12 years ago[FIX] nope, base64 has not been renamed web64
Xavier Morel [Tue, 6 Sep 2011 11:27:34 +0000 (13:27 +0200)]
[FIX] nope, base64 has not been renamed web64

bzr revid: xmo@openerp.com-20110906112734-obksfkt2d51kvt6b

12 years ago[IMP] restrict set of exceptions caught when fetching images
Xavier Morel [Tue, 6 Sep 2011 11:12:26 +0000 (13:12 +0200)]
[IMP] restrict set of exceptions caught when fetching images

bzr revid: xmo@openerp.com-20110906111226-hx4zh9rjr2fj5sct

12 years ago[IMP] base64 doc indicates that 'encodestring' and 'decodestring' are part of the...
Xavier Morel [Tue, 6 Sep 2011 11:12:18 +0000 (13:12 +0200)]
[IMP] base64 doc indicates that 'encodestring' and 'decodestring' are part of the 'legacy interface'. Use b64encode and b64decode from the 'modern' interface instead

bzr revid: xmo@openerp.com-20110906111218-hktitwp8ia3brzrx

12 years ago[FIX] image downloading, were not ported to werkzeug
Xavier Morel [Tue, 6 Sep 2011 11:11:57 +0000 (13:11 +0200)]
[FIX] image downloading, were not ported to werkzeug

bzr revid: xmo@openerp.com-20110906111157-hyzm016cyjcm0kfn

12 years ago[REM] backendrpc star import in web.common
Xavier Morel [Tue, 6 Sep 2011 09:52:47 +0000 (11:52 +0200)]
[REM] backendrpc star import in web.common

bzr revid: xmo@openerp.com-20110906095247-a5pkop20zzgqpdgg

12 years ago[imp] refactoring of the translations according to rename of base to web
niv-openerp [Tue, 6 Sep 2011 10:03:36 +0000 (12:03 +0200)]
[imp] refactoring of the translations according to rename of base to web

bzr revid: nicolas.vanhoren@openerp.com-20110906100336-2eqs2wboru6aqyop

12 years ago[imp] lot of improvements to header & about page
niv-openerp [Tue, 6 Sep 2011 09:50:54 +0000 (11:50 +0200)]
[imp] lot of improvements to header & about page

bzr revid: nicolas.vanhoren@openerp.com-20110906095054-qjlpmyd83spjm79b

12 years ago[IMP] make legacy dashboard map onto a 2-1 layout by default, rather than 1-1
Xavier Morel [Tue, 6 Sep 2011 09:47:31 +0000 (11:47 +0200)]
[IMP] make legacy dashboard map onto a 2-1 layout by default, rather than 1-1

Since 'legacy' dashboards generally have just small graphs on the right-hand side, give then a third of the dashboard and give the lists (left-hand side) two thirds

bzr revid: xmo@openerp.com-20110906094731-u3z0l1iz25el0r4m

12 years ago[FIX] bunch of minor issues
Xavier Morel [Tue, 6 Sep 2011 09:35:16 +0000 (11:35 +0200)]
[FIX] bunch of minor issues

bzr revid: xmo@openerp.com-20110906093516-3nkjngcmt2l3wex4

12 years ago[REM] pointless method overrides
Xavier Morel [Tue, 6 Sep 2011 09:34:42 +0000 (11:34 +0200)]
[REM] pointless method overrides

bzr revid: xmo@openerp.com-20110906093442-54t6w5ras2wov3d6

12 years ago[FIX] terminating comma, MSIE does not liek
Xavier Morel [Tue, 6 Sep 2011 09:32:06 +0000 (11:32 +0200)]
[FIX] terminating comma, MSIE does not liek

bzr revid: xmo@openerp.com-20110906093206-1630d14h5hgo79sw

12 years ago[FIX] implicit globals: missing 'var' declarations
Xavier Morel [Tue, 6 Sep 2011 09:31:39 +0000 (11:31 +0200)]
[FIX] implicit globals: missing 'var' declarations

did not touch gantt.js, this thing's a swap, there are implicit globals which are actually used globally

bzr revid: xmo@openerp.com-20110906093139-uermn7a9vo38l3kf

12 years ago[IMP] better boolean tetst (use)
Xavier Morel [Tue, 6 Sep 2011 09:12:21 +0000 (11:12 +0200)]
[IMP] better boolean tetst (use)

bzr revid: xmo@openerp.com-20110906091221-50872ncwbvvu9ifz

12 years ago[IMP] remove unneeded units
Xavier Morel [Tue, 6 Sep 2011 09:12:04 +0000 (11:12 +0200)]
[IMP] remove unneeded units

bzr revid: xmo@openerp.com-20110906091204-yj3aa97o0inkzoe1

12 years ago[IMP] terminate a bunch of unterminated statements
Xavier Morel [Tue, 6 Sep 2011 08:58:53 +0000 (10:58 +0200)]
[IMP] terminate a bunch of unterminated statements

bzr revid: xmo@openerp.com-20110906085853-2a5tqi92jdnglejd

12 years ago[imp] replace assignment with operator assignment
Xavier Morel [Tue, 6 Sep 2011 08:26:50 +0000 (10:26 +0200)]
[imp] replace assignment with operator assignment

bzr revid: xmo@openerp.com-20110906082650-qnd5k7pe9wf2dq0d

12 years ago[MERGE] diagram view
Xavier Morel [Tue, 6 Sep 2011 08:22:22 +0000 (10:22 +0200)]
[MERGE] diagram view

bzr revid: xmo@openerp.com-20110906082222-r0e0glqmr0hlub55

12 years ago[FIX] cleanup whitespace in diagram.js file
Xavier Morel [Tue, 6 Sep 2011 08:09:30 +0000 (10:09 +0200)]
[FIX] cleanup whitespace in diagram.js file

bzr revid: xmo@openerp.com-20110906080930-0juky0v1b9pxe84f

12 years ago[FIX] some formatting
Xavier Morel [Tue, 6 Sep 2011 08:08:47 +0000 (10:08 +0200)]
[FIX] some formatting

bzr revid: xmo@openerp.com-20110906080847-514yysnz2kuwl4g0

12 years ago[IMP] ir.model.data: usability - rename `XML ID` -> `External ID`
Olivier Dony [Tue, 6 Sep 2011 07:57:11 +0000 (09:57 +0200)]
[IMP] ir.model.data: usability - rename `XML ID` -> `External ID`

bzr revid: odo@openerp.com-20110906075711-lev8g5tkfhc9j3c1

12 years ago[IMP] project,crm: spellcheck/cleanup `user_prefence`->`user_preference`
Olivier Dony [Tue, 6 Sep 2011 07:37:42 +0000 (09:37 +0200)]
[IMP] project,crm: spellcheck/cleanup `user_prefence`->`user_preference`

bzr revid: odo@openerp.com-20110906073742-lzge2gphka2vmft7

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 Sep 2011 04:40:18 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110905055933-cld0r3vv3jmiu5bx
bzr revid: launchpad_translations_on_behalf_of_openerp-20110906044018-ajk9u7zfqoiatufs

12 years ago[imp] put new link in about again
niv-openerp [Mon, 5 Sep 2011 16:02:46 +0000 (18:02 +0200)]
[imp] put new link in about again

bzr revid: nicolas.vanhoren@openerp.com-20110905160246-4ihfm83ciasubjsx

12 years ago[imp] removed useless link in about
niv-openerp [Mon, 5 Sep 2011 16:02:06 +0000 (18:02 +0200)]
[imp] removed useless link in about

bzr revid: nicolas.vanhoren@openerp.com-20110905160206-7f2mcaiicggsms18

12 years ago[imp] Added link in about
niv-openerp [Mon, 5 Sep 2011 16:01:42 +0000 (18:01 +0200)]
[imp] Added link in about

bzr revid: nicolas.vanhoren@openerp.com-20110905160142-7ejecycad72seynn

12 years ago[imp] changed about message
niv-openerp [Mon, 5 Sep 2011 15:59:35 +0000 (17:59 +0200)]
[imp] changed about message

bzr revid: nicolas.vanhoren@openerp.com-20110905155935-u68a6vo9n8z4xq92

12 years ago[imp] added dialog for about
niv-openerp [Mon, 5 Sep 2011 15:56:42 +0000 (17:56 +0200)]
[imp] added dialog for about

bzr revid: nicolas.vanhoren@openerp.com-20110905155642-3mnowzd4js1mrali

12 years ago[FIX] configuration overview actions should not open in its dashboard section
Xavier Morel [Mon, 5 Sep 2011 15:50:41 +0000 (17:50 +0200)]
[FIX] configuration overview actions should not open in its dashboard section

bzr revid: xmo@openerp.com-20110905155041-vzxi2ffento1uv2m

12 years ago[FIX] breakage when trying to reload a just-saved exports list
Xavier Morel [Mon, 5 Sep 2011 15:32:55 +0000 (17:32 +0200)]
[FIX] breakage when trying to reload a just-saved exports list

bzr revid: xmo@openerp.com-20110905153255-g2apg93e6gvmuthh

12 years ago[IMP] layout of saved exports loader
Xavier Morel [Mon, 5 Sep 2011 15:32:36 +0000 (17:32 +0200)]
[IMP] layout of saved exports loader

bzr revid: xmo@openerp.com-20110905153236-8t9btlg38niai12i

12 years ago[IMP] don't mess up ordering of fields saved in an exports list
Xavier Morel [Mon, 5 Sep 2011 15:24:42 +0000 (17:24 +0200)]
[IMP] don't mess up ordering of fields saved in an exports list

bzr revid: xmo@openerp.com-20110905152442-wcczebz4rk9g7tjd

12 years ago[imp] added creation of about message
niv-openerp [Mon, 5 Sep 2011 15:14:20 +0000 (17:14 +0200)]
[imp] added creation of about message

bzr revid: nicolas.vanhoren@openerp.com-20110905151420-nnjh005ol8dsouhx

12 years ago[MERGE] merged the kanban view rng definition.
Vo Minh Thu [Mon, 5 Sep 2011 15:09:42 +0000 (17:09 +0200)]
[MERGE] merged the kanban view rng definition.

bzr revid: vmt@openerp.com-20110905150942-987hlgchx2tg3c8n

12 years ago[IMP] Misc refactoring
Fabien Meghazi [Mon, 5 Sep 2011 14:47:58 +0000 (16:47 +0200)]
[IMP] Misc refactoring

bzr revid: fme@openerp.com-20110905144758-zdrt03ira7ioqzqn

12 years ago[MERGE] bunch of speed and code improvements to import, also make import more flexibl...
Xavier Morel [Mon, 5 Sep 2011 14:24:55 +0000 (16:24 +0200)]
[MERGE] bunch of speed and code improvements to import, also make import more flexible (pluggable)

bzr revid: xmo@openerp.com-20110905142455-1nt310pqzyzk69cp

12 years ago[ADD] Kanban qweb template pre-processing
Fabien Meghazi [Mon, 5 Sep 2011 14:18:12 +0000 (16:18 +0200)]
[ADD] Kanban qweb template pre-processing

bzr revid: fme@openerp.com-20110905141812-d0ybzi57u9qlkkhv

12 years ago[FIX] Fixed openerp.base.json_node_to_xml
Fabien Meghazi [Mon, 5 Sep 2011 14:15:45 +0000 (16:15 +0200)]
[FIX] Fixed openerp.base.json_node_to_xml

bzr revid: fme@openerp.com-20110905141545-ntfbhdabmv98wklv

12 years ago[imp] put about message again
niv-openerp [Mon, 5 Sep 2011 14:11:16 +0000 (16:11 +0200)]
[imp] put about message again

bzr revid: nicolas.vanhoren@openerp.com-20110905141116-p9b7q2b49tsdzluf

12 years ago[imp] lot of fixes after refactoring of base to web
niv-openerp [Mon, 5 Sep 2011 14:04:39 +0000 (16:04 +0200)]
[imp] lot of fixes after refactoring of base to web

bzr revid: nicolas.vanhoren@openerp.com-20110905140439-n858qs02fwnib5ac

12 years ago[MERGE] renamed addons base to web
Antony Lesuisse [Mon, 5 Sep 2011 13:47:04 +0000 (15:47 +0200)]
[MERGE] renamed addons base to web

bzr revid: al@openerp.com-20110905134704-vdns4eif0kc7u0kv

12 years agorename base to web part4 xmo review fixes
Antony Lesuisse [Mon, 5 Sep 2011 13:44:57 +0000 (15:44 +0200)]
rename base to web part4 xmo review fixes

bzr revid: al@openerp.com-20110905134457-6y16fe1m6u22ggeq

12 years ago[IMP] massive rewrite of the namelist export call, same interface, 20~40fold increase...
Xavier Morel [Mon, 5 Sep 2011 13:05:38 +0000 (15:05 +0200)]
[IMP] massive rewrite of the namelist export call, same interface, 20~40fold increase in speed for shorter lists

bzr revid: xmo@openerp.com-20110905130538-3pqkz9s0nrs0ulz0

12 years ago[imp] externalized release parameters
niv-openerp [Mon, 5 Sep 2011 12:42:14 +0000 (14:42 +0200)]
[imp] externalized release parameters

bzr revid: nicolas.vanhoren@openerp.com-20110905124214-byhgf4ogglm92ryj

12 years agorenamse base to web part3 renamed xml
Antony Lesuisse [Mon, 5 Sep 2011 12:37:43 +0000 (14:37 +0200)]
renamse base to web part3 renamed xml

bzr revid: al@openerp.com-20110905123743-5vous81ne3qocgkz

12 years agorenamse base to web part2
Antony Lesuisse [Mon, 5 Sep 2011 12:28:15 +0000 (14:28 +0200)]
renamse base to web part2

bzr revid: al@openerp.com-20110905122815-m99c0w1lkzxxjh8o

12 years ago[imp] first version of the help page
niv-openerp [Mon, 5 Sep 2011 12:27:02 +0000 (14:27 +0200)]
[imp] first version of the help page

bzr revid: nicolas.vanhoren@openerp.com-20110905122702-47eocoa0hn82zleg

12 years ago[imp] cleared top-right buttons
niv-openerp [Mon, 5 Sep 2011 12:07:06 +0000 (14:07 +0200)]
[imp] cleared top-right buttons

bzr revid: nicolas.vanhoren@openerp.com-20110905120706-jgon1ecedkelevgv

12 years agorename base into web part1
Antony Lesuisse [Mon, 5 Sep 2011 11:03:09 +0000 (13:03 +0200)]
rename base into web part1

bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1

12 years ago[FIX] startup: when preloading a registry with the -d option, document_webdav
Vo Minh Thu [Mon, 5 Sep 2011 10:36:19 +0000 (12:36 +0200)]
[FIX] startup: when preloading a registry with the -d option, document_webdav
could not register itself because the refactoring of the startup
script run the services after the registry preloading. I would
still prefer to start the services after, but we first need the
required hooks in the addons, which would allow us to remove any
side-effecting code from them.

bzr revid: vmt@openerp.com-20110905103619-vhp1goqy7w1nmefu

12 years ago[fix] lot of bug correction related to auto-login
niv-openerp [Mon, 5 Sep 2011 10:11:43 +0000 (12:11 +0200)]
[fix] lot of bug correction related to auto-login

bzr revid: nicolas.vanhoren@openerp.com-20110905101143-lcm2g0biekydhj2n

12 years ago[IMP] Improved kanban template
Fabien Meghazi [Mon, 5 Sep 2011 09:53:44 +0000 (11:53 +0200)]
[IMP] Improved kanban template

bzr revid: fme@openerp.com-20110905095344-5bbovksok592ovcq

12 years ago[IMP] cleanup namelist code a bit
Xavier Morel [Mon, 5 Sep 2011 09:38:37 +0000 (11:38 +0200)]
[IMP] cleanup namelist code a bit

bzr revid: xmo@openerp.com-20110905093837-e2v5ebbjsmpat6tf

12 years ago[imp] Added name of company & name of user in header.
niv-openerp [Mon, 5 Sep 2011 09:23:15 +0000 (11:23 +0200)]
[imp] Added name of company & name of user in header.

bzr revid: nicolas.vanhoren@openerp.com-20110905092315-ddjn1la19jh1u09u

12 years ago[MERGE] res.users: make set-only password field more user-friendly
Olivier Dony [Mon, 5 Sep 2011 09:09:36 +0000 (11:09 +0200)]
[MERGE] res.users: make set-only password field more user-friendly

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

bzr revid: odo@openerp.com-20110905090936-s84b6dc18gr6p6gl

12 years ago[FIX] DragDrop functionality is turned on for an object during the MouseDown event...
Vaibhav (OpenERP) [Mon, 5 Sep 2011 08:04:34 +0000 (13:34 +0530)]
[FIX]  DragDrop functionality is turned on for an object during the MouseDown event. However, when you double click the MouseDown event is also fired and thus the app thinks you are dragging after the first click and the DoubleClick event won't get fired.

bzr revid: vda@tinyerp.com-20110905080434-u8znc0wx7tasyct2

12 years ago[imp] switched werkzeugh to no reloader by default, added command line option to...
niv-openerp [Mon, 5 Sep 2011 08:01:09 +0000 (10:01 +0200)]
[imp] switched werkzeugh to no reloader by default, added command line option to enable it

bzr revid: nicolas.vanhoren@openerp.com-20110905080109-i3fwm2wy4f7qvd67

12 years ago[MERGE] changes from trunk
Xavier Morel [Mon, 5 Sep 2011 07:55:37 +0000 (09:55 +0200)]
[MERGE] changes from trunk

bzr revid: xmo@openerp.com-20110905075537-j2qn6i8xzg92x73m

12 years ago[FIX] check node Invisible or visible.
Vaibhav (OpenERP) [Mon, 5 Sep 2011 07:19:16 +0000 (12:49 +0530)]
[FIX] check node Invisible or visible.

bzr revid: vda@tinyerp.com-20110905071916-dxowb0wjsc84j900

12 years ago[MERGE] Merge with trunk server upto revision no 3569.
Yogesh (OpenERP) [Mon, 5 Sep 2011 04:55:51 +0000 (10:25 +0530)]
[MERGE] Merge with trunk server upto revision no 3569.

bzr revid: ysa@tinyerp.com-20110905045551-jp9fwif57xbma3d3

12 years agomerge
fp [Sun, 4 Sep 2011 16:59:39 +0000 (18:59 +0200)]
merge

bzr revid: fp@fp-laptop-20110904165939-4oy32t80xgk040kj

12 years ago[IMP] useability field on SO
fp [Sun, 4 Sep 2011 16:56:31 +0000 (18:56 +0200)]
[IMP] useability field on SO

bzr revid: fp@fp-laptop-20110904165631-451lq0lg9lsbs421

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 3 Sep 2011 05:36:25 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110903053625-8ap3ez7bes0anwfj

12 years ago[fix] fix in the model helper
niv-openerp [Fri, 2 Sep 2011 15:59:49 +0000 (17:59 +0200)]
[fix] fix in the model helper

bzr revid: nicolas.vanhoren@openerp.com-20110902155949-29mhv0d8rnl0dzkt

12 years ago[FIX] ir_translation cache invalidation
Antony Lesuisse [Fri, 2 Sep 2011 15:58:34 +0000 (17:58 +0200)]
[FIX] ir_translation cache invalidation

bzr revid: al@openerp.com-20110902155834-rmno5z7aavj71fk5

12 years ago[imp] added helper to call any method on models
niv-openerp [Fri, 2 Sep 2011 15:26:22 +0000 (17:26 +0200)]
[imp] added helper to call any method on models

bzr revid: nicolas.vanhoren@openerp.com-20110902152622-marolbq8hkxu6wd0

12 years ago[IMP] Werkzeug everything
Xavier Morel [Fri, 2 Sep 2011 14:52:04 +0000 (16:52 +0200)]
[IMP] Werkzeug everything

bzr revid: xmo@openerp.com-20110902145204-p1vwgwoy9no4tqx6

12 years ago[imp] removed useless reference to this in session
niv-openerp [Fri, 2 Sep 2011 14:27:32 +0000 (16:27 +0200)]
[imp] removed useless reference to this in session

bzr revid: nicolas.vanhoren@openerp.com-20110902142732-v5ipb0nkhy56lsbg

12 years ago[imp] first cleanup of headers
niv-openerp [Fri, 2 Sep 2011 14:25:06 +0000 (16:25 +0200)]
[imp] first cleanup of headers

bzr revid: nicolas.vanhoren@openerp.com-20110902142506-846crhyqt1pyaaqx

12 years ago[FIX] small import issue
Xavier Morel [Fri, 2 Sep 2011 13:29:14 +0000 (15:29 +0200)]
[FIX] small import issue

bzr revid: xmo@openerp.com-20110902132914-y9yn8hzkyzgdn8wo

12 years ago[imp] Improved css of header.
niv-openerp [Fri, 2 Sep 2011 13:00:00 +0000 (15:00 +0200)]
[imp] Improved css of header.

bzr revid: nicolas.vanhoren@openerp.com-20110902130000-bq1bzopc592jbrl8

12 years ago[imp] cleaned ie7 css
niv-openerp [Fri, 2 Sep 2011 12:57:01 +0000 (14:57 +0200)]
[imp] cleaned ie7 css

bzr revid: nicolas.vanhoren@openerp.com-20110902125701-qkr1a8j5r4m6lc2r

12 years ago[IMP] add some docstrings
Xavier Morel [Fri, 2 Sep 2011 12:45:42 +0000 (14:45 +0200)]
[IMP] add some docstrings

bzr revid: xmo@openerp.com-20110902124542-v9e5fg8m0d862mfo

12 years ago[IMP] add some docstrings to Root
Xavier Morel [Fri, 2 Sep 2011 12:02:39 +0000 (14:02 +0200)]
[IMP] add some docstrings to Root

bzr revid: xmo@openerp.com-20110902120239-4beqhx1xfi40xgwp

12 years ago[IMP] don't get some funky alias for the Root class, go get it where it lives
Xavier Morel [Fri, 2 Sep 2011 10:53:05 +0000 (12:53 +0200)]
[IMP] don't get some funky alias for the Root class, go get it where it lives

bzr revid: xmo@openerp.com-20110902105305-2z3itgh902hx2b9l

12 years ago[IMP] check if handler returned a response already: just wrap return value if it...
Xavier Morel [Fri, 2 Sep 2011 10:49:20 +0000 (12:49 +0200)]
[IMP] check if handler returned a response already: just wrap return value if it's a string, otherwise let it through as is

bzr revid: xmo@openerp.com-20110902104920-c0cpwmg62y70tx1b

12 years ago[FIX][NotSure] CherryPy merges the GET and POST args into a single params dict, do...
Xavier Morel [Fri, 2 Sep 2011 10:44:29 +0000 (12:44 +0200)]
[FIX][NotSure] CherryPy merges the GET and POST args into a single params dict, do the same with Werkzeug request data

bzr revid: xmo@openerp.com-20110902104429-xn3si286s8x5s64f

12 years ago[FIX] remember to propagate ?debug when redirecting to root
Xavier Morel [Fri, 2 Sep 2011 10:07:13 +0000 (12:07 +0200)]
[FIX] remember to propagate ?debug when redirecting to root

bzr revid: xmo@openerp.com-20110902100713-1w2i17qf5q7ood5m

12 years ago[FIX] cherrypy provides kwargs as a string when only one instance, werkzeug returns...
Xavier Morel [Fri, 2 Sep 2011 10:01:24 +0000 (12:01 +0200)]
[FIX] cherrypy provides kwargs as a string when only one instance, werkzeug returns a list by default. Change args-storage class for werkzeug to atoms, not lists

bzr revid: xmo@openerp.com-20110902100124-osxe8aq3va3dfv6m

12 years ago[FIX] base_crypt: improve description to reflect new behavior
Olivier Dony [Fri, 2 Sep 2011 09:47:57 +0000 (11:47 +0200)]
[FIX] base_crypt: improve description to reflect new behavior

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

bzr revid: odo@openerp.com-20110902094757-1knmhpxdlnic6ts6

12 years ago[imp] now remembers the password in debug mode
niv-openerp [Fri, 2 Sep 2011 09:46:26 +0000 (11:46 +0200)]
[imp] now remembers the password in debug mode

bzr revid: nicolas.vanhoren@openerp.com-20110902094626-lwgk6ovdjsgz15lc

12 years ago[IMP] move all config options to optparse switches
Xavier Morel [Fri, 2 Sep 2011 09:45:59 +0000 (11:45 +0200)]
[IMP] move all config options to optparse switches

bzr revid: xmo@openerp.com-20110902094559-wd9hpf44e24fm5kc

12 years ago[IMP] remove crummy globals fetched from __main__ in base.common
Xavier Morel [Fri, 2 Sep 2011 09:44:49 +0000 (11:44 +0200)]
[IMP] remove crummy globals fetched from __main__ in base.common

bzr revid: xmo@openerp.com-20110902094449-s4ah4odqrvydylaj

12 years ago[Fix] attached events on node dir.code improvement.
Vaibhav (OpenERP) [Fri, 2 Sep 2011 09:36:11 +0000 (15:06 +0530)]
[Fix] attached events on node dir.code improvement.

bzr revid: vda@tinyerp.com-20110902093611-6cxqhgewtbox45qd

12 years ago[IMP] base: share labels+tooltips CSS between form & search views (part 2)
Olivier Dony [Fri, 2 Sep 2011 09:35:17 +0000 (11:35 +0200)]
[IMP] base: share labels+tooltips CSS between form & search views (part 2)

bzr revid: odo@openerp.com-20110902093517-f1k5bge5w94npt3h