[IMP] [CLEAN] [REVIEW] field._properties -> isinstance(field, fields.function).
[odoo/odoo.git] / addons / web /
2012-12-06 Antony Lesuisse[FIX] views remove unused session property
2012-12-05 Antony Lesuisse[FIX] chrome template use a template url for the logo...
2012-12-05 Launchpad Translat... Launchpad automatic translations update.
2012-12-04 Xavier Morel[FIX] clicks toggling @readonly radio buttons
2012-12-04 Christophe Matthieu[MERGE] view list: Show the menu sidebar when a child...
2012-12-04 Xavier Morel[IMP] client actions doc fixes
2012-12-04 vta vta@openerp.com[FIX] Added the context of the action when evaluating...
2012-12-04 Launchpad Translat... Launchpad automatic translations update.
2012-12-03 Christophe Simonis[IMP] improve css for monetary fields
2012-12-03 Olivier Dony[MERGE] instance.init: less offensive constant
2012-12-03 Xavier Morel[FIX] rollback default conversion of js Object to py...
2012-12-03 Xavier Morel[FIX] incorrect conversion of JS arrays to py.js lists...
2012-12-03 Xavier Morel[IMP] update py.js for abs builtin support
2012-12-02 Launchpad Translat... Launchpad automatic translations update.
2012-11-30 Olivier Dony[I18N] Update translation templates with latest terms
2012-11-30 Olivier Dony[MERGE] Less intrusive timezone offset warning (comes...
2012-11-30 Olivier Dony[IMP] instance.init: less offensive constant
2012-11-30 niv-openerp[FIX] forgot to modify test after API change
2012-11-30 Xavier Morel[FIX] trailing comma in array
2012-11-30 Xavier Morel[FIX] translations and other failings
2012-11-30 Xavier Morel[FIX] styllistic fixes
2012-11-30 niv-openerp[IMP] removed date.today() in pyeval
2012-11-30 Launchpad Translat... Launchpad automatic translations update.
2012-11-29 Fabien Meghazi[IMP] Afterall the clock icon does not reflect that...
2012-11-29 Fabien Meghazi[IMP] Do not dismiss systray icon
2012-11-29 Fabien Meghazi[IMP] Use a more appropriate icon in the systray
2012-11-29 Fabien Meghazi[IMP] wording
2012-11-29 Fabien Meghazi[IMP] Use a systray icon for timezone notification...
2012-11-29 Fabien Meghazi[IMP] tz_offset is no longer in context
2012-11-29 niv-openerp[IMP] added context_today()
2012-11-29 niv-openerp[FIX] potential problem with pyeval datetime/date today...
2012-11-29 Xavier Morel[REM] dead code from evaluation being client-side only
2012-11-29 Xavier Morel[MERGE] missing translation marks, courtesy of Csaba...
2012-11-29 niv-openerp[FIX] race condition problem with m2m
2012-11-29 Xavier Morel[FIX] py.js: bug in tokenization of single-quoted empty...
2012-11-29 Xavier Morel[FIX] groupby on editable list
2012-11-29 tsabisome more change in the new pyeval.js file
2012-11-29 tsabifix tab problem
2012-11-29 tsabi[MERGE] trunk
2012-11-29 tsabi[MERGE] trunk
2012-11-29 Xavier Morel[FIX] searches with filters using "empty" domain/contex...
2012-11-29 Xavier Morel[REM] merge conflict file committed
2012-11-29 Xavier Morel[FIX] server-sourced fields_get has no indirection...
2012-11-29 Xavier Morel[FIX] if an action descriptor is precisely ``false...
2012-11-29 Christophe Matthieu[MERGE] from trunk-openchatter-vive-lilo-chm
2012-11-29 Xavier Morel[MERGE] evalpocalypse
2012-11-29 Xavier Morel[MERGE] from trunk
2012-11-29 Fabien Meghazi[MERGE] Fix field binary image controls padding causing...
2012-11-29 Christophe Matthieu[IMP] web avatar preference: change overflow hidden...
2012-11-29 Launchpad Translat... Launchpad automatic translations update.
2012-11-29 tsabifixed a typo that maked javascript error
2012-11-29 tsabiMark strings to be translated.
2012-11-28 Xavier Morel[FIX] sidebar activation: put original context before...
2012-11-28 Antony Lesuisse[MERGE] trunk-timezone-notification-fme
2012-11-28 Xavier Morel[IMP] update py.js to correctly tokenize unicode literals
2012-11-28 Xavier Morel[FIX] correctly return deferreds from all action type...
2012-11-28 Xavier Morel[FIX] context evaluation in kanban resequencing
2012-11-28 Xavier Morel[FIX] don't display password fields in set_default...
2012-11-28 Xavier Morel[FIX] eq/neq of arrays in compute_domain
2012-11-28 Christophe Matthieu[FIX] When the avatar of 'change my preferences' is...
2012-11-28 Xavier Morel[FIX] use py.js 0.7 API
2012-11-28 Xavier Morel[FIX] py_date should return a local date, not a UTC...
2012-11-28 Christophe Matthieu[MERGE] from trunk-improve-notification-infinity-psa...
2012-11-28 Christophe Matthieu[MERGE] from trunk-first-10clicks-accounting-tta; Selec...
2012-11-28 Christophe Matthieu[MERGE] from trunk-addons_23-mdi; FIX for 'Debug mode...
2012-11-28 Tejas Tank[FIX] clean the code.
2012-11-28 Launchpad Translat... Launchpad automatic translations update.
2012-11-28 Divyesh Makwana... [Merge] Merge with trunk.
2012-11-27 Antony Lesuisse[FIX] Login button left for better looking signup and...
2012-11-27 Xavier Morel[IMP] simplify action handlers: no need to eval_domains...
2012-11-27 Xavier Morel[FIX] parsing of long integers, as some openerp domains...
2012-11-27 Christophe Matthieu[MERGE] from trunk-opw-581041-vja; Fixed the issue...
2012-11-27 niv-openerp[IMP] small improvement of core lib
2012-11-27 Xavier Morel[FIX] group_by using old code
2012-11-27 Christophe Matthieu[MERGE] form trunk-bug-1059320-psa for FIX bug/1059320...
2012-11-27 Xavier Morel[FIX] onchange for client-side evaluation: use regular...
2012-11-27 Paramjit Singh Sahota[IMP] Improved code as per suggested.
2012-11-27 Divyesh Makwana... [REM] Removed the unneccessary changes.
2012-11-27 Vishmita[FIX]Fixed the issue of raised exception not displayed...
2012-11-27 Xavier Morel[FIX] disable sorting (column-click) in an editable...
2012-11-27 Paramjit Singh Sahota[FIX][trunk] display dbname if len(db_list())>1 [chs]
2012-11-27 Launchpad Translat... Launchpad automatic translations update.
2012-11-27 Vidhin Mehta (OpenERP)[FIX]use this.options. for show parent class.
2012-11-27 Jiten (OpenERP)[MERGE] Merged trunk.
2012-11-30 Launchpad Translat... Launchpad automatic translations update.
2012-11-29 Launchpad Translat... Launchpad automatic translations update.
2012-11-26 Xavier Morel[FIX] disable sorting (column-click) in an editable...
2012-11-26 Xavier Morel[REM] EVALPOCALYPSE PART 2: no more python-side eval
2012-11-26 niv-openerp[FIX] typo in doc
2012-11-26 Christophe Matthieu[MERGE] from trunk-opw-578475-port-vme
2012-11-26 Xavier Morel[REM] EVALPOCALYPSE PART ONE
2012-11-26 Fabien Meghazi[FIX] Many2Many kanban binds "change:effective_readonly...
2012-11-26 niv-openerp[IMP] Removed unused feature in Dialog and deprecated...
2012-11-26 Xavier Morel[IMP] stop using custom /web/searchview endpoints in...
2012-11-26 Fabien Pinckaers[IMP] improved change password dialog
2012-11-26 Xavier Morel[IMP] allow eval'ing a single context or domain
2012-11-26 Xavier Morel[TEST] for crazy
2012-11-26 Xavier Morel[FIX] small typo
2012-11-26 Xavier Morel[IMP] update py.js to 0.7
2012-11-26 Launchpad Translat... Launchpad automatic translations update.
next