[FIX] Translate dialog, set dirty flag after set value
[odoo/odoo.git] / addons / web / static / src / js / views.js
2012-02-14 Fabien Meghazi[FIX] Translate dialog, set dirty flag after set value
2012-02-14 Fabien Meghazi[FIX] Fixed translation concurrent update + wrong conte...
2012-02-14 Xavier Morel[FIX] correctly evaluate and use context in logs
2012-02-10 Jiten (OpenERP)[Merge] Merge from openerp-web.
2012-02-09 Vidhin Mehta (OpenERP)[REM]Remove custmiztion object functionality.
2012-02-08 Xavier Morel[ADD] UI for set_default in form view sidebar
2012-02-01 Fabien Meghazi[FIX] Do not FormView#do_show() twice on cold do_load_s...
2012-01-31 Antony Lesuisse[FIX] restore support for session action used by edi
2012-01-27 Antony Lesuisse[FIX] always show model in url
2012-01-25 Xavier Morel[IMP] only set auto_search on flags if not already...
2012-01-25 Xavier Morel[FIX] front page kanban: incorrect boolean conversion...
2012-01-25 niv-openerp[merge]
2012-01-24 niv-openerp[merge]
2012-01-24 niv-openerp[imp] removed identifier_prefix
2012-01-24 niv-openerp[imp] removed bunch of old stuff in widget
2012-01-24 Fabien Meghazi[ADD] Added View Log (perm_read) option in debug select box
2012-01-24 niv-openerp[fix] problem in Widget
2012-01-24 Xavier Morel[FIX] typo in comment
2012-01-24 Xavier Morel[IMP] add a 'default' key to 'on_prev_view' so switcher...
2012-01-20 niv-openerp[merge]
2012-01-19 Xavier Morel[FIX] correctly display crash manager in case of report...
2012-01-18 Xavier Morel[FIX] re-add auto_search
2012-01-18 niv-openerp[imp] setup new gantt view
2012-01-13 Xavier Morel[FIX] missing translation marks
2012-01-13 Xavier Morel[IMP] move fields_get display from process view to...
2012-01-13 Christophe Simonis[IMP] handle session actions
2012-01-11 Xavier Morel[IMP] attach old callback to webclient reloading
2012-01-11 Fabien Meghazi[REM] Refactored Dataset. Removed callbacks for #read_i...
2012-01-11 Fabien Meghazi[IMP] Refactored web.Dialog (again)
2012-01-10 Fabien Meghazi[IMP] More dataset refactoring
2012-01-10 Fabien Meghazi[IMP] Refactored Dataset#read_ids usage
2012-01-10 Fabien Meghazi[IMP] Improved debug options
2012-01-10 Fabien Meghazi[FIX] Fixed action target new dialog sticky titles
2012-01-09 Fabien Meghazi[IMP] After creating a record from dashboard we should...
2012-01-09 Fabien Meghazi[IMP] Do not show view manager title in dialogs
2012-01-05 Vaibhav (OpenERP)[FIX] view switcher for dashboard creatable record.
2011-12-30 Antony Lesuisse[IMP] Edit workflow button
2011-12-30 Antony Lesuisse[MERGE] style improvement by ahu
2011-12-23 Antoine Huvelle[merge]
2011-12-22 Antoine Huvelle[imp] displaying/hiding oe-view-manager-logs
2011-12-22 Xavier Morel[IMP] reselect right menu item after reloading the...
2011-12-22 Antoine Huvelle[merge] merge proposal soon refused
2011-12-22 Antoine Huvelle[imp] modifications in view.js: giving 100% height...
2011-12-22 Vaibhav (OpenERP)[FIX] wizard action,manage view should not display...
2011-12-22 Fabien Meghazi[IMP] Make action manager 100% in order to let sidebar...
2011-12-21 Fabien Meghazi[ADD] Add resize_textarea option to FirmView and use...
2011-12-21 Xavier Morel[FIX] reload form (and list) views after sidebar actions
2011-12-21 Christophe Simonis[FIX] handle model in url
2011-12-21 Antony Lesuisse[IMP] action with menu_id
2011-12-21 Christophe Simonis[FIX] only append "Search" prefix if view has search...
2011-12-20 Xavier Morel[FIX] add a flag to action descriptors to know when...
2011-12-20 Christophe Simonis[FIX] show/hide views when there are loaded
2011-12-16 Xavier Morel[ADD] translatable name to views
2011-12-15 Christophe Simonis[IMP] handle url for list views
2011-12-15 Christophe Simonis[FIX] url handling of record id
2011-12-15 Antony Lesuisse[MERGE] trunk
2011-12-15 Xavier Morel[IMP] mark a bunch of dialog stuff as exportable (mostl...
2011-12-15 Xavier Morel[IMP] mark a bunch of dialog stuff as exportable (mostl...
2011-12-14 Antony Lesuisse[MERGE] url rework
2011-12-14 Antony Lesuisse[FIX] working urls
2011-12-14 Antony Lesuisse[FIX] working urls
2011-12-14 Antony Lesuisse[MERGE] trunk
2011-12-14 Antony Lesuisse[MERGE] trunk
2011-12-14 Antony Lesuisse[IMP] factorise View.do_show do_hide
2011-12-14 Antony Lesuisse[IMP] factorise View.do_show do_hide
2011-12-14 niv-openerp[imp] now closes dialogs when using client actions
2011-12-14 niv-openerp[imp] now closes dialogs when using client actions
2011-12-14 Christophe Simonis[WIP] better url management, only views are allowed...
2011-12-14 Christophe Simonis[WIP] better url management, only views are allowed...
2011-12-14 Fabien Meghazi[IMP] Move flags to ViewManager level so it can be...
2011-12-14 Fabien Meghazi[IMP] Move flags to ViewManager level so it can be...
2011-12-13 Antony Lesuisse[FIX] url handling
2011-12-13 Fabien Meghazi[IMP] Improved view debugging
2011-12-13 Antony Lesuisse[IMP] url handling by chs
2011-12-13 Christophe Simonis[FIX] remove unused variable
2011-12-13 Christophe Simonis[FIX] cleanup do_load_state methods
2011-12-12 Christophe Simonis[IMP] limit the hash managment to the actionmanager...
2011-12-12 Christophe Simonis[FIX] cleaning url managment
2011-12-12 Xavier Morel[FIX] correctly take in account default group_by (from...
2011-12-12 Antony Lesuisse[IMP] action ir.ui.menu
2011-12-12 Fabien Meghazi[ADD] action.flags.default_view defines default view...
2011-12-09 Christophe Simonis[IMP] fire the bbq
2011-12-09 Xavier Morel[FIX] failure to switch view due to switching to a...
2011-12-09 Vidhin Mehta (OpenERP)[IMP]used pipe instead of then,
2011-12-09 Vidhin Mehta (OpenERP)[MERGE]merge with main branch.
2011-12-09 Vidhin Mehta (OpenERP)[IMP]improved code.
2011-12-08 Fabien Meghazi[IMP] Add action buttons to debug view editing popup
2011-12-08 Vidhin Mehta (OpenERP)[fix]fix code according to suggestion.
2011-12-07 Fabien Meghazi[IMP] Raise console.error when no action.type defined
2011-12-07 Fabien Meghazi[IMP] Update special case for dashboard
2011-12-07 Xavier Morel[ADD] special case: creating a record from list goes...
2011-12-07 Fabien Meghazi[IMP] Debug "Edit Model" --> Sidebar "Customize Object"
2011-12-07 Fabien Meghazi[IMP] Improved debugging infos in sidebar and for debug...
2011-12-07 Fabien Meghazi[FIX] Removed unused code
2011-12-07 Vidhin Mehta (OpenERP)[merge]merge with main branch.
2011-12-07 Vidhin Mehta (OpenERP)[fix]fix code.
2011-12-07 Xavier Morel[IMP] hide res.log messages when doing view switches...
2011-12-07 niv-openerp[imp] changed behavior when clicking on a root menu...
2011-12-07 Xavier Morel[ADD] push/pop API for views
2011-12-07 Xavier Morel[ADD] page view
next