[FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close...
[odoo/odoo.git] / addons / web / static / src / js / views.js
2012-11-29 Xavier Morel[FIX] if an action descriptor is precisely ``false...
2012-11-29 Xavier Morel[MERGE] from trunk
2012-11-28 Xavier Morel[FIX] sidebar activation: put original context before...
2012-11-28 Xavier Morel[FIX] correctly return deferreds from all action type...
2012-11-27 Xavier Morel[IMP] simplify action handlers: no need to eval_domains...
2012-11-27 Vishmita[FIX]Fixed the issue of raised exception not displayed...
2012-11-26 Xavier Morel[REM] EVALPOCALYPSE PART 2: no more python-side eval
2012-11-26 Xavier Morel[REM] EVALPOCALYPSE PART ONE
2012-11-23 Xavier Morel[REM] server-side eval_domain_and_context
2012-11-22 niv-openerp[FIX] problem with sidebar_eval_context
2012-11-22 Fabien Meghazi[IMP] Move 'Set Defaults' from sidebar's 'More' menu...
2012-11-20 Fabien Meghazi[FIX] Fixed wrong width computing in Dialog. Removed...
2012-11-20 niv-openerp[IMP] allows to specify a specific eval domain in ...
2012-11-20 niv-openerp[FIX] Modified behavior when we click on an action...
2012-11-19 Fabien Meghazi[FIX] push_state() broken after closing a wizard
2012-11-16 Xavier Morel[MERGE] from trunk, fix/adapt some tests
2012-11-15 Fabien Meghazi[FIX] For act window target new, always use a new dialo...
2012-11-15 Fabien Meghazi[FIX] When action returns other value than an action...
2012-11-14 Antony Lesuisse[MERGE] manual merge parts of chs owp
2012-11-14 Christophe Simonis[IMP] add method session.url() to generate correct url
2012-11-14 Fabien Meghazi[FIX] IE does not accept custom button@type attribute
2012-11-14 Xavier Morel[FIX] references to renamed/removed methods in event...
2012-11-13 Xavier Morel[FIX] form shortcuts being somewhat active in listview...
2012-11-13 Christophe Simonis[FIX] do_load_state: highlight right menu when loading...
2012-11-08 Christophe Simonis[FIX] do_load_state: propagate _push_me flag
2012-11-05 Fabien Meghazi[MERGE] trunk (jquery api changes in place then's ...
2012-11-05 Fabien Meghazi[IMP] Client actions now takes the action as argument...
2012-10-30 Fabien Meghazi[IMP] jQuery deferred API changes refactoring. Changed...
2012-10-26 Xavier Morel[IMP] port search test to new framework, add handling...
2012-10-25 Xavier Morel[ADD] first 90% of non-sucky testing API, last 90%...
2012-10-25 niv-openerp[FIX] wrong refactoring about do_switch_view
2012-10-23 Fabien Meghazi[ADD] Add menu_id in url state
2012-10-23 Fabien Meghazi[IMP] Make 'oe_list_cannot_*' css classes generic
2012-10-23 Xavier Morel[IMP] cleanup View.load_view a bit
2012-10-22 Fabien Meghazi[REV] Not my fault afterall.
2012-10-22 Xavier Morel[REM] stuff in list view, may or may not still work...
2012-10-22 niv-openerp[FIX] resolved problem with buttons in views, also...
2012-10-22 Fabien Meghazi[FIX] Forgot two occurencies during do_action() refactoring
2012-10-22 Vishmita[Merge]Merge lp:~openerp-dev/openerp-web/trunk-improve...
2012-10-19 niv-openerp[IMP] Remove some useless code
2012-10-19 niv-openerp[FIX] Problem with wizards: when the dialog is closed...
2012-10-18 vta vta@openerp.com[FIX] Fixed event name.
2012-10-18 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-18 vta vta@openerp.com[FIX] Fixed on_loaded in all different views.
2012-10-18 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-17 Fabien Meghazi[IMP] Make breadcrumb use deferred returned by switch_v...
2012-10-17 Fabien Meghazi[IMP] Use an 'options' dict as second arg for ActionMan...
2012-10-17 Fabien Meghazi[FIX] breadcrumb does not restore url state
2012-10-17 Fabien Meghazi[IMP] Breadcrumb always reload views on history back
2012-10-16 niv-openerp[FIX] removed dirty hack to put buttons in footer of...
2012-10-16 niv-openerp[FIX] modified action manager to use the $buttons of...
2012-10-16 niv-openerp[FIX] small problems in dialog actions
2012-10-15 niv-openerp[IMP] removed on_close in Dialog
2012-10-15 niv-openerp[REVERT] revert commit 3224 because it didn't reproduce...
2012-10-15 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-12 Antony Lesuisse[FIX] client action only serialize scalar values
2012-10-12 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-12 vta vta@openerp.com[IMP] Improved on close code.
2012-10-12 Christophe Simonis[FIX] add option to avoid actions to be pushed as state...
2012-10-12 Vishmita[IMP]replace callenabled for on_loaded
2012-10-12 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-12 Vishmita[FIX]move the trigger function
2012-10-12 vta vta@openerp.com[MERGE] Latest trunk.
2012-10-11 Antony Lesuisse[FIX] revert client action params in url
2012-10-11 Christophe Simonis[FIX] push_state of client actions: push also params
2012-10-11 Vishmita[FIX]Improve code
2012-10-11 Vishmita[FIX]Improve code
2012-10-11 Vidhin Mehta (OpenERP)[IMP]replace callbackenable method.
2012-10-11 Vishmita[IMP]replace callenabled for on_controller_inited
2012-10-10 ggh-openerp[IMP] Remove add_last in on_search method
2012-10-10 Antony Lesuisse[FIX] switch_view
2012-10-10 vta vta@openerp.com[MERGE] Merged trunk-trigger-on_mode_switch.
2012-10-10 vta vta@openerp.com[FIX] Fixed on_mode_switch.
2012-10-09 vta vta@openerp.com[FIX] Fixed on_switch_mode tirggering.
2012-10-09 Vishmita[IMP]replace callenabled for on_mode_switch
2012-10-08 vta vta@openerp.com[FIX] Fixed more r.result issues.
2012-10-06 Antony Lesuisse[MERGE] callback2deferred session.rpc
2012-10-06 Antony Lesuisse[MERGE] callback2deferred dataset.call
2012-10-05 vta vta@openerp.com[FIX] Fixed more r.result issues.
2012-10-04 Fabien Meghazi[ADD] Add on_reverse_breadcrumb callback
2012-10-04 vta vta@openerp.com[FIX] Fixed bug in 'SelectCreatePopup', it didn't retur...
2012-10-03 ggh-openerp[IMP]In rpc method remove callback and modify relate...
2012-10-03 Xavier Morel[IMP] client actions: allow functions, not just widgets
2012-10-03 Xavier Morel[IMP] split code specific to resp. client and window...
2012-10-03 Xavier Morel[REM] weird al stuff nobody understands
2012-09-30 Antony Lesuisse[MERGE] callback2deferred dataset.call_button (and...
2012-09-28 Vidhin Mehta (OpenERP)[IMP]remove callback from exec_workflow method and...
2012-09-28 Vidhin Mehta (OpenERP)[IMP]remove callback from call_button and improve relat...
2012-09-27 Fabien Pinckaers[MERGE] Global attachments are visible only if you...
2012-09-24 Christophe Simonis[FIX] clear breadcrumbs for client actions
2012-09-24 RGA(OpenERP)[IMP] remove attachment from top toolbar, it should...
2012-09-14 Jiten (OpenERP)[FIX] Fix the issue if clear_breadcrumbs is not defined.
2012-09-13 Antony Lesuisse[MERGE] developper mode print workflow for nel
2012-09-13 Jigar Amin - OpenERP[merge] lp:openerp-web
2012-09-12 Fabien Meghazi[FIX] Fixed breadcrumb exception when two breadcrumbs...
2012-09-12 Jigar Amin - OpenERP[FIX] Should not print workflow in non standard views
2012-09-12 Jigar Amin - OpenERP[FIX] Passing right datas and ids to print the report
2012-09-12 Fabien Meghazi[IMP] Crop breadcrumb items
2012-09-12 ajay javiya (OpenERP)[IMP]: Print workflow report
2012-09-11 Bhumi Thakkar (Ope... [IMP] Pass parameter for clear_breadcrumbs with server...
next