Launchpad automatic translations update.
[odoo/odoo.git] / addons / web /
2011-10-14 Christophe Simonis[FIX] typo
2011-10-14 niv-openerp[imp] raise more useful error message when a context...
2011-10-14 Xavier Morel[FIX] correctly propagate the action_data context ...
2011-10-14 Xavier Morel[FIX] method call invocation indentation
2011-10-14 Xavier Morel[FIX] m2o values display in list views (mostly under...
2011-10-14 Antony Lesuisse[MERGE] notification cleanups by chs
2011-10-13 Antony Lesuisse[FIX] soft reload after module installation
2011-10-13 Christophe Simonis[IMP] do_notify and do_warn bubble the messages to...
2011-10-13 Christophe Simonis[IMP] Notification Widget is now a singleton
2011-10-13 Fabien Meghazi[FIX] Problem with action buttons in form views opened...
2011-10-13 Xavier Morel[FIX] when performing name_get on m2o fields being...
2011-10-13 Xavier Morel[FIX] incorrect BufferedDataSet behavior when reading...
2011-10-13 Xavier Morel[REV] xmo@openerp.com-20111013112755-krf9y5w232ol6r1e...
2011-10-13 Xavier Morel[FIX] excessive coherence between BufferedDataSet cache...
2011-10-13 Xavier Morel[FIX] inconsistency between multiple m2o fields to...
2011-10-13 niv-openerp[fix] When we click a button in a m2o popup it closes...
2011-10-13 Xavier Morel[FIX] BufferedDataSet to not break the m2o read contrac...
2011-10-13 Xavier Morel[FIX] BufferedDataSet to not break the m2o read contrac...
2011-10-13 Christophe Simonis[IMP] nivification of Notification Widget
2011-10-13 Xavier Morel[FIX] FormView.on_saved should resolve on a result...
2011-10-13 niv-openerp[fix] buttons do not use an evalutation context despite...
2011-10-13 Christophe Simonis[FIX] do no load the menu until a session is active
2011-10-13 Christophe Simonis[IMP] allow controller functions to return werkzeug...
2011-10-12 niv-openerp[fix] rare problem in o2m
2011-10-12 niv-openerp[fix] problem in delivery orders, when trying to click...
2011-10-12 Xavier Morel[IMP] make Registry.get_any faster
2011-10-12 niv-openerp[fix] rollbacked previous fix regarding save of o2m...
2011-10-12 niv-openerp[imp] modified form view to really have on_changes...
2011-10-12 niv-openerp[imp] lot of concurrency improvements for form view
2011-10-12 niv-openerp[fix] fixed rare problem in the o2m when we try to...
2011-10-12 Fabien Meghazi[MERGE] Allow overwrite of default dbname and login...
2011-10-12 Fabien Meghazi[MERGE] Change the way the sections and items are added...
2011-10-12 Christophe Simonis[FIX] hum hum
2011-10-12 Xavier Morel[ADD] display of selection fields in format_value
2011-10-12 Christophe Simonis[FIX] translation of attachment and calendar sidebar...
2011-10-12 Christophe Simonis[IMP] _t() sidebar
2011-10-12 Christophe Simonis[FIX] explicitly provide the code of sidebar sections
2011-10-12 Launchpad Translat... Launchpad automatic translations update.
2011-10-11 Antony Lesuisse[IMP] merged application tile with default home
2011-10-11 Antony Lesuisse[IMP] openerplib exception handling step1
2011-10-11 niv-openerp[fix] problem with form view, does not prevent multiple...
2011-10-12 Fabien Meghazi[IMP] Added condition for menu reloading
2011-10-12 Xavier Morel[FIX} incorrect condition for not going into colors...
2011-10-12 Fabien Meghazi[IMP] Reload menu after installation wizardsi
2011-10-12 Fabien Meghazi[FIX] Menus, manual triggering of menus does not work...
2011-10-12 niv-openerp[fix] occasional problem when a form try to validate...
2011-10-12 niv-openerp[fix] problem with get_value() on o2m when it is called...
2011-10-12 Xavier Morel[FIX] remove default_home entirely
2011-10-12 niv-openerp[fix] forgot to return promise in the do_save() of...
2011-10-11 Fabien Meghazi[FIX] Remove bad undefined value returned instead of...
2011-10-11 Fabien Meghazi[FIX] Fixed float menus toggler under firefox
2011-10-11 Fabien Meghazi[FIX] Fixed buttons overlapping when shrinking firefox...
2011-10-11 Fabien Meghazi[FIX] Fixed list view's progress bar floating on the...
2011-10-11 Fabien Meghazi[IMP] Form frame : Force nolabel='1' when widget='statu...
2011-10-11 Xavier Morel[IMP] copy colorization code from listview to treeview
2011-10-11 Fabien Meghazi[FIX] Fix form frame float in firefox
2011-10-11 Fabien Meghazi[FIX] m2o of reference fields does not seem working
2011-10-11 Launchpad Translat... Launchpad automatic translations update.
2011-10-10 Antony Lesuisse[FIX] revert 1200 revid:fme@openerp.com-20111010150811...
2011-10-10 Antony Lesuisse[FIX] ignore invalid url hashchanges
2011-10-10 Fabien Meghazi[IMP] Bring dashboard styling from trunk-style branch
2011-10-10 niv-openerp[fix] problem in idea view
2011-10-10 niv-openerp[fix] dirty fix of the problem with list views in o2m
2011-10-10 niv-openerp[imp] removed asynchronous operations in buffered datas...
2011-10-10 Fabien Meghazi[IMP] Added display_title in action flags. ViewManager...
2011-10-10 Fabien Meghazi[FIX] Fixed visibility of binary fields buttons
2011-10-10 niv-openerp[fix] problem in o2m when using "save & next"
2011-10-10 niv-openerp[fix] forgot some things
2011-10-10 niv-openerp[imp] improved conceptually the preceding fix regarding o2m
2011-10-10 Christophe Simonis[IMP] change the way the sections and items are added...
2011-10-10 Christophe Simonis[IMP] allow overwrite of default dbname and login from...
2011-10-10 Fabien Meghazi[FIX] Dashboard are dulicated after undo
2011-10-10 niv-openerp[fix] quick fix of the regression in o2m to make it...
2011-10-10 niv-openerp[fix] problem with some domains that need evaluation
2011-10-10 niv-openerp[fix] some bugs with m2o & buttons while creation
2011-10-10 niv-openerp[imp] improved popup for m2o to support usage of button...
2011-10-09 Launchpad Translat... Launchpad automatic translations update.
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
next