[FIX] ir.actions.todo are now unskippable
[odoo/odoo.git] / addons / base /
2011-07-11 Fabien Meghazi[IMP] Basic implementation of FormView.stop()
2011-07-11 Fabien Meghazi[FIX] WidgetFrame fetches fields_view.fields property...
2011-07-11 Fabien Meghazi[FIX] Notebook page does not honnor modifiers
2011-07-11 Xavier Morel[IMP] avoid having deletion and selection columns take...
2011-07-11 Xavier Morel[FIX] explicitly pass a list of fields to read_group...
2011-07-11 Fabien Meghazi[IMP] Dates widget not really disabled (was still possi...
2011-07-11 Fabien Meghazi[FIX] Some client's default values did not set touched...
2011-07-08 Xavier Morel[IMP] add basic display for float_time and progress...
2011-07-08 Xavier Morel[FIX] rendering of m2o selections after edition in...
2011-07-08 Xavier Morel[FIX] the keyup event using the return key on a selecti...
2011-07-08 Xavier Morel[IMP] correctly use underscore, remove 4 useless lines
2011-07-07 niv-openerp[fix] small problem in field selection
2011-07-07 Fabien Meghazi[REM] Removed use of attrs and replaced it with modifiers
2011-07-07 niv-openerp[fix] many problems in selection fields, not handling...
2011-07-07 Fabien Meghazi[FIX] Always open action target=current in new tab...
2011-07-07 Xavier Morel[IMP] row(s) removal in list views: don't reload the...
2011-07-07 Fabien Meghazi[REM] Removed use of attrs and replaced it with modifiers
2011-07-07 niv-openerp[fix] some concurrency problem with o2m & m2m
2011-07-07 Fabien Meghazi[ADD] Added form widget integer
2011-07-07 niv-openerp[imp] desactivated stupid hello module
2011-07-06 Xavier Morel[MERGE] list pagination branch
2011-07-06 Xavier Morel[FIX] groupby, broken at revision nicolas.vanhoren...
2011-07-05 niv-openerp[fix] small fix for non-logical state in search view
2011-07-04 Xavier Morel[FIX] value-content tests on set_value for some widgets
2011-07-04 niv-openerp[imp] removed checkbox to save password in login page
2011-07-04 niv-openerp[imp] cosmetic change in filters
2011-07-04 niv-openerp[fix] changed domain handling in select create popup...
2011-07-04 niv-openerp[imp] small cosmetic improvements in m2o
2011-07-04 niv-openerp[imp] made o2m & m2m non multi selectable
2011-07-04 niv-openerp[imp] minor: changed level of some logging
2011-07-04 niv-openerp[fix] fixed some problem with on_change and warnings
2011-07-04 niv-openerp[fix] problem with context handling in on_change when...
2011-07-04 niv-openerp[fix] warning message in form not handling correctly...
2011-07-04 niv-openerp[fix] problem with on_change and parent
2011-07-04 niv-openerp[fix] problem with on_change and contexts
2011-07-04 niv-openerp[fix] small bug with o2m & editable lists
2011-07-01 niv-openerp[fix] possible issue with rpc
2011-07-01 niv-openerp[imp] refactoring related to the usage of dataset.context
2011-07-01 niv-openerp[fix] removed team song ;(
2011-07-01 niv-openerp[imp] added context handling in m2m
2011-07-01 niv-openerp[fix] forgot on_ui_change in m2m
2011-06-30 Fabien Meghazi[FIX] Need time & datetime modules for evaluation
2011-06-30 Fabien Meghazi[FIX] Date form widgets does not handle readonly property
2011-06-30 niv-openerp[merge]
2011-06-30 niv-openerp[imp] reverted some code removed for on_change
2011-06-30 Fabien Meghazi[FIX] on_change result set the fields values but does...
2011-06-30 niv-openerp[merge]
2011-06-30 niv-openerp[imp] small bug in onchange and o2m
2011-06-30 Fabien Meghazi[FIX] Fixed on_change warning
2011-06-30 niv-openerp[imp] removed useless additional code in o2m
2011-06-30 niv-openerp[imp] removed warning in o2m
2011-06-30 Xavier Morel[FIX] act_window actions not coming from the db and...
2011-06-30 Xavier Morel[ADD] support for server actions
2011-06-29 niv-openerp[imp] made o2m capable of giving a correct value for...
2011-06-29 niv-openerp[imp] added possibility to set value of a one2many...
2011-06-29 Xavier Morel[IMP] let non-act_window actions pass through unmoleste...
2011-06-29 niv-openerp[imp] refactored dataset to use get_context()
2011-06-29 niv-openerp[imp] refactored dataset to use get_context()
2011-06-29 Xavier Morel[IMP] use type void instead of null for jsdoc annotations
2011-06-29 Xavier Morel[FIX] typos in python code
2011-06-29 niv-openerp[merge]
2011-06-29 niv-openerp[imp] made some modifications in rpc() that could possi...
2011-06-29 niv-openerp[imp] Modifier rpc calls to handle correctly the promises.
2011-06-29 Fabien Meghazi[REM] Removed Dataset#count property
2011-06-28 niv-openerp[merge]
2011-06-28 niv-openerp[imp] refactoring of the name_... methods + refactoring...
2011-06-28 Fabien Meghazi[IMP] Use label@colspan in order to diferentiate fields...
2011-06-28 Fabien Meghazi[FIX] Use record_id instead of dataset in View#execute_...
2011-06-28 niv-openerp[fix] fixed some problems with m2o (too much on_change...
2011-06-28 niv-openerp[fix] fixed some problems with m2o (too much on_change...
2011-06-28 Fabien Meghazi[ADD] Added DataSet#call_button javascript side
2011-06-28 Fabien Meghazi[ADD] Added Dataset#call_button for form's buttons...
2011-06-28 niv-openerp[imp] modified behavior of domain evaluation, now does...
2011-06-28 Xavier Morel[FIX] trailing comma
2011-06-28 niv-openerp[imp] modified behavior of domain evaluation, now does...
2011-06-28 Xavier Morel[FIX] bug in CompoundDomain: need self alias to this
2011-06-28 niv-openerp[fix] redesigned evaluation context
2011-06-28 Xavier Morel[FIX] severe callbacks bug, and a few warnings
2011-06-28 Xavier Morel[FIX] warnings, typos, globals which should not be...
2011-06-28 Xavier Morel[FIX] removal of unique() callbacks from callback chains
2011-06-28 niv-openerp[merge]
2011-06-28 niv-openerp[fix] redesigned evaluation contexts
2011-06-28 niv-openerp[imp] added evaluation context into compound context
2011-06-28 Fabien Meghazi[FIX] Removed global bin_size causing problems in conte...
2011-06-28 Fabien Meghazi[IMP] Improved action management with dialogs
2011-06-28 niv-openerp[imp] added evaluation context to compound context
2011-06-28 Fabien Meghazi[IMP] Added on_act_window_closed in ViewManager
2011-06-28 Fabien Meghazi[FIX] Merge action context to dataset context from...
2011-06-28 Fabien Meghazi[FIX] Correctly set index in DataSetStatic constructor
2011-06-28 Fabien Meghazi[IMP] Pass context & dataset in constructor of DataSetS...
2011-06-28 Xavier Morel[IMP] use fluent o2m commands for bulk replace in m2m...
2011-06-28 Xavier Morel[IMP] use a more fluent way to create o2m commands
2011-06-28 Xavier Morel[IMP] replace cryptic 02M command codes by an enumerati...
2011-06-28 Xavier Morel[IMP] creation of FieldOne2Many views registry: just...
2011-06-28 Xavier Morel[FIX] actions loading when action domain is 'false'
2011-06-28 Xavier Morel[FIX] minor style and logic fixes
2011-06-27 Fabien Meghazi[FIX] name_get should use a list for ids, some addons...
2011-06-27 Fabien Meghazi[FIX] Add dataset context to action executor for buttons
2011-06-27 Fabien Meghazi[FIX] Fix m2o set_value()
2011-06-27 Xavier Morel[IMP] in form view, try all widget possibilities in...
next