Commit Graph

669 Commits

Author SHA1 Message Date
Antony Lesuisse 0c3f9f691b [FIX] chrome template use a template url for the logo, needed for demo
bzr revid: al@openerp.com-20121205124218-0qdvqed5td9mh84k
2012-12-05 13:42:18 +01:00
Olivier Dony ab39c09a7b [MERGE] Less intrusive timezone offset warning (comes with corresponding server branch)
bzr revid: odo@openerp.com-20121130175658-r3zvuhx75iqa5sus
2012-11-30 18:56:58 +01:00
Xavier Morel 5d313f1754 [FIX] styllistic fixes
bzr revid: xmo@openerp.com-20121130103638-8r77jpmb3hhmo8dt
2012-11-30 11:36:38 +01:00
Fabien Meghazi 55b76fca12 [IMP] Do not dismiss systray icon
It will be automatically done once the user fills is a correct timezon (webclient reloads)

bzr revid: fme@openerp.com-20121129222242-zcipil8lr0xct72g
2012-11-29 23:22:42 +01:00
Fabien Meghazi ddf04c8a2b [IMP] wording
bzr revid: fme@openerp.com-20121129214919-1gypag36heyum97g
2012-11-29 22:49:19 +01:00
Fabien Meghazi 3d75ca8741 [IMP] Use a systray icon for timezone notification (less intrusive)
bzr revid: fme@openerp.com-20121129213743-w79fh583icui2h2l
2012-11-29 22:37:43 +01:00
Fabien Meghazi bd5c3aa90c [IMP] tz_offset is no longer in context
bzr revid: fme@openerp.com-20121129210436-d4umqkb04me1tliu
2012-11-29 22:04:36 +01:00
Thibault Delavallée a5ca416f05 [IMP] needaction counters: moved rpc call on the trigger menu_loaded, to be able to reload the needaction counters through this trigger.
bzr revid: tde@openerp.com-20121129164253-j2vol27w0libpdsd
2012-11-29 17:42:53 +01:00
Thibault Delavallée 0de15c9bbf [CLEAN] Moved needaction html into a dedicated template.
bzr revid: tde@openerp.com-20121129161428-usvgdoykg0g0etr7
2012-11-29 17:14:28 +01:00
Thibault Delavallée 5fc19e0454 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121129151120-e6ovaugw0pkccyuu
2012-11-29 16:11:20 +01:00
Christophe Simonis da574605c7 merge upstream
bzr revid: chs@openerp.com-20121129145039-mzj8b1vpdu48budl
2012-11-29 15:50:39 +01:00
tsabi 76ca47d4fd [MERGE] trunk
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114132-gfe3sn1p5t0mzofm
2012-11-29 12:41:32 +01:00
Thibault Delavallée 7461f88473 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121129114105-0akr0d6nji08g750
2012-11-29 12:41:05 +01:00
Xavier Morel e00cb36f41 [MERGE] from trunk
bzr revid: xmo@openerp.com-20121129091038-0fexjx8o12drjbga
2012-11-29 10:10:38 +01:00
tsabi 92e87f7e6f Mark strings to be translated.
Maybe some missed, but most of them marked.

bzr revid: tsabi-20121129002200-20tppzvh0ap5tfwe
2012-11-29 01:22:00 +01:00
Antony Lesuisse a34f0ef51c [MERGE] trunk-timezone-notification-fme
if res.users and browser timezone offset differs we display a warning.
openerp-web relies on the browser for datetime manipulations so we need both to be in sync.

bzr revid: al@openerp.com-20121128160344-1iae73w47ocot9ib
2012-11-28 17:03:44 +01:00
Christophe Simonis 79b2e72f07 merge upstream
bzr revid: chs@openerp.com-20121123165044-n5l5nqtm678abb2s
bzr revid: chs@openerp.com-20121128135644-iuiynfijiue67uth
2012-11-28 14:56:44 +01:00
Thibault Delavallée c5d3036674 [IMP] Needaction: couters are not counter with the menu anymore.
Web-side: a call to get_needaction_data is performed to have action counters.
Menus are then updated synchronously with this value.

bzr revid: tde@openerp.com-20121127142944-m17zo62er5rh2lvg
2012-11-27 15:29:44 +01:00
Paramjit Singh Sahota 77ac04efd8 [FIX][trunk] display dbname if len(db_list())>1 [chs]
lp bug: https://launchpad.net/bugs/1059320 fixed

bzr revid: psa@tinyerp.com-20121127083630-odwky5bdy24gxoa4
2012-11-27 14:06:30 +05:30
Xavier Morel 4a5cb1ebc4 [REM] EVALPOCALYPSE PART 2: no more python-side eval
trigger an error if a nonliteral context is pushed to the server (through a new object_hook)

bzr revid: xmo@openerp.com-20121126140525-ni2x5m56upss610b
2012-11-26 15:05:25 +01:00
niv-openerp aa2a42dc13 [IMP] Removed unused feature in Dialog and deprecated an other.
bzr revid: nicolas.vanhoren@openerp.com-20121126100501-n6qd32x5sxqv5bp7
2012-11-26 11:05:01 +01:00
Fabien Pinckaers 456dd91064 [IMP] improved change password dialog
bzr revid: fp@tinyerp.com-20121126084339-10z9t97tbc3izmm6
2012-11-26 09:43:39 +01:00
niv-openerp b77d7d20ae [FIX] minor modif of openerp logo
bzr revid: nicolas.vanhoren@openerp.com-20121123111603-55zlx8thwcgk8mxn
2012-11-23 12:16:03 +01:00
Fabien Meghazi 04ee649855 [ADD] When application starts, warn the user if it's timezone does not match it's browser's timezone
bzr revid: fme@openerp.com-20121122151125-a8fybzmqyw8uvr7h
2012-11-22 16:11:25 +01:00
niv-openerp c2bcf50d98 [IMP] Made the logo a simple link.
bzr revid: nicolas.vanhoren@openerp.com-20121122130220-z9h2kezgxnh02vlj
2012-11-22 14:02:20 +01:00
niv-openerp 7e13ccb265 [FIX] typo in doc
bzr revid: nicolas.vanhoren@openerp.com-20121122100953-2z1vbvqqmn1jsz88
2012-11-22 11:09:53 +01:00
niv-openerp 425ea97a39 [IMP] Corrected small stuff in Dialog widget and added documentation.
bzr revid: nicolas.vanhoren@openerp.com-20121122100738-8hi8lcsnh5yf7xwt
2012-11-22 11:07:38 +01:00
Christophe Simonis e7b2ec50fe merge upstream
bzr revid: chs@openerp.com-20121120162812-wb04dwv62v25evtj
2012-11-20 17:28:12 +01:00
Fabien Meghazi c9de04d796 [FIX] Fixed wrong width computing in Dialog. Removed extraneous call to init_dialog(). Remove Dialog#$buttons dom manipulation hack.
bzr revid: fme@openerp.com-20121120141807-pvdryoib39eqh1u7
2012-11-20 15:18:07 +01:00
Jiten (OpenERP) beeaf61b21 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121120123652-ezrem00a8t8xbi7c
2012-11-20 18:06:52 +05:30
Fabien Meghazi ceae7544ca [FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog
bzr revid: fme@openerp.com-20121120095042-6f4tyiap3t6cxk9e
2012-11-20 10:50:42 +01:00
Olivier Dony 1a8acb73b3 [IMP] monodb bootstrap: support @db query string param to force monodb mode
Allows a.o. to let auth_signup URLs works even if multiple DBs
exist

bzr revid: odo@openerp.com-20121119170042-iprc0u159qpf8ll2
2012-11-19 18:00:42 +01:00
Raphael Collet 4dcede9044 [IMP] web: add 'widget: self' in rendering environment of openerp.web.Client
bzr revid: rco@openerp.com-20121119100734-dtprbdm9bypid8bk
2012-11-19 11:07:34 +01:00
Vishmita e97d0843c3 [IMP]Minor Change
bzr revid: vja@tinyerp.com-20121119071142-8z4tyac5t8614dde
2012-11-19 12:41:42 +05:30
Vishmita df369bd8c0 [Merge]Merge lp:~openerp-dev/openerp-web/trunk-improve-change-password-dialog
bzr revid: vja@tinyerp.com-20121119070614-yri2ytotkzx47mj9
2012-11-19 12:36:14 +05:30
Christophe Simonis 4aa5e76174 merge upstream
bzr revid: chs@openerp.com-20121116183212-1ke59kde4ilicw6d
2012-11-16 19:32:12 +01:00
Vishmita 5e948944a0 [IMP]Improve code for change password dialog
bzr revid: vja@tinyerp.com-20121116110838-zqwt9mkx5prooqzq
2012-11-16 16:38:38 +05:30
Xavier Morel 0d85c24ae3 [MERGE] from trunk, fix/adapt some tests
bzr revid: xmo@openerp.com-20121116100840-yyr9b4oru3zdftld
2012-11-16 11:08:40 +01:00
niv-openerp 76cce62c99 [IMP] Added feature in the rpc() method to be able to perform a call without triggering the loading messages.
bzr revid: nicolas.vanhoren@openerp.com-20121116094200-q4cby6jofcrk87hd
2012-11-16 10:42:00 +01:00
Christophe Simonis 801927cb14 [FIX] make root menu links works
bzr revid: chs@openerp.com-20121115171201-76y7ul1jhjyi2e78
2012-11-15 18:12:01 +01:00
Fabien Meghazi cace9f7887 [IMP] Centralized 'openerp' class on top level elements. Also add openerp_ie class for MSIE
bzr revid: fme@openerp.com-20121115164132-i6a0u8zk3knm1zkv
2012-11-15 17:41:32 +01:00
Christophe Simonis 6227e4b5c0 [FIX] CrashManager do not have destroy() method
bzr revid: chs@openerp.com-20121115120331-ltujwzobh19muygl
2012-11-15 13:03:31 +01:00
Christophe Simonis c637a44316 merge upstream
bzr revid: chs@openerp.com-20121115103244-lezama0ao1f2cgrh
2012-11-15 11:32:44 +01:00
Antony Lesuisse 7629191431 [MERGE] manual merge parts of chs owp
bzr revid: al@openerp.com-20121114233743-u9499fa3eugw94zi
2012-11-15 00:37:43 +01:00
Christophe Simonis abdbd41a90 [FIX] embed client: use done()
bzr revid: chs@openerp.com-20121114224426-nbp1zb9c2r2tcnn4
2012-11-14 23:44:26 +01:00
Christophe Simonis a161d749f8 merge upstream
bzr revid: chs@openerp.com-20121114223538-qp233873r33uh3e3
2012-11-14 23:35:38 +01:00
Christophe Simonis eb5a5bf838 [IMP] add method session.url() to generate correct url
bzr revid: chs@openerp.com-20121114174150-9nhj50vftt4lrf0k
2012-11-14 18:41:50 +01:00
Antony Lesuisse 36e4ed47b7 [FIX] login params
bzr revid: al@openerp.com-20121114151714-i0hsz4lyfmps307x
2012-11-14 16:17:14 +01:00
Vo Minh Thu 1ba3ae959f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114113528-t6ed04bv1d5p7h31
2012-11-14 12:35:28 +01:00
Olivier Dony 524c3d500d [FIX] chrome.js: leftover typo after renaming of URL `action_id` param, new `action` param was being ignored
bzr revid: odo@openerp.com-20121114111923-x2qs3zdfzmezt5z8
2012-11-14 12:19:23 +01:00
Fabien Meghazi 9114457d71 [REV] Revision 3408 revid:al@openerp.com-20121114005029-41tkuo2g93vbnz60 does not pass runbot tests
bzr revid: fme@openerp.com-20121114090731-hrw2eh6b1and8soc
2012-11-14 10:07:31 +01:00
Antony Lesuisse d639ae250c [MERGE] menu possible to reload only a submenu
bzr revid: al@openerp.com-20121114005029-41tkuo2g93vbnz60
2012-11-14 01:50:29 +01:00
Christophe Matthieu 0cf93f912b [IMP] mail & web menu: code review for reload menu
bzr revid: chm@openerp.com-20121113160248-1p2003uc9f5nnxnm
2012-11-13 17:02:48 +01:00
Christophe Matthieu 82cba0604f [IMP] web menu: add a context value for reload one submenus of a parent id menu. If no default_menu, load all menus
bzr revid: chm@openerp.com-20121113143220-zhwo06j7pl8rt2wi
2012-11-13 15:32:20 +01:00
ggh-openerp 0452790388 [IMP] Improve Change Password dailog
bzr revid: ggh@tinyerp.com-20121112130756-jtj6u56pcvxorxcr
2012-11-12 18:37:56 +05:30
Antony Lesuisse 1b80c5bd52 [IMP] monodb helper
bzr revid: al@openerp.com-20121111163243-bhj3jzhuk99sklwo
2012-11-11 17:32:43 +01:00
Antony Lesuisse 27c872cef3 remove CallbackEnabled
The on_/do_ binding still happens in Widget.init, but as we now use ES5 bind()
it doesnt clutter stack traces anymore. However the fate of this automatic binding
feature remains uncertain.

bzr revid: al@openerp.com-20121110193440-78mpwamqx7iwq2ux
2012-11-10 20:34:40 +01:00
Christophe Simonis 6436f75513 merge upstream
bzr revid: chs@openerp.com-20121108163458-wk7p4mf7fyh3winl
2012-11-08 17:34:58 +01:00
vta vta@openerp.com 2576cd9d5c [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121108132049-7ape10oz1gvz4vi8
2012-11-08 14:20:49 +01:00
Fabien Meghazi e2766b6690 [FIX] Restore dialog buttons
bzr revid: fme@openerp.com-20121108104248-fqv98fv45n35q8qf
2012-11-08 11:42:48 +01:00
Christophe Simonis c8e1d47799 :%s/_relocate/redirect/g
bzr revid: chs@openerp.com-20121107171820-v7hryce3opnzuf0i
2012-11-07 18:18:20 +01:00
Christophe Simonis c09a6600a5 merge upstream
bzr revid: chs@openerp.com-20121106164149-hgj1250avzf12u68
2012-11-06 17:41:49 +01:00
Fabien Meghazi 1e85ca1bbe [FIX] openerp.web.Dialog checks data() before dialog('close')
bzr revid: fme@openerp.com-20121106100816-6v331a0jg2pjavp0
2012-11-06 11:08:16 +01:00
Fabien Meghazi 8821c77158 [MERGE] trunk (jquery api changes in place then's -> done's)
bzr revid: fme@openerp.com-20121105201717-91w9gwlumkvellmw
2012-11-05 21:17:17 +01:00
Fabien Meghazi 6f57449dcd [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130053-6gdklt6ok4lst6ba
2012-11-05 14:00:53 +01:00
Fabien Meghazi 184ae3dd8e [FIX] jQuery ui 1.9 does not accept dialog methods call when not inited
bzr revid: fme@openerp.com-20121105103617-di2vpb8dird602t3
2012-11-05 11:36:17 +01:00
Christophe Simonis 1f91931fa3 [FIX] "Home" client action can also wait server to be available
bzr revid: chs@openerp.com-20121031120117-11n1alcu8jdv0je7
2012-10-31 13:01:17 +01:00
Fabien Meghazi ca6c49becf [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then'
bzr revid: fme@openerp.com-20121030140630-gf20ye8fou1ebxft
2012-10-30 15:06:30 +01:00
Christophe Simonis f986227f8f [IMP] reload: can wait server is available
bzr revid: chs@openerp.com-20121030113750-4y039gx7cunwz859
2012-10-30 12:37:50 +01:00
vta vta@openerp.com 6a229f4385 [ADD] Add trigger 'state_pushed', need in the module,
bzr revid: vta@openerp.com-20121026140515-fjo4u05t0rdtehq6
2012-10-26 16:05:15 +02:00
Xavier Morel 108d617507 [MERGE] duplicate temp branch
bzr revid: xmo@openerp.com-20121026120215-vztkxmvjghhrs2yk
2012-10-26 14:02:15 +02:00
Xavier Morel 99a2dd3938 [ADD] first 90% of non-sucky testing API, last 90% left
also all existing tests shoud now be completely broken and need to be fixed

bzr revid: xmo@openerp.com-20121025154745-rw2gktfd6tp68k2m
2012-10-25 17:47:45 +02:00
Christophe Simonis da27fd32e0 merge upstream
bzr revid: chs@openerp.com-20121024114929-dwn0esxvlobxqle4
2012-10-24 13:49:29 +02:00
Fabien Meghazi f50c720f3e [ADD] Add menu_id in url state
bzr revid: fme@openerp.com-20121023122833-l9a520bkpe2yty2r
2012-10-23 14:28:33 +02:00
Vo Minh Thu 83a0a252b9 [IMP] database management: added `duplicate` operation.
bzr revid: vmt@openerp.com-20121019101259-f32m2wlf6xugk2vi
2012-10-19 12:12:59 +02:00
Christophe Simonis e6614b6022 merge upstream
bzr revid: chs@openerp.com-20121015162510-s7gfjbbn8etxrpb5
bzr revid: chs@openerp.com-20121018150512-hhotrnx9pgjq6fv1
2012-10-18 17:05:12 +02:00
vta vta@openerp.com 8b4580ea86 [FIX] Fixed on_loaded in Menu and Search.
bzr revid: vta@openerp.com-20121018085028-d0ww48el2jwmtcpg
2012-10-18 10:50:28 +02:00
Fabien Meghazi 31b316577c [IMP] Use an 'options' dict as second arg for ActionManager#do_action()
bzr revid: fme@openerp.com-20121017145548-oc9s6oadhwzbr78m
2012-10-17 16:55:48 +02:00
niv-openerp 7894d2cfb2 [IMP] Made $buttons in dialogs work all the time
bzr revid: nicolas.vanhoren@openerp.com-20121016103252-njyt4rxk96fy5w6r
2012-10-16 12:32:52 +02:00
niv-openerp 97cb5f4dc4 [FIX] small problems in dialog actions
bzr revid: nicolas.vanhoren@openerp.com-20121016095824-woasfpauu7unye5n
2012-10-16 11:58:24 +02:00
Thibault Delavallée 738724d81a [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20121016074614-bpa5fernlvppihue
2012-10-16 09:46:14 +02:00
Christophe Simonis 3adab7ba8c [IMP]: once bound, a session cannot be bound to another server
bzr revid: chs@openerp.com-20121015162346-jwhctk988fftjsa4
2012-10-15 18:23:46 +02:00
niv-openerp 04353719e9 [IMP] removed on_close in Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121015135236-r5809kwwbcqo67tj
2012-10-15 15:52:36 +02:00
niv-openerp ed445ff91a [REVERT] revert commit 3224 because it didn't reproduced the original behavior and some on_close were forgotten
bzr revid: nicolas.vanhoren@openerp.com-20121015133815-hmkz6h1bkhnbq7up
2012-10-15 15:38:15 +02:00
Thibault Delavallée faf49e3fcb [FIX] Action counter: renamed filter automatically added when clicking on the counter, from needaction_pending to message_unread.
bzr revid: tde@openerp.com-20121015102135-hnnd57fi187m0j0a
2012-10-15 12:21:35 +02:00
Antony Lesuisse b399708ab8 [MERGE] trunk-trigger-on_action manual
bzr revid: al@openerp.com-20121012144943-h9wr9wtd59xe2pv8
2012-10-12 16:49:43 +02:00
vta vta@openerp.com 9f3198d00a [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121012131427-rr9cl2ausnraogfg
2012-10-12 15:14:27 +02:00
Christophe Simonis bc1a3dff21 merge upstream
bzr revid: chs@openerp.com-20121011152134-5cvm45dzo8sz9pbw
bzr revid: chs@openerp.com-20121012130537-phw0ks03s127a3j9
2012-10-12 15:05:37 +02:00
vta vta@openerp.com 48118a7afe [IMP] Improved on close code.
bzr revid: vta@openerp.com-20121012130254-kthondab91jph64x
2012-10-12 15:02:54 +02:00
Christophe Simonis e70d879acc [FIX] add option to avoid actions to be pushed as state. Used for login and action extracted from hash. Full state of client actions is pushed.
bzr revid: chs@openerp.com-20121012125418-jbw3iut85riepz47
2012-10-12 14:54:18 +02:00
vta vta@openerp.com d0c88ce9cb [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121012065521-838keuv5tdk1w3qg
2012-10-12 08:55:21 +02:00
Antony Lesuisse e50cb5b2c7 [FIX] dont show errors on reload
bzr revid: al@openerp.com-20121011201523-d4t500g4nnfq9ce6
2012-10-11 22:15:23 +02:00
Vishmita e50ce70fa7 [Fix]change event name
bzr revid: vja@tinyerp.com-20121011105516-h3fuwrgxdqqbtxh8
2012-10-11 16:25:16 +05:30
ggh-openerp 2ba6a7f073 [IMP] Remove add in on_menu_logout method
bzr revid: ggh@tinyerp.com-20121011094538-d8xrxa0tygrhljdf
2012-10-11 15:15:38 +05:30
Christophe Simonis 0e4df7d28b merge upstream
bzr revid: chs@openerp.com-20121011093252-ke83ln88kw9em5y6
2012-10-11 11:32:52 +02:00
Antony Lesuisse f44ea704fe [IMP] CrashManager use event dispatcher and cleanups
bzr revid: al@openerp.com-20121011003729-jjbh5se1cpsachvm
2012-10-11 02:37:29 +02:00
Antony Lesuisse b1b8447a6b [FIX] login always set params for potential redirection
bzr revid: al@openerp.com-20121011000217-ck3xsquoain1z8ja
2012-10-11 02:02:17 +02:00
Christophe Simonis f500b17988 merge upstream
bzr revid: chs@openerp.com-20121010092351-h1c696eajfv1xfsn
2012-10-10 11:23:51 +02:00
Antony Lesuisse 55bcd978af [MERGE] callback2deferred session.rpc
bzr revid: al@openerp.com-20121006163238-7ni5r324c0yqi5a0
2012-10-06 18:32:38 +02:00
vta vta@openerp.com dcb8a9e441 [FIX] Fixed more r.result issues.
bzr revid: vta@openerp.com-20121005113046-mwgb0pvm4bcgf875
2012-10-05 13:30:46 +02:00
Tejas Tank 6427f6b4d4 [FIX] Data exporting wizard crashes & Export wizard buttons.
bzr revid: tta@openerp.com-20121003125629-x6jxmerj5tqc65xp
2012-10-03 18:26:29 +05:30
ggh-openerp 30069a0239 [IMP]In rpc method remove callback and modify relate code
bzr revid: ggh@tinyerp.com-20121003122836-36g8ijxdcjwgntjl
2012-10-03 17:58:36 +05:30
Xavier Morel 10513dc524 [IMP] client actions: allow functions, not just widgets
bzr revid: xmo@openerp.com-20121003114258-vp3mg1yqps4qfkyp
2012-10-03 13:42:58 +02:00
Xavier Morel 96e26073e5 [REM] weird al stuff nobody understands
again

bzr revid: xmo@openerp.com-20121003103544-wjhkyjjcasu5n6i6
2012-10-03 12:35:44 +02:00
Christophe Simonis c0f90e7c69 merge upstream
bzr revid: chs@openerp.com-20121002155544-s0grg61fon0jja06
2012-10-02 17:55:44 +02:00
Christophe Simonis 7a87053f53 merge upstream
bzr revid: chs@openerp.com-20120927134821-f1aw73ii0v1br534
2012-09-27 15:48:21 +02:00
Christophe Simonis ad02628855 [IMP] web: add method do_action to EmbeddedClient
bzr revid: chs@openerp.com-20120927133444-6dd5ck2jmjfoa9my
2012-09-27 15:34:44 +02:00
Raphael Collet c8d64b61d7 [IMP] web: add methods show_error() and hide_error() in instance.web.Login
bzr revid: rco@openerp.com-20120926095004-bl7xsg9d376uhwop
2012-09-26 11:50:04 +02:00
Antony Lesuisse 97b1022f8b [IMP] callbackenable goodbye part1
bzr revid: al@openerp.com-20120928002451-qhel37u21zswj1f7
2012-09-28 02:24:51 +02:00
Raphael Collet 5cb418da8e [IMP] web: in instance.web.Login.start(), login automatically only when params db, login and password are all present
bzr revid: rco@openerp.com-20120925120149-w5nojo2175eiximz
2012-09-25 14:01:49 +02:00
niv-openerp d9d3aab515 [FIX] Problem with popups
bzr revid: nicolas.vanhoren@openerp.com-20120918144924-2y72o7tauxspk4la
2012-09-18 16:49:24 +02:00
niv-openerp 2c09f43b7e [IMP] Added helper for buttons in dialogs
bzr revid: nicolas.vanhoren@openerp.com-20120918143101-wbdyaou23l8wx9zd
2012-09-18 16:31:01 +02:00
Fabien Meghazi 276e081490 [FIX] Fixed muliple calls to FormView#can_be_discarded()
[REM] Removed trigger_children

bzr revid: fme@openerp.com-20120906132602-whcst4g0c16a6s5v
2012-09-06 15:26:02 +02:00
Fabien Meghazi d8f925870f [FIX] Minor fixes
bzr revid: fme@openerp.com-20120906105035-6hfjvk6ngranl1h9
2012-09-06 12:50:35 +02:00
Fabien Meghazi c3f9e44aee [REM] Removed trigger_children and trigger_ancestors from corelib.
niv is back from holidays, let's give him some time to accept the concept.
"the Seven Stages Of Grief".currentStage === 4

bzr revid: fme@openerp.com-20120906103852-mm8bo8tgzl8dtfnq
2012-09-06 12:38:52 +02:00
Fabien Meghazi c43e9bce27 [IMP] Refactored has_uncommitted_changes in order to use trigger_children
bzr revid: fme@openerp.com-20120906102526-vthdib9qfeijywo8
2012-09-06 12:25:26 +02:00
Fabien Meghazi a01a27e480 [IMP] Make the logo trigger client action 'home' instead of a link
bzr revid: fme@openerp.com-20120905154121-8lokz9x0x7fraidd
2012-09-05 17:41:21 +02:00
Fabien Meghazi 2cf1f7a7a6 [ADD] Added dirty form notification on on_logout
bzr revid: fme@openerp.com-20120905152030-qfrkrwg4k1srxtix
2012-09-05 17:20:30 +02:00
Fabien Meghazi b675eb40de [ADD] Revert menu in case do_action fails
bzr revid: fme@openerp.com-20120905134553-k6ryuelp5fhsw6z9
2012-09-05 15:45:53 +02:00
Fabien Meghazi 604bd9fa4d [WIP] Notification on do_action and on_mode_switch
bzr revid: fme@openerp.com-20120905123532-oskxl7srmoabkqr5
2012-09-05 14:35:32 +02:00
Fabien Pinckaers 420a4811b9 [IMP] remove OpenERP Enterprise old code
bzr revid: fp@openerp.com-20120827213212-cjhnn33eqnrn8mk1
2012-08-27 23:32:12 +02:00
niv-openerp 5e338c591a [IMP] made a whole-application replace of $element by $el
bzr revid: nicolas.vanhoren@openerp.com-20120824182707-vt91ef40ieeudwyw
2012-08-24 20:27:07 +02:00
Antony Lesuisse 0149301e0a [FIX] dbmanager reload on creation
The board.board bug, avoid running code from the previous database as it is automatically loaded when it's the first db.
Hide lonely topbar menu item.

bzr revid: al@openerp.com-20120821171205-od6r63cxs13aavuy
2012-08-21 19:12:05 +02:00
Minh Tran fff594348a fixed the 'more' dropdown menu
bzr revid: mit@openerp.com-20120817155551-4eq9lumqderd09rl
2012-08-17 17:55:51 +02:00
Fabien Meghazi 91e8503f21 [MERGE] Kanban add/edit/delete groups
bzr revid: fme@openerp.com-20120816161804-yw4h0tfbe3e4vj04
2012-08-16 18:18:04 +02:00
Christophe Simonis 2794297e1a [FIX] "reload" client action
bzr revid: chs@openerp.com-20120816133459-5m3md4xd3dj92564
2012-08-16 15:34:59 +02:00
Fabien Meghazi 8cd8c2b83a [MERGE] trunk
bzr revid: fme@openerp.com-20120816112021-dkpubr6q762qwq11
2012-08-16 13:20:21 +02:00
Fabien Meghazi b7ca37a215 [FIX] global click for dropdown, remove oe_opened on both elements
bzr revid: fme@openerp.com-20120816100958-yi9a2xuwuhwsl3t8
2012-08-16 12:09:58 +02:00
Antony Lesuisse 7bef5d1924 [FIX] login db loading cleanup
bzr revid: al@openerp.com-20120815164630-yzc5grk2df2bzloe
2012-08-15 18:46:30 +02:00
Christophe Simonis 63e4d9b572 [IMP] sed -i '' -e 's/connection/session/g'
bzr revid: chs@openerp.com-20120814152900-8r84kyz0qy1hwkvz
2012-08-14 17:29:00 +02:00
Christophe Simonis 747374f98f [FIX] hide/show topbar and leftbar on login page and db manager
bzr revid: chs@openerp.com-20120814103815-ajdku32ngf5eidrf
2012-08-14 12:38:15 +02:00
Christophe Simonis a1d68fb739 [IMP] execute original action after login. also pass the current state to login (so the Widget can handle it)
bzr revid: chs@openerp.com-20120814094654-fmimm145mrgvznb0
2012-08-14 11:46:54 +02:00
Fabien Meghazi b50dfe4f8f [IMP] Adapt openerp.web.Dialog's position and maxHeight to the new jquery bootstrap theme.
bzr revid: fme@openerp.com-20120813103256-zhw7od30g9j406uv
2012-08-13 12:32:56 +02:00
Antony Lesuisse d9624f3e76 [FIX] database manager languages
bzr revid: al@openerp.com-20120812134857-yfdwxbszmm8o6q7q
2012-08-12 15:48:57 +02:00
Antony Lesuisse 86fac976de [MERGE] database manager look
bzr revid: al@openerp.com-20120811214809-uhj4hatw5bmi5710
2012-08-11 23:48:09 +02:00
Antony Lesuisse e1bc12fb27 [MERGE] preference change password fixe
bzr revid: al@openerp.com-20120811195354-sayk1u53wy42vqc1
2012-08-11 21:53:54 +02:00
Fabien Pinckaers 93f47bb836 [merge] trunk
bzr revid: fp@tinyerp.com-20120809142923-qgk5ckssel2k36mk
2012-08-09 16:29:23 +02:00
Kunal Chavda (OpenERP) f69aae2d01 [FIX]self.element itself gives form element so no need to find in it.
bzr revid: kch@tinyerp.com-20120809062909-fdsqvowhnz1nwgcl
2012-08-09 11:59:09 +05:30
Kunal Chavda (OpenERP) 54b6780cb9 [MERGE]Merge Latest trunk.
bzr revid: kch@tinyerp.com-20120809061936-ra56akm11yqo7j6m
2012-08-09 11:49:36 +05:30
Antony Lesuisse 4d88bff8dd [IMP] change_password is now a client_action
bzr revid: al@openerp.com-20120808192855-dq2aje2qq7sqq2mc
2012-08-08 21:28:55 +02:00
Antony Lesuisse a90423f771 [IMP] user preferences is a regular wizard
bzr revid: al@openerp.com-20120808190708-1u9bxnun5cwijq8l
2012-08-08 21:07:08 +02:00
Antony Lesuisse 6d246eff6f [FIX] menu trigger on login
bzr revid: al@openerp.com-20120808180816-5je80txb8xd4kp29
2012-08-08 20:08:16 +02:00
Jiten (OpenERP) dca622596c [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20120808065616-l44zav5hurr33zrm
2012-08-08 12:26:16 +05:30
Vishmita f492bc8f9d [Fix]Add Class for label
bzr revid: vja@tinyerp.com-20120808055236-ynmt40w59tog1u8u
2012-08-08 11:22:36 +05:30
Vishmita 652a741e40 [FIX]Minor chnages
bzr revid: vja@tinyerp.com-20120807125037-jzfy3g5n36xde6px
2012-08-07 18:20:37 +05:30
Vishmita e29d386dcb [FIX]unblockUI for change password
bzr revid: vja@tinyerp.com-20120807122228-7ilrywn74w845p69
2012-08-07 17:52:28 +05:30
Vishmita 729570b06e [FIX]changes in title
bzr revid: vja@tinyerp.com-20120807113343-dy3s17gsn0qwfc2a
2012-08-07 17:03:43 +05:30
Thibault Delavallée 547bd10553 [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20120807100902-plhjlmx7dry92fcj
2012-08-07 12:09:02 +02:00
Vishmita 4c1baa3e9b [FIX]Improve code
bzr revid: vja@tinyerp.com-20120807094055-31ybiab12idv3o62
2012-08-07 15:10:55 +05:30
Kunal Chavda (OpenERP) b1b78021b2 [FIX]Minor problem of showing change password dialog box's button text.
bzr revid: kch@tinyerp.com-20120807073339-1w585w2pyggd9wzn
2012-08-07 13:03:39 +05:30
Vishmita 1bc2b532a5 [FIX]Improve DB management
bzr revid: vja@tinyerp.com-20120807065051-7r7qlvcwthz6m9ai
2012-08-07 12:20:51 +05:30
Fabien Meghazi c7f04c43c7 [FIX] Stuck in login when creating a new database
bzr revid: fme@openerp.com-20120806150248-am7gql5pr1bfyunl
2012-08-06 17:02:48 +02:00
Fabien Meghazi 0cecacd43e [IMP] Improved m2o tooltip
bzr revid: fme@openerp.com-20120806140044-mgo3git8zi9xrqbh
2012-08-06 16:00:44 +02:00
Thibault Delavallée 5bfe0953b4 [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20120806124454-hgdw4vjzjuhfsg2n
2012-08-06 14:44:54 +02:00
Fabien Meghazi 8cecaa14f3 [ADD] Added 'home' and 'history_back' client actions
[MOV] Moved client actions from coresetup.js to chrome.js

bzr revid: fme@openerp.com-20120806103330-xt5gjcntaho4qq7k
2012-08-06 12:33:30 +02:00
Thibault Delavallée 3eb1bc3a14 [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20120803071501-dtfx1gw6hi5zmmxv
2012-08-03 09:15:01 +02:00
niv-openerp d9aaf5c2d1 [IMP] Cleaned dialog class to be closer to the Widget design
bzr revid: nicolas.vanhoren@openerp.com-20120802143650-czejc71u5atle2rs
2012-08-02 16:36:50 +02:00
Christophe Simonis 6cd8e8e978 [IMP] Login widget: allow to specify a "login_successful" callback from params
bzr revid: chs@openerp.com-20120801153927-bkpbkb5vv4khjb7u
2012-08-01 17:39:27 +02:00
Antony Lesuisse 2948fca067 [MERGE] trunk
bzr revid: al@openerp.com-20120801142851-kmc1obvwu6kdwdin
2012-08-01 16:28:51 +02:00
Antony Lesuisse fbb2f80cf1 [MERGE] backbonify-widgets, minor api changes that make Widget more similar to backbone Views
bzr revid: al@openerp.com-20120801124804-ov9l9ytabqx54gdo
2012-08-01 14:48:04 +02:00
Fabien Meghazi ad6f3b1571 [FIX] Sidebar add attachment: click event order in firefox difference for html#click and input[type=file] click
bzr revid: fme@openerp.com-20120801113924-8303s20551rhocqe
2012-08-01 13:39:24 +02:00
Antony Lesuisse 574f3891a5 [MERGE] trunk
bzr revid: al@openerp.com-20120801104657-cinfl0svpnc8njs5
2012-08-01 12:46:57 +02:00
Thibault Delavallée afccc9a008 [FIX] topbar avatar: avatar -> image_small.
bzr revid: tde@openerp.com-20120730083626-oxe0wauf5217lq77
2012-07-30 10:36:26 +02:00
niv-openerp 094ecdc453 [FIX] problem with drop downs
bzr revid: nicolas.vanhoren@openerp.com-20120727132653-47y0alrcwtwkwmyv
2012-07-27 15:26:53 +02:00
Christophe Simonis 515372d8dc [FIX] correct Login widget to send event instead of creating a child client action
bzr revid: chs@openerp.com-20120726161605-wtwi5uzau37dc9iq
2012-07-26 18:16:05 +02:00
Antony Lesuisse 69e712eba1 [MERGE] trunk
bzr revid: al@openerp.com-20120726125552-nielbhlik5qg3jzq
2012-07-26 14:55:52 +02:00
Minh Tran 6e48ab4204 Resizing of the About dialog to match the golden ratio
bzr revid: mit@openerp.com-20120726122006-5y3tm5r2fwk0m233
2012-07-26 14:20:06 +02:00
niv-openerp 73e248cdda [FIX] problem in firefox, actions bar not working correctly
bzr revid: nicolas.vanhoren@openerp.com-20120726142957-3gsqbssdi1l6x7dl
2012-07-26 16:29:57 +02:00
niv-openerp 19a41bd97a [IMP] minor improvement to the fullscreen mode
bzr revid: nicolas.vanhoren@openerp.com-20120726100111-c2y5x9viawnhryrd
2012-07-26 12:01:11 +02:00
Antony Lesuisse 3d1616851a [FIX] login after database creation
bzr revid: al@openerp.com-20120726090712-5htfyn5keu2svh5c
2012-07-26 11:07:12 +02:00
Xavier Morel 239131a716 [FIX] login widget initialization sequence: don't go mucking around with the login's before it's even been started
bzr revid: xmo@openerp.com-20120726081234-2lrq3ksrauxc4m3z
2012-07-26 10:12:34 +02:00
Antony Lesuisse 678eab6132 [IMP] convert login and database manager into client actions
bzr revid: al@openerp.com-20120726013628-23xi8czcxl8jymbn
2012-07-26 03:36:28 +02:00
Antony Lesuisse 3a793019b6 [FIX] client action urls
bzr revid: al@openerp.com-20120726004227-w9vqt8jv6gtn7l9p
2012-07-26 02:42:27 +02:00
Christophe Simonis 0924a29e7a [FIX] backbonify Client
bzr revid: chs@openerp.com-20120725093437-hig5jtkdol9uagca
2012-07-25 11:34:37 +02:00
Antony Lesuisse 1d766a2bc6 [MERGE] trunk
bzr revid: al@openerp.com-20120725074053-e3gltrdfzm8bb7j8
2012-07-25 09:40:53 +02:00
niv-openerp b98723a1fe [IMP] improved throbber
bzr revid: nicolas.vanhoren@openerp.com-20120724141220-1u0odsgsxzjtc5xn
2012-07-24 16:12:20 +02:00
Minh Tran fceb94cb8a Changed style of About dialog box to match login page style
bzr revid: mit@openerp.com-20120724134652-t783h7glntytr3kv
2012-07-24 15:46:52 +02:00
Christophe Simonis 8df25dc683 [FIX] hide topbar on login page
bzr revid: chs@openerp.com-20120723162223-amclassz6dzneayq
2012-07-23 18:22:23 +02:00
niv-openerp bef7ef9620 [IMP] Modified loading message
bzr revid: nicolas.vanhoren@openerp.com-20120723135937-3tuwpzdhn3311mg1
2012-07-23 15:59:37 +02:00
niv-openerp 071dce2cb9 [FIX] problem with wizards
bzr revid: nicolas.vanhoren@openerp.com-20120723134914-4rrmeysncsancwfq
2012-07-23 15:49:14 +02:00
Antony Lesuisse 1f515f7e6f [MERGE] client singleton
bzr revid: al@openerp.com-20120721180941-rkqg6gqml8do49wl
2012-07-21 20:09:41 +02:00
Minh Tran bd538220f3 fixed offset of topbar dropdown menu
bzr revid: mit@openerp.com-20120719153605-ivanvuvl3mv88bl3
2012-07-19 17:36:05 +02:00
Christophe Simonis dccbf4fa81 [FIX] Client must do the session_bind
bzr revid: chs@openerp.com-20120719111414-ivf6lq2iymws0ytm
2012-07-19 13:14:14 +02:00
Christophe Simonis 5a918cf01d [IMP] session_bind is done by openerp.init(). As result, Clients can have template like any other widget as qweb template are loaded. This make the code cleaner as show_common() does not return a deferred anymore.
bzr revid: chs@openerp.com-20120718131004-gvn63r3ihzxyzvy3
2012-07-18 15:10:04 +02:00
Christophe Simonis c7491d99d8 [IMP] web: WebClient and EmbedClient now share some code
bzr revid: chs@openerp.com-20120717160050-a33xw47xais8bv04
2012-07-17 18:00:50 +02:00
Frédéric van der Essen 6d9cf3fe2d [IMP] point_of_sale: no scrollbar in fullscreen mode
bzr revid: fva@openerp.com-20120716094637-n2mdh94pb147ggc0
2012-07-16 11:46:37 +02:00
Fabien Pinckaers 84c2888dde [IMP] layout web, mianly dialogs and improved mit merge
bzr revid: fp@openerp.com-20120713222528-5sflq6ah9redrcry
2012-07-14 00:25:28 +02:00
Antony Lesuisse d54911358b [MERGE] display the db manager when no db defined
bzr revid: al@openerp.com-20120713162436-gfd89ocleaqhb43h
2012-07-13 18:24:36 +02:00
Antony Lesuisse 51b5b75058 [FIX] fp misindentation
bzr revid: al@openerp.com-20120713150156-b07dd3qeff5xi3em
2012-07-13 17:01:56 +02:00
Antony Lesuisse 71a5c53072 [IMP] allow xml ids for action_id
bzr revid: al@openerp.com-20120713145740-xkwp0hxy7kou61f0
2012-07-13 16:57:40 +02:00
Fabien Pinckaers 2b6cce2c7c [IMP] modal dialogs
bzr revid: fp@tinyerp.com-20120713114737-hqieh0oi6nnnbjqh
2012-07-13 13:47:37 +02:00
Sanjay Gohel (Open ERP) 09a63068a2 [IMP]minor imp
bzr revid: sgo@tinyerp.com-20120710092255-00eo11hm33ejhmnc
2012-07-10 14:52:55 +05:30
Sanjay Gohel (Open ERP) df4a5a580b [IMP]If there is not available db, jump direclty in the db manager view (creation of a db) instead of staying in the login page.
bzr revid: sgo@tinyerp.com-20120709104720-0oi5975lfropyh4w
2012-07-09 16:17:20 +05:30
niv-openerp 50413828c5 [FIX] problem in m2o due to wrong element destruction in dialogs
bzr revid: nicolas.vanhoren@openerp.com-20120703095311-4p3g3btqlsn4z0bl
2012-07-03 11:53:11 +02:00
Fabien Meghazi d14a765d10 [FIX] Fix secondary menu bug
bzr revid: fme@openerp.com-20120702095642-dr8mj2p1l5hob0p7
2012-07-02 11:56:42 +02:00
Xavier Morel 9e4f8eb50c [MERGE] proposal 111358: automatically add filter to context when clicking on needaction counter
bzr revid: xmo@openerp.com-20120702075243-eftttcka8ljuokqe
2012-07-02 09:52:43 +02:00
niv-openerp 4b1991414b [FIX] problem with db manager
bzr revid: nicolas.vanhoren@openerp.com-20120629135849-hrpn59w50iu8h0j1
2012-06-29 15:58:49 +02:00
Antony Lesuisse 864c95695b [FIX] login fade out, forgot to remove lines from mp
bzr revid: al@openerp.com-20120628160458-0lurudue45h5z9xk
2012-06-28 18:04:58 +02:00
Antony Lesuisse ce41f3af96 [MERGE] login fade out
bzr revid: al@openerp.com-20120628132419-332anfgoh9vp86d9
2012-06-28 15:24:19 +02:00
Thibault Delavallée db4fa6582c [MERGE] Merged with trunk web.
bzr revid: tde@openerp.com-20120628105323-p50min2k8by55jg0
bzr revid: tde@openerp.com-20120628122649-affstbyq1mt80qnt
2012-06-28 14:26:49 +02:00