[IMP] res.config.settings: remove useless inheritance on 'res.config'
[odoo/odoo.git] / openerp /
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-19 Raphael Collet[MERGE] from trunk
2012-03-16 Olivier Dony[FIX] Fix broken creation of database in previous commi...
2012-03-16 Olivier Dony[IMP] tools.ustr: allow specific error-handling flags...
2012-03-16 Olivier Dony[IMP] attempt to dump uid performing operation along...
2012-03-16 Launchpad Translat... Launchpad automatic translations update.
2012-03-16 Launchpad Translat... Launchpad automatic translations update.
2012-03-15 Launchpad Translat... Launchpad automatic translations update.
2012-03-14 Olivier Dony[IMP] test_ir_sequence: avoid spurious traceback logging
2012-03-14 Olivier Dony[MERGE] Latest fixes from 6.1
2012-03-14 Olivier Dony[IMP] bump up release number
2012-03-14 Launchpad Translat... Launchpad automatic translations update.
2012-03-12 Olivier Dony[FIX] ir.mail_server: SMTP user and pass should be...
2012-03-12 Launchpad Translat... Launchpad automatic translations update.
2012-03-09 Olivier Dony[FIX] ir.attachment: override _search instead of search...
2012-03-09 olt@tinyerp.com[FIX] 'create_instance' method: the check for parent_mo...
2012-03-09 Launchpad Translat... Launchpad automatic translations update.
2012-03-09 Olivier Dony[FIX] res.country: fix name for DRC, confuses Google...
2012-03-08 Launchpad Translat... Launchpad automatic translations update.
2012-03-07 Raphael Collet[MERGE] from trunk
2012-03-06 Christophe Simonis[FIX] tools.email_send: use correct kwarg
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-04 Launchpad Translat... Launchpad automatic translations update.
2012-03-03 Ujjvala Collins... [IMP]: Improved view to solve plugin installtion problem.
2012-03-02 Raphael Collet[ADD] base: add model res.config.settings for preferenc...
2012-03-02 Vo Minh Thu[FIX] tests: mistakenly removed a self argument.
2012-03-02 Ujjvala Collins... [REF]: Refactored.
2012-03-02 Vo Minh Thu[IMP] tests: removed the severity concept from `assert...
2012-03-02 Turkesh Patel (Ope... [IMP] add default_get in res_config
2012-03-02 Vo Minh Thu[IMP] tests:
2012-03-02 Ujjvala Collins... [ADD]: Added res.config view to make it general.
2012-03-01 Vo Minh Thu[IMP] tests:
2012-03-01 Vo Minh Thu[IMP] tests: move tests discovery and execution to...
2012-03-01 Ujjvala Collins... [ADD]: Added methods to get/set modules and groups.
2012-03-01 Ujjvala Collins... [REM]: Removed separate config file for sale.
2012-03-01 Vo Minh Thu[IMP] tests: xml-rpc test drops the created database...
2012-02-29 Vo Minh Thu[IMP] unittest: run the fast_suite and checks tests...
2012-02-29 Vo Minh Thu[MERGE] merged trunk.
2012-02-29 Turkesh Patel (Ope... [MRG] merge with main branch
2012-02-29 Launchpad Translat... Launchpad automatic translations update.
2012-02-28 Vo Minh Thu[ADD] FEATURES.rst: whenever a feature branch is review...
2012-02-28 Turkesh Patel (Ope... [IMP] improved code
2012-02-28 Turkesh Patel (Ope... [IMP] added warninkg modele in module list
2012-02-28 Turkesh Patel (Ope... [IMP] rename the fields by short names
2012-02-28 Turkesh Patel (Ope... [add] added account_analytic_analysis field
2012-02-28 Turkesh Patel (Ope... [MRG] merge with main branch
2012-02-28 Turkesh Patel (Ope... [REV] revert 4091
2012-02-28 Turkesh Patel (Ope... [IMP] add module names in module list to get default...
2012-02-27 Olivier Dony[FIX] drop_view_if_exists: simpler and CASCADING implem...
2012-02-27 Olivier Dony[FIX] ir.rule: rules should be cascade-deleted along...
2012-02-27 Ujjvala Collins... [IMP]: Improved code default method for groups.
2012-02-27 Ujjvala Collins... [FIX]: Fixed code.
2012-02-27 Olivier Dony[FIX] ir.model: workaround for broken Python 2.6 implem...
2012-02-27 Turkesh Patel (Ope... [ADD] add tooltip for the sale.configuration
2012-02-27 Ujjvala Collins... [IMP]: Improved code to move default code to sale module.
2012-02-27 Ujjvala Collins... [IMP]: Improved code to uninstall module when checkbox...
2012-02-27 Turkesh Patel (Ope... [IMP]set default applied groups
2012-02-27 Ujjvala Collins... [IMP]: Improved code.
2012-02-27 Launchpad Translat... Launchpad automatic translations update.
2012-02-27 Turkesh Patel (Ope... [IMP] set default applied groups.
2012-02-24 Ujjvala Collins... [IMP]: Improved code.
2012-02-24 Ujjvala Collins... [IMP]: Improved code.
2012-02-23 Olivier Dony[FIX] orm: model auto-init - better algorithm for detec...
2012-02-23 Olivier Dony[FIX] orm: inherited `active` fields should be used...
2012-02-23 Ujjvala Collins... [IMP]: Improved as per specifications.
2012-02-23 Ujjvala Collins... [IMP]: Removed extra separator and group.
2012-02-23 Turkesh Patel (Ope... [IMP] set attribute
2012-02-23 Ujjvala Collins... [IMP]: Modified view of sales configuration.
2012-02-23 Turkesh Patel (Ope... [IMP] improvement in view
2012-02-23 Turkesh Patel (Ope... [IMP] improvement in view
2012-02-23 Turkesh Patel (Ope... [ADD] add new cofiguration wizard view for sale
2012-02-23 olt@tinyerp.com[FIX] pep8: tab -> space
2012-02-23 Launchpad Translat... Launchpad automatic translations update.
2012-02-22 Antony Lesuisse[REL] 6.1.1 6.1.1-server
2012-02-22 Olivier Dony[FIX] fields.binary: allow writing base64 unicode strin...
2012-02-22 Launchpad Translat... Launchpad automatic translations update.
2012-02-21 Christophe Simonis[FIX] proxy-mode is now really active
2012-02-21 Christophe Simonis[FIX] proxy-mode is now really active
2012-02-21 Launchpad Translat... Launchpad automatic translations update.
2012-02-20 Olivier Dony[FIX] Correct remaining SQL now() calls, must use UTC
2012-02-18 Launchpad Translat... Launchpad automatic translations update.
2012-02-17 Vo Minh Thu[FIX] tests: `core` is really `common`. Also added...
2012-02-17 Xavier Morel[FIX] base.module.upgrade: fix fields_view_get overload
2012-02-16 Antony Lesuisse[REL] OpenERP 6.1 6.1.0-server
2012-02-16 Vo Minh Thu[IMP] tests: provide simple reusable base classes to...
2012-02-16 Launchpad Translat... Launchpad automatic translations update.
2012-02-15 Olivier Dony[MERGE] Fix bug 932170 - formatLang() should render...
2012-02-15 Olivier Dony[FIX] reports: formatLang() should render datetime...
2012-02-15 Vo Minh Thu[FIX] fields: duplicate float fields per registry ...
2012-02-15 Launchpad Translat... Launchpad automatic translations update.
2012-02-14 Antony Lesuisse[FIX] database restore dont prepend a space before...
next