[MERGE] base: raise an exception if the format of the bank account is wrong
[odoo/odoo.git] / openerp / addons / base / res / res_config.py
2012-07-18 Raphael Collet[IMP] after a module installation, reload the client...
2012-06-26 Raphael Collet[IMP] res.config.settings: add method 'cancel' to reloa...
2012-06-22 Raphael Collet[IMP] res_config code cleanup
2012-06-04 Tejas Tankinqure for downstream dependancies.
2012-06-04 Tejas TankUninstall module
2012-06-01 Tejas Tanktest button_uninstall
2012-05-30 Dharti Ratani (Ope... [IMP]
2012-05-30 Dharti Ratani (Ope... [IMP]uninstalling module on uncheck from configuration...
2012-05-15 Raphael Collet[IMP] res.config.settings: rename client action 'reload...
2012-05-03 Raphael Collet[IMP] res.config.settings: return client action when...
2012-04-05 Raphael Collet[MERGE] branch trunk-v62_config: new config wizards
2012-04-05 Raphael Collet[IMP] res.config.settings: reopen the wizard menu after...
2012-04-04 Raphael Collet[IMP] res.config.settings: remove auto-execute upon...
2012-04-02 Raphael Collet[IMP] res.config.settings: remove useless inheritance...
2012-03-28 Raphael Collet[FIX] res.config.settings: fix method fields_get
2012-03-27 Raphael Collet[IMP] res.config.settings: re-enable automatic execute...
2012-03-23 Raphael Collet[IMP] res.config.settings: do not call execute upon...
2012-03-23 Raphael Collet[IMP] res.config.settings: apply changes upon create...
2012-03-21 Raphael Collet[FIX] res.config.settings: revert auto-execute upon...
2012-03-06 Raphael Collet[IMP] res.config.settings: improve doc and call execute...
2012-03-06 Ujjvala Collins... [ADD]: Added create/write methods to execute at the...
2012-03-06 Ujjvala Collins... [MERGE]: Merged with RCO's branch.
2012-03-05 Raphael Collet[IMP] base: improve base model res.config.settings
2012-03-05 Ujjvala Collins... [ADD]: Added a new object to use for application settings.
2012-03-02 Raphael Collet[ADD] base: add model res.config.settings for preferenc...
2012-03-02 Ujjvala Collins... [REF]: Refactored.
2012-03-02 Turkesh Patel (Ope... [IMP] add default_get in res_config
2012-03-02 Ujjvala Collins... [ADD]: Added res.config view to make it general.
2012-03-01 Ujjvala Collins... [ADD]: Added methods to get/set modules and groups.
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-01-24 Vo Minh Thu[IMP] res_config: changed from class __logger to module...
2011-11-17 Xavier Morel[FIX] res.config: ensure there is a context before...
2011-11-14 Quentin (OpenERP)[MERGE] lp: 876260
2011-10-31 Divyesh Makwana... [FIX] The main application wizard must trigger chart...
2011-10-02 Fabien Pinckaers[IMP] config wizard, launch once
2011-07-29 Xavier Morel[IMP] todos: rename 'special' type to 'automatic',...
2011-07-19 Xavier Morel[IMP] res.config.installer: method returning just the...
2011-07-18 Xavier Morel[IMP] cleanup todos & config: write done state when...
2011-07-18 Xavier Morel[IMP] style of res.config and ir.actions.todo code
2011-07-18 Xavier Morel[IMP] rename state 'cancel' to 'hidden'
2011-07-15 Xavier Morel[IMP] simplify res.config code by calling into new...
2011-07-14 Xavier Morel[FIX] ir.actions.todo: remove skip state, rename 'norma...
2011-07-06 Vo Minh Thu[IMP] tidying up before merging in trunk.
2011-07-01 Rucha (Open ERP)[REF]: put self.pool.get outside loop
2011-06-30 Rucha (Open ERP)[FIX]: res.config: fixed problem of wizard stays in...
2011-06-30 Xavier Morel[IMP] view_id should really be a m2o-style pair of...
2011-06-30 Rucha (Open ERP)[IMP]: res.config: Improvements for: When opening confi...
2011-06-30 Xavier Morel[FIX] view_id should be a scalar
2011-04-27 Rucha (Open ERP)[IMP]: res_config: Wizards that directly opens a form...
2011-04-11 Rucha (Open ERP)[MERGE]: Merge work of aag for new proposed changes...
2011-04-08 aag (OpenERP)[IMP]SERVER:Change Field Restart To Type
2011-03-16 Rucha (Open ERP)[IMP]: res_config: Improvement for the main application...
2011-03-04 aag (OpenERP)[IMP] REWORK-SERVERSIDE :Now skip wiz not Shown , ON...
2011-03-01 aag (OpenERP)[IMP] REWORK-SERVERSIDE :Improvement Config wiz , ON...
2011-02-07 Vo Minh Thu[IMP] openerp python module.