[IMP] res_config: better scope dont_skip_todo
[odoo/odoo.git] / bin / addons / base / res / res_config.py
2010-11-08 Xavier Morel[IMP] res_config: better scope dont_skip_todo
2010-11-08 Xavier Morel[IMP] base: remove useless context-setting
2010-11-08 Xavier Morel[IMP] base: migrate res_config to logging
2010-10-20 Olivier Dony[IMP] base: improve some error messages/translations...
2010-10-04 Olivier Dony[IMP] base: refactor/unify base module wizards
2010-09-07 Olivier Dony[IMP] res.config.installer: fix addons install-status...
2010-08-30 Harry (OpenERP)[MERGE]
2010-08-09 Xavier Morel[IMP] Add documented method to fetch current progress...
2010-08-09 Xavier Morel[FIX] variable name: todos which are not open are close...
2010-07-12 Olivier Dony[IMP] orm.fields_get: renamed read_access parameter...
2010-06-28 Olivier Dony[FIX] base: cleanup debugging code mistakenly checked in
2010-06-25 Fabien Pinckaersfix
2010-06-25 Fabien Pinckaersmerge
2010-06-18 vra[FIX][IMP] SQL-Injection ,minor improvement.
2010-07-08 Harry (OpenERP)[FIX] base: resolve failure installation wizard
2010-06-15 Aline Preillon[FIX] base: fields_get method of base.config.installer...
2010-05-11 nch@tinyerp.com[IMP]:config wizard templates
2010-05-05 nch@tinyerp.com[IMP,ADD]:configuration wizards & pixmaps
2010-05-05 nch@tinyerp.com[IMP]:usability improvements
2010-04-28 nch@tinyerp.com[IMP]:ir.actions.todo added groups to the actions
2010-04-18 Fabien Pinckaers[IMP] better view, no NULL value for int and float
2010-01-26 Xavier Morel[fix] erratas to res.config's documentation
2010-01-26 Xavier Morel[fix] res.config so the state of a todo is changed...
2010-01-26 Xavier Morel[imp] add a bit of API documentation to res.config...
2010-01-23 Xavier Morel[imp] make help addendum that an addon is already insta...
2010-01-23 Xavier Morel[fix] Talk of installing addons, not modules
2010-01-23 Xavier Morelimp] res.config.installer: set already installed module...
2010-01-23 Xavier Morel[imp] res.config.installer: preselect installable modul...
2010-01-10 Xavier Morel[imp] batched modules update in module installer
2010-01-06 Xavier Morel[imp] Split modules selection from actual installation...
2010-01-06 Xavier Morel[imp] installer config object
2009-12-17 Xavier Morel[imp] improve deprecation warning message
2009-12-17 Xavier Morel[fix] add default note if we have new-style config...
2009-12-16 Xavier Morel[imp] add compatibility ir.actions.configuration.wizard...
2009-12-16 Xavier Morel[imp] when configuration is done, switch to current...
2009-12-10 Xavier Morel[imp] implement a complete next() method and use it...
2009-12-10 Xavier Morel[IMP] bit of docstring
2009-12-10 Xavier Morel[IMP] provide hook methods for extensions orthogonal...
2009-12-08 Xavier Morel[IMP] add default implementation for action_skip
2009-12-07 Xavier Morel[REM] Remove unused fields in the ir.actions.todo model
2009-12-04 Xavier Morel[ADD] integrate progress bars into configuration dialogs
2009-12-04 Xavier Morel[IMP] rename res.configurable to res.config: inheriting...
2009-12-03 Xavier Morel[IMP] modify configurator for inheritability, move...