Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / res / res_config.py
2014-12-02 Xavier Morel[FIX] base: incorrect translation mark
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-22 Christophe Simonis[MERGE] forward port of branch saas-5 up to 4cb5381
2014-06-22 Christophe Simonis[MERGE] forward port of branch saas-3 up to 75884c3
2014-06-22 Christophe Simonis[MERGE] forward port of branch 7.0 up to 7e85786
2014-06-20 Ruchir Shukla[IMP] module: warning when uninstalling modules
2014-06-17 Amit Vora[IMP]rename project_mrp to sale_service
2014-03-26 Kersten Jeremy[FIX] Use all users (disabled also) in execute of res_c...
2014-01-23 Raphael Collet[FIX] res_config_settings: stupid bug, I was reassignin...
2014-01-23 Raphael Collet[IMP] res_config_settings: in group fields, allow sever...
2014-01-16 Thibault Delavallée[CLEAN] res_config, res_users: cleaned call to imd...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-06 Thibault Delavallée[IMP] res_config, res_users: cleaned get_object calls...
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-29 Denis Ledoux[FIX]res_config: set_default as SUPERUSER_ID. check...
2013-10-31 Denis Ledoux[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-31 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4968...
2013-10-31 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5113...
2013-10-25 Martin Trigaux[FIX] res_config: don't jump to first root menu after...
2013-10-06 Antony Lesuisse[REM] res.config and res.users cleanups.
2013-09-10 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4903...
2013-08-28 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-08-28 Denis Ledoux[FIX]res_config: in _install_modules, result returned...
2013-05-08 Raphael Collet[FIX] res_config tests: isinstance(x, long) is False...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-11 Christophe Simonis[FIX] res_config: add missing import lost during previo...
2013-04-11 Christophe Simonismerge upstream
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-19 Vo Minh Thu[FIX] ir.actions.action: fix the execute wich install...
2013-03-19 Vo Minh Thu[FIX] ir.actions.action: fix the execute wich install...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-02-22 Antonin Bourguignon[IMP] res_config doc
2013-02-15 Quentin (OpenERP)[REF] code review
2013-02-12 Antonin Bourguignon[FIX] doc: the id of an action is a long, not an int
2013-02-11 Antonin Bourguignon[MERGE] trunk
2013-01-31 Antonin Bourguignon[IMP] the implementation of get_option_path(): return...
2013-01-30 Antonin Bourguignon[IMP] make get_config_warning() a method of res.config...
2013-01-30 Antonin Bourguignon[IMP] remove default 'None' value (doesn't make sense...
2013-01-25 Christophe Simonis[FIX] res.config.installer: correct module installing
2013-01-24 Christophe Simonis[FIX] res.config.installer: correct module installing
2013-01-24 Antonin Bourguignon[IMP] we don't need a special type of exception anymore
2013-01-23 Christophe Simonis[FIX] signal registry change when install modules from...
2013-01-23 Antonin Bourguignon[IMP] use fields_get() instead of _all_columns.get...
2013-01-22 Antonin Bourguignon[IMP] add documentation
2013-01-22 Antonin Bourguignon[IMP] change the warning string's pattern to something...
2013-01-21 Antonin Bourguignon[WIP] remove a useless translation phase
2013-01-21 Antonin Bourguignon[WIP] heavy refactoring of the get option path feature
2013-01-21 Antonin Bourguignon[WIP] move the code to another place
2013-01-18 Antonin Bourguignon[REV] reintroduce the model's name in the get_path...
2013-01-18 Antonin Bourguignon[IMP] simplify the helper by using SUPERUSER_ID
2013-01-17 Antonin Bourguignon[IMP] get_path code; return a tuple instead of a string
2013-01-17 Antonin Bourguignon[IMP] simplify the new config reference mechanism code
2013-01-16 Antonin Bourguignon[WIP] introduce a way to reference specific config...
2013-01-15 Antonin Bourguignon[WIP] introduce a way to reference specific config...
2012-12-21 Olivier Dony[FIX] res.config: install local modules directly, only...
2012-12-19 Antony Lesuisse[MERGE] trunk
2012-12-17 Christophe Simonismerge upstream
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-10-31 Christophe Simonismerge upstream
2012-10-28 Fabien Pinckaers[FIX] launch config wizards after changing settings
2012-10-10 Christophe Simonismerge upstream
2012-09-28 Olivier Dony[REM] Remove unused ir.wizard.menu and ir.wizard.screen...
2012-09-25 Christophe Simonis[FIX] res_config: only install selected modules
2012-09-21 Christophe Simonis[IMP] res_config: return correct action for installing...
2012-09-17 Christophe Simonismerge upstream
2012-09-11 Christophe Simonis[FIX] correct config wizard to not crash if a module...
2012-08-28 pso (OpenERP)[IMP] Improvements
2012-08-28 pso (OpenERP)[MERGE] Merged MDI's branch to fix the issue of name_ge...
2012-08-28 Hardik[IMP]Improved base module as per requirement.
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.
next