Commit Graph

34564 Commits

Author SHA1 Message Date
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 3875715c80 [fix] some problem in some o2m that made many things fail
bzr revid: nicolas.vanhoren@openerp.com-20110909134604-6qgilgf72qchgr2b
2011-09-09 15:46:04 +02:00
Olivier Dony d5d2099658 [IMP] mail*: rename mail.compose.wizard extension, for consistency
bzr revid: odo@openerp.com-20110909131045-mzuspzazkv34ns3q
2011-09-09 15:10:45 +02:00
Olivier Dony 517ac9dc07 [REM] project_planning: remove deprecated/useless wizard, provided by project module by default
bzr revid: odo@openerp.com-20110909125814-6uf48ke5l3k62er2
2011-09-09 14:58:14 +02:00
Vo Minh Thu 77fbcb3c79 [FIX] websrv_lib: the auth provider was instanciated once and
the auth proxy was instanciated multiple times (once per handler instcance).
The previous refactoring merged the proxy and the provider in one class which
once instanciated once. Now it is instanciated once per handler, which is
better.

bzr revid: vmt@openerp.com-20110909122856-29uhsjfe193fqdi8
2011-09-09 14:28:56 +02:00
niv-openerp 2ac1bee146 [fix] padding correction for statusbar
bzr revid: nicolas.vanhoren@openerp.com-20110909121312-p5smu8m7rrk5wlge
2011-09-09 14:13:12 +02:00
niv-openerp 9c8e5fb099 [imp] changed 'status' widget to 'statusbar' widget
bzr revid: nicolas.vanhoren@openerp.com-20110909111803-n10ff50qr8mismjb
2011-09-09 13:18:03 +02:00
Xavier Morel bd92c1282b [REV] base.xml changes of xmo@openerp.com-20110908125510-fb7vcjsixj5sqhpz: new version was simpler, it was also completely broken
issue here is that <tr> element bears a foreach, which we have to keep, so can't just insert new tds in the row (they'll get repeated), we can't remove the tr (not without grafting the old attributes), etc...

it's really kind-of a pain.

Basically, the replaceAll() is used to make the <t> just created replace the <tr> matched, the unwrapAll removes the <table> around it all, resulting in a <t> with the buttons inserted before and after it, all landed in the editable-listview-generated-row

bzr revid: xmo@openerp.com-20110909134244-mbf5sf4to09fvsyi
2011-09-09 15:42:44 +02:00
Vo Minh Thu 28f900202b [FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in
revno 4821, revision-id tfr@openerp.com-20110628141309-oag99snygj3vuqwn :
pooler.get_db_only was removed from the server but not from the addons.
It seems the commit 4821 tried to solved the situation by using get_db
instead, which is wrong and it will load the db instead of just trying
to get a cursor. This commit solves correctly the removel of get_db_only:
by using sql_db.db_connect (for which get_db_only was an alias).

bzr revid: vmt@openerp.com-20110909113916-td9o8yct0u5bitb6
2011-09-09 13:39:16 +02:00
Olivier Dony f59aaf7ca0 [FIX] ir.translation: second part of previous revision for fixing calls to ormcache_multi.clear_cache()
bzr revid: odo@openerp.com-20110909104046-ipysy6pi3iea38fu
2011-09-09 12:40:46 +02:00
Antony Lesuisse db166d658b [FIX] sale sale_view unclosed tag
bzr revid: al@openerp.com-20110909101504-b9s1v36rxys3v335
2011-09-09 12:15:04 +02:00
Antony Lesuisse 78626b885c [FIX] ir_translation _get_ids clear_cache is not multi
lp bug: https://launchpad.net/bugs/838864 fixed

bzr revid: al@openerp.com-20110909100709-kdqf4aibdr0flr4a
2011-09-09 12:07:09 +02:00
niv-openerp 061df0800d [imp] added properties for statusbar in .rng of views
bzr revid: nicolas.vanhoren@openerp.com-20110909093643-h0jnvcytov70be8o
2011-09-09 11:36:43 +02:00
Fabien Pinckaers d1e858420d [IMP] search view of SO
bzr revid: fp@tinyerp.com-20110909082225-zpatvzrw80i131pr
2011-09-09 10:22:25 +02:00
Vo Minh Thu 9ca78ea013 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110909074820-o89mwdulwx8an13m
2011-09-09 09:48:20 +02:00
Vo Minh Thu 4a1597ab16 [FIX] typo, removed wsg_modules entry point (redundant with "module_handlers").
bzr revid: vmt@openerp.com-20110909073145-vqnjhdu0xwb8wurt
2011-09-09 09:31:45 +02:00
Launchpad Translations on behalf of openerp e65666493d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110908043626-5c0ixnnwl79nkotp
bzr revid: launchpad_translations_on_behalf_of_openerp-20110909043730-o6s4fx8rueje9h3j
2011-09-09 04:37:30 +00:00
Fabien Meghazi e975c414da [ADD] Added lead stage images
bzr revid: fme@openerp.com-20110908180120-h0q0i62m52xd7np8
2011-09-08 20:01:20 +02:00
Olivier Dony 0a751bcae5 [IMP] email.template: typos and usability review
bzr revid: odo@openerp.com-20110908175541-h2qdchdwf60srksy
2011-09-08 19:55:41 +02:00
Olivier Dony 4281cbd0de [IMP] email.template: typos and usability review
bzr revid: odo@openerp.com-20110908173752-j6z5kd1in80jk8re
2011-09-08 19:37:52 +02:00
Xavier Morel 4bd2269466 Round 2, fight
bzr revid: xmo@openerp.com-20110908171722-gdyixqgw935jcvrl
2011-09-08 19:17:22 +02:00
niv-openerp ade0f50f93 [merge] mobile client synchro
bzr revid: nicolas.vanhoren@openerp.com-20110908171211-knkocvela8e1bbgc
2011-09-08 19:12:11 +02:00
niv-openerp 4c018a3721 [imp] added colors customization for status field
I got it!!

bzr revid: nicolas.vanhoren@openerp.com-20110908170012-v7uuhnzow8wrzckq
2011-09-08 19:00:12 +02:00
niv-openerp 629d515677 [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164250-1iynaj4an78cb1or
2011-09-08 18:42:50 +02:00
niv-openerp 4f61602090 [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164235-64kkia9iolgk6p8s
2011-09-08 18:42:35 +02:00
niv-openerp 91358f641b [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164211-c3ohu5j95ha0f16p
2011-09-08 18:42:11 +02:00
niv-openerp df17431c09 [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164120-yoi74rmjhwhrczo9
2011-09-08 18:41:20 +02:00
niv-openerp dabb1d7430 [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164102-ywmlnnxw98moxe1e
2011-09-08 18:41:02 +02:00
niv-openerp b58f81d837 [imp] added translation
bzr revid: nicolas.vanhoren@openerp.com-20110908164048-96t6yq96hiiinxvm
2011-09-08 18:40:48 +02:00
niv-openerp 7420565e8f [imp] more cosmetic change
bzr revid: nicolas.vanhoren@openerp.com-20110908163632-5pbn13xrrjikey63
2011-09-08 18:36:32 +02:00
niv-openerp 4970d55397 [imp] cosmetic change
bzr revid: nicolas.vanhoren@openerp.com-20110908163612-nzdxfk8co55b7hm0
2011-09-08 18:36:12 +02:00
niv-openerp 7987d3a2f6 [imp] added possibility to only show some states in status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908163536-bewx1817u96t11rc
2011-09-08 18:35:36 +02:00
niv-openerp ec24f26ca6 [imp] improved css of status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908160451-gh5josp0nmn3vn7u
2011-09-08 18:04:51 +02:00
niv-openerp c2ad26f34c [imp] now status widget correctly highlights the selected item
bzr revid: nicolas.vanhoren@openerp.com-20110908154551-oti347kv6f7h0q2y
2011-09-08 17:45:51 +02:00
niv-openerp 38df96f124 [imp] now status widget list possible selections
bzr revid: nicolas.vanhoren@openerp.com-20110908153715-k3ur78w85kb24iv7
2011-09-08 17:37:15 +02:00
Vo Minh Thu 5b20065d78 [FIX] wsgi: missing argument to start_response, add "/" prefix only when needed.
bzr revid: vmt@openerp.com-20110908153700-ppfqhf7v5l9s3m65
2011-09-08 17:37:00 +02:00
niv-openerp 779dd82c5a [imp] improved selection color in status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908152815-kbrt8ibfnb4br7kb
2011-09-08 17:28:15 +02:00
niv-openerp 40d3b9cb49 [imp] added selected indication in status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908152337-6xsfyicntnm6t7mx
2011-09-08 17:23:37 +02:00
niv-openerp fcb62110f9 [imp] improved css for status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908151834-h44bb5tjs8cjb33i
2011-09-08 17:18:34 +02:00
niv-openerp 9cf066a790 [imp] put first example of status field with css
bzr revid: nicolas.vanhoren@openerp.com-20110908151153-7jiqei1abo90q6sx
2011-09-08 17:11:53 +02:00
niv-openerp e63c4a5fea [imp] improved status widget templates behavior
bzr revid: nicolas.vanhoren@openerp.com-20110908150932-kfyot4ivb6auhnod
2011-09-08 17:09:32 +02:00
niv-openerp c5ac762b20 [imp] setup of templates for status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908150645-uqj6f9f5icnsf3jx
2011-09-08 17:06:45 +02:00
niv-openerp 6f178015e1 [imp] setup of status widget
bzr revid: nicolas.vanhoren@openerp.com-20110908145845-85ao2yvkpvsnc6kg
2011-09-08 16:58:45 +02:00
Olivier Dony 32a892cbbb [IMP] fetchmail: cleanup - improve names
bzr revid: odo@openerp.com-20110908141941-vsd21wfb13z5tywa
2011-09-08 16:19:41 +02:00
Vo Minh Thu e643ffcc32 [REF] websrv_lib:
- grouped together the concept of auth proxy and auth provider
- removed the sec_realms dictionary: it was redundant as the
auth proxy was set (in one of the implementation, not all) on
the handler by setupAuth. Now the auth proxy is always set on
the handler.
- reg_http_service accepts the argument of the HTTPDir
constructor.

bzr revid: vmt@openerp.com-20110908123818-suc53zebgv9kcy3c
2011-09-08 14:38:18 +02:00
Bhumi Thakkar (Open ERP) ee454617c7 [IMP] Dynamically listview with theme.
bzr revid: bth@tinyerp.com-20110908123335-mdd0o4hbq9c97wwm
2011-09-08 18:03:35 +05:30
niv-openerp e60032e11c [imp] cosmetic change
bzr revid: nicolas.vanhoren@openerp.com-20110908095913-pgpcd0flc57umgno
2011-09-08 11:59:13 +02:00
niv-openerp cb009f218b [imp] made ids in report overridable by report action
bzr revid: nicolas.vanhoren@openerp.com-20110908095544-77pottqwvarnh2gq
2011-09-08 11:55:44 +02:00
niv-openerp 4e0412f0c3 [imp] updated ids in report
bzr revid: nicolas.vanhoren@openerp.com-20110908095411-eezf69hw64khlx91
2011-09-08 11:54:11 +02:00
niv-openerp 17d1f78682 [imp] updated datas in report
bzr revid: nicolas.vanhoren@openerp.com-20110908095327-23inv0pjwljyktdl
2011-09-08 11:53:27 +02:00