Commit Graph

209 Commits

Author SHA1 Message Date
Fabien Meghazi a24d5ee08d [IMP] Improved translate dialog
bzr revid: fme@openerp.com-20110829140839-vr0mvylotmm9w5hg
2011-08-29 16:08:39 +02:00
niv-openerp 7a9ff57a0e [imp] made related work with list view too
bzr revid: nicolas.vanhoren@openerp.com-20110826132835-ex26y5hyti3acgzk
2011-08-26 15:28:35 +02:00
niv-openerp a703147436 [imp] made related work from form view
bzr revid: nicolas.vanhoren@openerp.com-20110826130335-fjt0c5f7s7ug2jdl
2011-08-26 15:03:35 +02:00
niv-openerp 393f146d77 [imp] make related in m2o work
bzr revid: nicolas.vanhoren@openerp.com-20110826124418-d2vw72ulgse75hgh
2011-08-26 14:44:18 +02:00
Xavier Morel 6bb5138f9f [FIX] bugs in shortcuts management: desync between backing collection and DOM, multiple click events on shortcut star
bzr revid: xmo@openerp.com-20110826084758-g08o83wi9eaj3vdl
2011-08-26 10:47:58 +02:00
Xavier Morel 455928127f [FIX] safari/javascriptcore blows up on 'super' because it thinks it's a keyword
bzr revid: xmo@openerp.com-20110825100643-k7nbcla8h38siozr
2011-08-25 12:06:43 +02:00
Xavier Morel d2da68ad8b [FIX] actually fix race condition on listview init: incorrect on_mode_switch override in xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi did not propagate primise from ViewManager's on_mode_switch
bzr revid: xmo@openerp.com-20110825082221-tasmo3je0wu4iw6h
2011-08-25 10:22:21 +02:00
Fabien Meghazi ffeff63fb6 [ADD] Translate dialog (WIP)
bzr revid: fme@openerp.com-20110824151357-nln9mnkw13uyng32
2011-08-24 17:13:57 +02:00
Vidhin Mehta (OpenERP) 6815ad29a8 [merge]Merge trunk upto rev no 849.
bzr revid: vme@tinyerp.com-20110823091043-n044jstpagjbgyfm
2011-08-23 14:40:43 +05:30
Xavier Morel eaf0914e2a [FIX] incompatibility between static home and ActionManager
convert static home to a client action, fix ActionManager's handling of client actions to play correctly with the Widget lifecycle (and clean any client action displayed in case it's switching to an inner act_window)

bzr revid: xmo@openerp.com-20110819143947-29dzerce0d42fhel
2011-08-19 16:39:47 +02:00
Vidhin Mehta (OpenERP) 71b057aa34 [FIX]Fix add remove shortcut problem on switch view and update session.
bzr revid: vme@tinyerp.com-20110819103322-7cph3n3ey7z39gkj
2011-08-19 16:03:22 +05:30
Antony Lesuisse 47e709eb73 [IMP] read_slice fields outside option [] are probably bugs
bzr revid: al@openerp.com-20110818225721-tn1vl2450tbe11d6
2011-08-19 00:57:21 +02:00
Xavier Morel ffae7cb4b3 [MERGE] from trunk
bzr revid: xmo@openerp.com-20110816142515-ohq33zvua5uq8cd3
2011-08-16 16:25:15 +02:00
Xavier Morel d33c95fc45 [IMP] only display shortcut toggle star in case the grandparent of the viewmanager is the WebClient
it's absolutely disgusting, but so far I have not find an other good way to know we're not in a weird place such as a dashboard action, so...

bzr revid: xmo@openerp.com-20110816141236-f95jnr2u9s34ho95
2011-08-16 16:12:36 +02:00
Xavier Morel a2b0a44354 [IMP] use shortcuts list shoved directly into session as the communication channel between stuff adding and removing shortcuts in the viewmanager and the shortcuts list display in the header
no standard cross-elements communication method yet, so...

if there's one one day, it should replace this hodge-podge system. Also need better error handling

bzr revid: xmo@openerp.com-20110816140425-q2a71idlxnhuortb
2011-08-16 16:04:25 +02:00
Xavier Morel e74e307080 [IMP] numerical id => move to data-id, from @id. Also fixes active_id as string which failed to match the numerical id stored, and did not mark the toggler as 'to remove' when opening an action from the corresponding shortcut
bzr revid: xmo@openerp.com-20110816123724-2ti43xqeue3esx3x
2011-08-16 14:37:24 +02:00
Xavier Morel 1d5f8506c8 [IMP] cleanup shortcuts toggle code
bzr revid: xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi
2011-08-16 14:35:10 +02:00
Vidhin Mehta (OpenERP) 5f0eb9e11b [IMP] imporve code and re implement shortcut check functionality
bzr revid: vme@tinyerp.com-20110812123559-va1fumifmld75tdc
2011-08-12 18:05:59 +05:30
Vidhin Mehta (OpenERP) f17f4bbd48 [IMP]checked that shortcut are from either ir.ui.menu or it is tree view
bzr revid: vme@tinyerp.com-20110812071248-y9oqa8t1wx61xciu
2011-08-12 12:42:48 +05:30
Antony Lesuisse 1dea8eff47 [FIX] action where res_id is defined
bzr revid: al@openerp.com-20110811145904-0on11bcatcvg8r3q
2011-08-11 16:59:04 +02:00
Xavier Morel 13c30f7b50 [IMP] avoid altering the dataset's domain and context in place during list view search
bzr revid: xmo@openerp.com-20110811082818-hhgdmn0k10tnbxm4
2011-08-11 10:28:18 +02:00
Antony Lesuisse bb381cb21f [FIX] viewmanageraction set action before _super
bzr revid: al@openerp.com-20110811030309-76p0gev9e2dqng2s
2011-08-11 05:03:09 +02:00
Antony Lesuisse f31d25f556 [IMP] cleanups, session in core, keep a ref to webclient in window.openerp.sessions for debugging
bzr revid: al@openerp.com-20110811024246-g3it6dtrqidzv0rx
2011-08-11 04:42:46 +02:00
Antony Lesuisse 4fc1277932 [FIX] actionmanager ir.action.act_window_close and button special
bzr revid: al@openerp.com-20110811015232-sv31mivmb9zvpszs
2011-08-11 03:52:32 +02:00
Antony Lesuisse c605d7a770 [FIX] actionmanager dialog
bzr revid: al@openerp.com-20110810230213-k9qrjv491tetsaqj
2011-08-11 01:02:13 +02:00
Antony Lesuisse 0b9610e435 [IMP] remove actiondialog
bzr revid: al@openerp.com-20110810192509-isdf1h8vb758r07j
2011-08-10 21:25:09 +02:00
Antony Lesuisse 8faecbd609 [FIX] get rid of null viewmanager
bzr revid: al@openerp.com-20110810132945-lti3ihn58he88ivq
2011-08-10 15:29:45 +02:00
Fabien Meghazi 52ba9d992d [REM] Removed auto open argument from Dialog#start()
bzr revid: fme@openerp.com-20110810120548-697agu5xajf11tvx
2011-08-10 14:05:48 +02:00
Fabien Meghazi d1a5c72972 [FIX] Fixed remaining references to session.action_manager
bzr revid: fme@openerp.com-20110810103836-li6e7kx8tdk52iil
2011-08-10 12:38:36 +02:00
Antony Lesuisse c1191b54ef more nivification of ViewManager
bzr revid: al@openerp.com-20110810015211-mwyex6w9pze8djk2
2011-08-10 03:52:11 +02:00
Antony Lesuisse 8b0443e1a5 open chart of account works
bzr revid: al@openerp.com-20110810013448-agtnui8hmn0hj9xk
2011-08-10 03:34:48 +02:00
Antony Lesuisse bed92070d0 new actwindow logic, widget nivification of viewmanager and actionmanager
bzr revid: al@openerp.com-20110810003857-eqhdu3zz74pkpt5q
2011-08-10 02:38:57 +02:00
Antony Lesuisse e425379520 underscorize action type
bzr revid: al@openerp.com-20110809223115-skydn8n9fc443b9t
2011-08-10 00:31:15 +02:00
Xavier Morel 3e47a488ee [MERGE] from trunk
bzr revid: xmo@openerp.com-20110809145209-y00jwf75mkpi93c6
2011-08-09 16:52:09 +02:00
Xavier Morel 864e850e97 [FIX] set action domain in the SearchDataSet in ViewManagerAction, use that to query the first treeview level
bzr revid: xmo@openerp.com-20110809081136-1q1nowzq4xj4jcwu
2011-08-09 10:11:36 +02:00
Fabien Meghazi e0fdc7078b [FIX] Fixed views options
bzr revid: fme@openerp.com-20110808173230-fdzbdeaegxpnszd1
2011-08-08 19:32:30 +02:00
Fabien Meghazi 6322a565f5 [IMP] Added View#do_switch_view
[REM] Removed references to view_manager out of list view

bzr revid: fme@openerp.com-20110808144120-xlut0922rd61moxc
2011-08-08 16:41:20 +02:00
Xavier Morel a66bbb20fc [MERGE] from trunk
bzr revid: xmo@openerp.com-20110804085516-nz1nelcutywq7gn4
2011-08-04 10:55:16 +02:00
Xavier Morel 4b80238d11 [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110803144244-86s098uqcamwatde
2011-08-03 16:42:44 +02:00
Fabien Meghazi 65b6987364 [ADD] Debug xml view plugged to "Manage Views" sidebar option
bzr revid: fme@openerp.com-20110803084250-0hrrd7b3bnjf573q
2011-08-03 10:42:50 +02:00
niv-openerp 795916ea2a [fix] forgot call to parent start() in viewManager
bzr revid: nicolas.vanhoren@openerp.com-20110729140106-et5tlhkfk90tzbxh
2011-07-29 16:01:06 +02:00
Fabien Meghazi 506e483974 [IMP] Integrate import into sidebar. Use fields_get instead of parsing views.
bzr revid: fme@openerp.com-20110728161853-21ml7wc7kgtfha45
2011-07-28 18:18:53 +02:00
Fabien Meghazi e71bb13c01 [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110728161638-mfqq72naijtd21fg
2011-07-28 18:16:38 +02:00
Fabien Meghazi 64922add3a [IMP] Improve sidebar
bzr revid: fme@openerp.com-20110728151545-2fsy941wjznod4q8
2011-07-28 17:15:45 +02:00
niv-openerp 8e8ca695cb [imp] changed Controller to Widget and BaseWidget to OldWidget
bzr revid: nicolas.vanhoren@openerp.com-20110728144912-t3kml1yo8gt261ga
2011-07-28 16:49:12 +02:00
Fabien Meghazi 0b04e6fa34 [FIX] Renamed export module to data_export. export is a javascript reserved word thus causing problems with safari
bzr revid: fme@openerp.com-20110728112013-lmo06h75r0xqipbo
2011-07-28 13:20:13 +02:00
Yogesh (OpenERP) ebe00f7292 [MERGE] Merge with trunk upto revision no 698.
bzr revid: ysa@tinyerp.com-20110728052248-5z3nuv4t8f77haj9
2011-07-28 10:52:48 +05:30
Fabien Meghazi 25af6f34c0 [FIX] Fix dialog close problems
bzr revid: fme@openerp.com-20110727150542-ta6ewb3kji993oh1
2011-07-27 17:05:42 +02:00
Fabien Meghazi 5ca8686fcc [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110727114430-kzyiq9avv2kur1zm
2011-07-27 13:44:30 +02:00
Fabien Meghazi d0234fa5dd [IMP] new Sidebar controller
Now, the views are responsible of the management of their own sidebar.
There is one sidebar per view.
The viewmanager creates the divs for each sidebar (as it does for each view).
The new Sidebar controller allows custom section with their own controller.

bzr revid: fme@openerp.com-20110726210005-xyalvw764y2xhvte
2011-07-26 23:00:05 +02:00