Commit Graph

926 Commits

Author SHA1 Message Date
Fabien Pinckaers 01b1e2209d [MERGE] trunk-mit
bzr revid: fp@tinyerp.com-20120817070541-7777ihtcq31vpw8s
2012-08-17 09:05:41 +02:00
niv-openerp c916e5ee0e [FIX] remove tispy in m2o in some cases
bzr revid: nicolas.vanhoren@openerp.com-20120816142002-fg21q3a5ycxmgesn
2012-08-16 16:20:02 +02:00
Minh Tran b073860887 Status breadcrum is now clickable
bzr revid: mit@openerp.com-20120816134452-o0q31pffsdbqfwp5
2012-08-16 15:44:52 +02:00
Fabien Meghazi d52045ef11 [IMP] Close m2o autocomplete when user clicks outside
bzr revid: fme@openerp.com-20120816125540-avezmt4797lcaxfd
2012-08-16 14:55:40 +02:00
niv-openerp ceed9015d1 Added possibility to choose the mode at each call to do_show. do_show now also switch to initial_mode if no mode is specified.
bzr revid: nicolas.vanhoren@openerp.com-20120816093818-m1dykz5rywujg78j
2012-08-16 11:38:18 +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
niv-openerp 3ebfaedd64 [IMP] removed a lot of OldWidget usage
bzr revid: nicolas.vanhoren@openerp.com-20120814134246-y2awqbt2i1hcan61
2012-08-14 15:42:46 +02:00
niv-openerp 1ea62dd94c Added protection
bzr revid: nicolas.vanhoren@openerp.com-20120813154555-rw4kh1jxdbmg8xab
2012-08-13 17:45:55 +02:00
niv-openerp 235f8996bf Implemented read only mode
bzr revid: nicolas.vanhoren@openerp.com-20120813154011-hgq3vxxdps5s9w91
2012-08-13 17:40:11 +02:00
niv-openerp 8c7b192ab7 Removed useless dependency between fieldtexthtml and fieldtext
bzr revid: nicolas.vanhoren@openerp.com-20120813152227-29l173q31tcwc9tq
2012-08-13 17:22:27 +02:00
niv-openerp 78f92ec031 Some tuning in text html
bzr revid: nicolas.vanhoren@openerp.com-20120813145111-s8uw1x4fc26xe6xl
2012-08-13 16:51:11 +02:00
niv-openerp d8796d429c Now uses the html field type for cl editor
bzr revid: nicolas.vanhoren@openerp.com-20120813114638-pla647nupeha1tim
2012-08-13 13:46:38 +02:00
niv-openerp c2caa24bd6 [FIX] small "or" in some x2x popup
bzr revid: nicolas.vanhoren@openerp.com-20120810145048-ctnvl0w5r5h439f7
2012-08-10 16:50:48 +02:00
niv-openerp a9c0de5325 [FIX] small bug in some m2m
bzr revid: nicolas.vanhoren@openerp.com-20120810142253-8ly58vsbqum6o7ng
2012-08-10 16:22:53 +02:00
niv-openerp f3d824424f [FIX] problem with tipsy & quick create in m2o
bzr revid: nicolas.vanhoren@openerp.com-20120810134815-qt91cbf1rndvxn0a
2012-08-10 15:48:15 +02:00
Fabien Meghazi 1a3bd45961 [FIX] Used json with binary/image controller
bzr revid: fme@openerp.com-20120809134851-3yl6skfch2q1f7q0
2012-08-09 15:48:51 +02:00
Fabien Pinckaers 3d48b3f877 [IMP] misc CSS improvements, mainly editable lists
bzr revid: fp@tinyerp.com-20120808193842-nxrk13vc8hv9wxlg
2012-08-08 21:38:42 +02:00
vta vta@openerp.com 6bb818263e [FIX] Fixed bug in view_form.js
bzr revid: vta@openerp.com-20120808154422-nbjabrc3cxcb030g
2012-08-08 17:44:22 +02:00
Xavier Morel 065ffcd244 [CHG] select all field content when focusing integer or float field
bzr revid: xmo@openerp.com-20120808154126-wy9b96px9fasmu7e
2012-08-08 17:41:26 +02:00
Xavier Morel a7ad740fa2 [FIX] ignore blur event on m2o input during autocompletion or if a sub-popup is open
jquery.ui.autocomplete does quite a bit of focus-setting during and
around itself, leading to blur events being triggered outside
expectations (e.g. after an action has been selected and the dropdown
has been closed due to the action opening a popup whose content gets
focused somehow).

Really, the guy who implemented o2m's autosave-on-blur should be shot.

Wait, that would be me.

bzr revid: xmo@openerp.com-20120808151843-et2r8hplxxyqc7v6
2012-08-08 17:18:43 +02:00
vta vta@openerp.com 0e9244ac4f [MERGE] editable stage widget
bzr revid: vta@openerp.com-20120808145331-1b0ngxa3v3z5pt7o
2012-08-08 16:53:31 +02:00
Christophe Simonis ec210651be [IMP] merge action_id and client_action state arguments into action
bzr revid: chs@openerp.com-20120808141641-0kdb3s463tb7em88
2012-08-08 16:16:41 +02:00
niv-openerp 30ff136a83 [FIX] problem in m2o when you delete something using the delete button of the keyboard
bzr revid: nicolas.vanhoren@openerp.com-20120808141301-ts4und7qynxh6i3p
2012-08-08 16:13:01 +02:00
vta vta@openerp.com 3a139b4916 [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20120808121825-o7sodegi37ineu8r
2012-08-08 14:18:25 +02:00
vta vta@openerp.com 52a01828c6 [FIX] Fixed styling of the stagesbar.
bzr revid: vta@openerp.com-20120808121654-79zztekljxzawpna
2012-08-08 14:16:54 +02:00
vta vta@openerp.com d3441f111b [FIX] Full CSS stagesbar.
bzr revid: vta@openerp.com-20120807153926-xvklvq5419mup6hq
2012-08-07 17:39:26 +02:00
niv-openerp 5d41615217 [FIX] fixed problems with images in kanban o2m
bzr revid: nicolas.vanhoren@openerp.com-20120808091532-zjnvgpx33nkwj1z8
2012-08-08 11:15:32 +02:00
Fabien Pinckaers 175c167471 [FIX] fixing bugs in bounce effects + cleaner effect
bzr revid: fp@tinyerp.com-20120808073821-gxp4r9u12160lshy
2012-08-08 09:38:21 +02:00
Xavier Morel 7e4d8ec0f1 [MERGE] various fixes and changes to editable list view after review
bzr revid: xmo@openerp.com-20120807104935-k8i2iydxm5q2rt59
2012-08-07 12:49:35 +02:00
Fabien Meghazi e4ca1a42c3 [NMDT] Not my day today
bzr revid: fme@openerp.com-20120807102536-8idyt0qotub4ythy
2012-08-07 12:25:36 +02:00
Fabien Meghazi 7d40760cff [FIX] Fixed Revision: 2869 revid:fme@openerp.com-20120806160922-d4b59jzsu2nx2yl7
bzr revid: fme@openerp.com-20120807102123-wkpeipyvveufo556
2012-08-07 12:21:23 +02:00
Xavier Morel d9291d50c8 [FIX] conflict between form autoblur thing and focus management in editable o2m
bzr revid: xmo@openerp.com-20120807072650-ia0u56u8z20tgbfw
2012-08-07 09:26:50 +02:00
Fabien Meghazi 4e641e9f2c [IMP] Don't display the many2one icon if it's value is empty.
bzr revid: fme@openerp.com-20120806160922-d4b59jzsu2nx2yl7
2012-08-06 18:09:22 +02:00
Xavier Morel d8e2bec158 [FIX] state of editor after cancelled cancel() (haha), handling of a record being edited during o2m deletion
bzr revid: xmo@openerp.com-20120806150002-45c8mjq9dk5hck7y
2012-08-06 17:00:02 +02:00
vta vta@openerp.com d159b218c7 [IMP] Improved visual aspect of the stagesbar.
bzr revid: vta@openerp.com-20120806144722-9cich1qg6t8ad3iq
2012-08-06 16:47:22 +02:00
Xavier Morel 3f955f0525 [CHG] delete o2m lines without warning
bzr revid: xmo@openerp.com-20120806143410-ohzypxj3r8bbz08w
2012-08-06 16:34:10 +02:00
vta vta@openerp.com 33cd3834ef [ADD] Trying to improve the form_steps_separtor.png.
bzr revid: vta@openerp.com-20120806142359-m6saukyiwx33mibf
2012-08-06 16:23:59 +02:00
Fabien Meghazi 0cecacd43e [IMP] Improved m2o tooltip
bzr revid: fme@openerp.com-20120806140044-mgo3git8zi9xrqbh
2012-08-06 16:00:44 +02:00
Xavier Morel 9149dc60d8 [CHG] make 'add a row' a link
bzr revid: xmo@openerp.com-20120806135536-4x6qacw8qp91le2g
2012-08-06 15:55:36 +02:00
Xavier Morel cd96727f50 [CHG] insert the 'Add a row' link before the padding rows
bzr revid: xmo@openerp.com-20120806135248-onwslw7ge72tolwn
2012-08-06 15:52:48 +02:00
vta vta@openerp.com 22b25ce40b [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20120806122324-scngm3qpi7qfblvm
2012-08-06 14:23:24 +02:00
vta vta@openerp.com 9d15842745 [ADD] Added some imgs to draw the stagesbar accordingly to the new design, very awful (just for testing)).
bzr revid: vta@openerp.com-20120806122150-sqq650v7vmvy34i6
2012-08-06 14:21:50 +02:00
Fabien Meghazi 6510cdb047 [ADD] Added breadcrumb history_back. Fix create/discard
bzr revid: fme@openerp.com-20120806091609-1klmk7gwreumwszg
2012-08-06 11:16:09 +02:00
Xavier Morel ff801ce499 [FIX] trailing comma in array literal (creates 'undefined' element in some browsers e.g. IE8)
bzr revid: xmo@openerp.com-20120806075822-az334r7zqf0fljpv
2012-08-06 09:58:22 +02:00
Xavier Morel df53003aea [FIX] unbound variable usage, courtesy of xal
also use $.ui.keyCode rather than hardocded key code, and normalized attribute e.which

bzr revid: xmo@openerp.com-20120806072732-fprp6l8zv1yexk3d
2012-08-06 09:27:32 +02:00
Fabien Meghazi 84f258b4f1 [ADD] Added breadcrumb history_back. Fix create/discard
bzr revid: fme@openerp.com-20120802165440-zl6lonpv7uvw67k6
2012-08-02 18:54:40 +02:00
vta vta@openerp.com adaa03a247 [MERGE] Merged latest trunk.
bzr revid: vta@openerp.com-20120802155941-oomnsjzi43fedpdc
2012-08-02 17:59:41 +02:00
vta vta@openerp.com 88d8b6237d [FIX] add 'oe_highlight' class to the button corresponding the current stage.
bzr revid: vta@openerp.com-20120802155807-fsqkn5b7wkvgwos5
2012-08-02 17:58:07 +02:00
vta vta@openerp.com 74b5da35f1 [FIX] Statusbar buttons completely clickable, disabled current stage button.
bzr revid: vta@openerp.com-20120802135403-eh2jkpu5tp2i2psj
2012-08-02 15:54:03 +02:00
Fabien Meghazi 9c31ba65d9 [FIX] Fixed form's fields autofocus
bzr revid: fme@openerp.com-20120802124909-w4li8dt6y0kktnfh
2012-08-02 14:49:09 +02:00