Launchpad automatic translations update.
[odoo/odoo.git] / addons / web /
2011-12-13 Xavier Morel[FIX] o2m uses weird class sets
2011-12-13 Olivier Dony[MERGE] Use the new authenticate() API instead of login()
2011-12-13 Antony Lesuisse[IMP] chrome small cleanups
2011-12-13 Xavier Morel[FIX] Ignore @invisible field spec on group titles...
2011-12-13 Xavier Morel[FIX] indentation of terminal groups in group_by_no_leaf
2011-12-13 Xavier Morel[IMP] remove deferred stack
2011-12-13 Christophe Simonis[FIX] menu loading after immediate install of modules
2011-12-13 Xavier Morel[IMP] merge title of o2m list view into list header
2011-12-13 Fabien Meghazi[FIX] Widget Paragraph not wrapping
2011-12-13 Antony Lesuisse[FIX] url handling
2011-12-13 Antony Lesuisse[FIX] logout, reload
2011-12-13 Xavier Morel[FIX] progress values in group headers
2011-12-13 Xavier Morel[FIX] columns filtering in group headers
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-13 Christophe Simonis[FIX] do not call hashchange event when pushing state
2011-12-13 Fabien Meghazi[FIX] Fixed sidebar padding problem
2011-12-13 Fabien Meghazi[FIX] Fix date widgets styling
2011-12-13 Xavier Morel[FIX] vertical positioning of icon in searchview date...
2011-12-13 Christophe Simonis[FIX] remove unused functions
2011-12-13 Xavier Morel[FIX] missing confirmation message handling on listview...
2011-12-13 Xavier Morel[FIX] incorrect positioning of date/time picker trigger...
2011-12-12 Christophe Simonis[IMP] limit the hash managment to the actionmanager...
2011-12-12 Xavier Morel[IMP] remove annoying useless logging
2011-12-12 Xavier Morel[FIX] don't lose indentations and explicit line breaks...
2011-12-12 niv-openerp[imp] added some jquery deferred tools
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 Xavier Morel[FIX] correctly format group header values
2011-12-12 Xavier Morel[FIX] parsing of UTC datetime data from server
2011-12-12 Xavier Morel[FIX] positioning of datetime widget trigger button...
2011-12-12 Antony Lesuisse[IMP] action ir.ui.menu
2011-12-12 Xavier Morel[FIX] incorrect clearing of date-related search fields...
2011-12-12 Yogesh (OpenERP)[FIX] use set_value method instead of direct assign...
2011-12-11 Antony Lesuisse[REM] revert arrow navigation in editable list (postponed)
2011-12-12 Xavier Morel[FIX] regenerate action's views key if it is empty...
2011-12-12 Fabien Meghazi[ADD] action.flags.default_view defines default view...
2011-12-10 Launchpad Translat... Launchpad automatic translations update.
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 Yogesh (OpenERP)[FIX] clear value of date and datetime widget in search...
2011-12-09 Xavier Morel[IMP] stop hiding left menu
2011-12-09 Antony Lesuisse[FIX] menu disapear
2011-12-09 Xavier Morel[EXT] extract translatable strings to pot files
2011-12-09 Xavier Morel[IMP] use <button> instead of <input type='submit|reset...
2011-12-09 Vidhin Mehta (OpenERP)[MERGE]merge with main branch.
2011-12-09 Vidhin Mehta (OpenERP)[IMP]improved code.
2011-12-09 Launchpad Translat... Launchpad automatic translations update.
2011-12-08 Antony Lesuisse[MERGE] customer flow, ApplicationInstaller and Applica...
2011-12-08 Fabien Meghazi[FIX] Stupid fme
2011-12-08 Fabien Meghazi[REV] We always want the debug View button, even if...
2011-12-08 Xavier Morel[IMP] restrict drag&drop of list elements to the list...
2011-12-08 Fabien Meghazi[IMP] Add action buttons to debug view editing popup
2011-12-08 Xavier Morel[ADD] editable list navigation via KEY_UP and KEY_DOWN
2011-12-08 Vaibhav (OpenERP)[FIX] ListView drag&drop within parent bound.
2011-12-08 Xavier Morel[IMP] ListView#save_row internals by taking advantage...
2011-12-08 Xavier Morel[IMP] API for ListView#save_row (better use returned...
2011-12-08 Fabien Meghazi[FIX] Fix problem with reference field. Field is not...
2011-12-08 Antony Lesuisse[MERGE] tiles style
2011-12-08 Xavier Morel[FIX] have readonly m2m fields open their form popup...
2011-12-08 Xavier Morel[IMP] move page widgets to an openerp.web.page namespac...
2011-12-08 Xavier Morel[ADD] page view reference field
2011-12-08 Xavier Morel[IMP] editable list UI
2011-12-08 Vidhin Mehta (OpenERP)[fix]fix code according to suggestion.
2011-12-07 Xavier Morel[ADD] special case: creating a record from list goes...
2011-12-07 Fabien Meghazi[FIX] Shortcut icon + Process view button shall honor...
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 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 Antony Lesuisse[IMP] remove yield easier debug
2011-12-07 Xavier Morel[FIX] creation button in list view
2011-12-07 Fabien Meghazi[FIX] Translate icon is wrapped down
2011-12-07 Vidhin Mehta (OpenERP)[merge]merge with main branch.
2011-12-07 Vidhin Mehta (OpenERP)[fix]fix code.
2011-12-07 Fabien Meghazi[FIX] Disable tooltip when clicking on action buttons
2011-12-07 niv-openerp[imp] improved menu disapearance
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[FIX] have readonly m2o links open forms in readonly...
2011-12-07 Xavier Morel[ADD] push/pop API for views
2011-12-07 Xavier Morel[ADD] page view
2011-12-07 Xavier Morel[FIX] use page view in readonly o2ms, readonly form...
2011-12-07 Xavier Morel[MERGE] trunk
2011-12-07 Fabien Meghazi[FIX] ViewManager should trigger SearchView#do_search...
2011-12-07 Vidhin Mehta (OpenERP)[fix]disable create button.
2011-12-07 Launchpad Translat... Launchpad automatic translations update.
2011-12-06 Fabien Meghazi[ADD] Add support for custom arguments in View#do_execu...
2011-12-06 Fabien Meghazi[FIX] Dataset#callbutton: assume the last argument...
2011-12-06 Fabien Meghazi[ADD] Added deferred for view manager controllers
2011-12-06 Xavier Morel[FIX] py.js tokenizer: numbers can have a dot in them
2011-12-06 Xavier Morel[FIX] records disappearing from sequenceable list views...
2011-12-06 Fabien Meghazi[FIX] Fixed view_manager double do_search triggering
2011-12-06 Xavier Morel[FIX] correctly send context during graph's fields_get
2011-12-06 Xavier Morel[FIX] defer actually writing the resequencing of a...
2011-12-06 Launchpad Translat... Launchpad automatic translations update.
next