[imp] mado o2m compatible with graph view
[odoo/odoo.git] / addons / web /
2011-10-07 niv-openerp[imp] mado o2m compatible with graph view
2011-10-07 Olivier Dony[I18N] update PO templates for all addons after enablin...
2011-10-07 Xavier Morel[FIX] search selection default value in case no default...
2011-10-07 Xavier Morel[FIX] correctly update pager when adding a new record...
2011-10-07 Xavier Morel[ADD] update pager on record deletion
2011-10-06 Xavier Morel[IMP] modules have quite a number of fields we don...
2011-10-06 Xavier Morel[IMP] use sets for modules to load instead of value...
2011-10-06 Xavier Morel[FIX] clear in search views should clear small filters...
2011-10-06 Xavier Morel[FIX] correctly handle 'false' value on selection fields
2011-10-06 Antony Lesuisse[FIX] compute modules list fixed
2011-10-06 Fabien Meghazi[FIX] Confirmation dialog buttons won't close the dialog
2011-10-06 Fabien Meghazi[FIX] Button@special=cancel should not trigger form...
2011-10-06 Xavier Morel[FIX] make m2o form fields focusable
2011-10-06 Xavier Morel[FIX] duplicated element_class on form widgets (on...
2011-10-06 Xavier Morel[FIX] selection field value in case there's no value...
2011-10-06 Xavier Morel[FIX] don't screw up typing of selection values in...
2011-10-06 Xavier Morel[FIX] forgot to filter installed modules outside
2011-10-06 Fabien Meghazi[FIX] m2o: Search More cause a traceback. (views now...
2011-10-06 Fabien Meghazi[FIX] 'Select' button for file upload not working in...
2011-10-06 Xavier Morel[FIX] originally correct to-be-merged code broken durin...
2011-10-06 Xavier Morel[FIX] m2o fields with selection widget in search view
2011-10-05 Antony Lesuisse[FIX] forgot to add xml2json.py
2011-10-05 Antony Lesuisse[IMP] cleanup of web.common
2011-10-05 Antony Lesuisse[MERGE] fixmodloading by chs
2011-10-05 Fabien Meghazi[FIX] Fixed addons path for binaries. Improved placeholder.
2011-10-05 Fabien Meghazi[FIX] Do not compute modifiers for aggregates in list...
2011-10-05 Antony Lesuisse[IMP] set module category to Hidden
2011-10-05 Xavier Morel[REV] 1150, broke filter_domain in case of empty field
2011-10-05 Xavier Morel[FIX] viewmanageraction loading: auto_search is the...
2011-10-05 Xavier Morel[FIX] handling of value and default domain in search m2o
2011-10-05 Fabien Meghazi[FIX] When reaching ir_actions_act_window_close without...
2011-10-05 Christophe Simonis[FIX] correct module loading in local mode
2011-10-05 Fabien Meghazi[IMP] Improved styling of labels
2011-10-04 niv-openerp[fix] just return a promise where necessary
2011-10-04 Xavier Morel[IMP] use .children(selector) rather than .find('>...
2011-10-04 Xavier Morel[FIX] stupidity: if insert a line in a list with more...
2011-10-04 Xavier Morel[FIX] correctly handle insertion in empty editable...
2011-10-04 Xavier Morel[FIX] insertion position of new lines (in editable...
2011-10-04 Xavier Morel[FIX] correctly call form field's update_dom in all...
2011-10-04 Xavier Morel[FIX] have form widget elements behave correctly in...
2011-10-04 Xavier Morel[FIX] re-rendering of a given list's row (e.g. onchange...
2011-10-04 Xavier Morel[FIX] don't perform a search_read when switching view...
2011-10-04 Valentin Lab[imp] more efficient selector.
2011-10-04 Fabien Meghazi[MERGE] ViewManager now triggers do_search() in on_mode...
2011-10-04 Xavier Morel[IMP] move fetching notebook page widget into form...
2011-10-04 Fabien Meghazi[FIX] Save last search before triggering do_search
2011-10-04 Valentin Lab[imp] notebookpage is now in registry also.
2011-10-04 Valentin Lab[fix] use a more solid selector to get $element
2011-10-04 Vaibhav (OpenERP)[FIX] Need to Update Pager after delete record.
2011-10-03 Fabien Meghazi[FIX] Fixed error for sidebar-less embedded list views
2011-10-03 Fabien Meghazi[FIX] Fixed error for sidebar-less embedded list views
2011-10-03 Fabien Meghazi[MERGE] Merge with trunk
2011-10-03 Fabien Meghazi[IMP] Viewmanager sets dataset's domain & context on_search
2011-10-03 Xavier Morel[FIX] open/close listview sidebar based on records...
2011-10-03 Xavier Morel[FIX] open/close listview sidebar based on records...
2011-10-03 Xavier Morel[FIX] double-load on successful login
2011-10-03 Xavier Morel[FIX] double-load on successful login
2011-10-03 Xavier Morel[FIX] al hacks
2011-10-03 Xavier Morel[FIX] al hacks
2011-10-03 kbh[FIX] Minor change in issue of open sidebar on checked...
2011-10-03 kbh[FIX] Minor change in issue of open sidebar on checked...
2011-10-03 kbh[FIX] change in listview for sidebar.
2011-10-03 kbh[FIX] change in listview for sidebar.
2011-10-01 Antony Lesuisse[FIX] dont use werkzeug.urls not available in 0.5 ...
2011-09-30 Antony Lesuisse[IMP] deprecate web_preload in favor of --load, server_...
2011-09-30 niv-openerp[imp] disable buttons in form views during the executio...
2011-09-30 niv-openerp[fix] problem with o2m displaying clickable button...
2011-09-30 Xavier Morel[FIX] don't break when @colors end with a semicolon
2011-09-30 niv-openerp[fix] lot of potential problems when we change somethin...
2011-09-30 niv-openerp[imp] removed some useless parameters in the openerp...
2011-09-30 Xavier Morel[ADD] readonly & movable form view
2011-09-29 niv-openerp[fix] error message when login invalid broken
2011-09-29 niv-openerp[fix] problem in database when creating a new database
2011-09-29 Xavier Morel[IMP] shave ~190ms off of *big* listview rendering...
2011-09-29 Fabien Meghazi[FIX] si la vue est pas searchable on va appeler 'this...
2011-09-29 Xavier Morel[ADD] evaluator proof of concept: colors in list rows
2011-09-29 Xavier Morel[ADD] atom context keys (uid and current_date) to evalu...
2011-09-29 Xavier Morel[IMP] update py.parse to 0.2
2011-09-29 niv-openerp[imp] now uses a global connector for connection to...
2011-09-29 Fabien Meghazi[IMP] Search also when controller is not yet instanciate
2011-09-29 Fabien Meghazi[MERGE] Merge with trunk
2011-09-29 Fabien Meghazi[FIX] Introduced a bug in last commit
2011-09-29 Fabien Meghazi[IMP] Fixed list view in order to support new do_search
2011-09-29 niv-openerp[imp] synch with client lib
2011-09-29 Fabien Meghazi[FIX] Forgot to merge dataset domain and contexts
2011-09-29 Yogesh (OpenERP)[FIX] fix problem of select button on binary field...
2011-09-29 Fabien Meghazi[IMP] Evaluate domain and context in viewmanager
2011-09-29 Xavier Morel[FIX] match first form header only so that we get the...
2011-09-29 Fabien Meghazi[FIX] Only trigger do_search on searchable controllers
2011-09-29 Xavier Morel[IMP] cleanup and simplify graph view implementation...
2011-09-28 Antony Lesuisse[FIX] consider typeless action as ir.actions.act_window...
2011-09-28 Antony Lesuisse[FIX] remove openerpdispatch openerlib need to catch...
2011-09-28 niv-openerp[fix] problem with context keys not passed correctly...
2011-09-28 Fabien Meghazi[IMP] The views do not have to search manually on do_sh...
2011-09-28 Fabien Meghazi[FIX] Only trigger do_search when controller is ready
2011-09-28 Fabien Meghazi[IMP] Search view can be initialized in ViewManager...
2011-09-28 niv-openerp[imp] refactoring to improve the way the components...
2011-09-28 Fabien Meghazi[IMP] trigger do_search on_mode_switch. Use headless...
2011-09-28 niv-openerp[fix] problem with al making refactorings like a baraki...
2011-09-28 niv-openerp[fix] problem in o2m, not restoring correctly the statu...
next