Bug fix - https://bugs.launchpad.net/openobject-addons/+bug/929373
[odoo/odoo.git] / openerp /
2012-02-14 Olivier Dony[FIX] fields.date.context_today: proper signature for...
2012-02-14 Olivier Dony[IMP] fields.date.context_today: actually use the optio...
2012-02-14 Launchpad Translat... Launchpad automatic translations update.
2012-02-13 Olivier Dony[MERGE] Added fields.date.context_today method for...
2012-02-13 Olivier Dony[FIX] res.users: don't delay login() if user row is...
2012-02-13 Olivier Dony[ADD] field.date.context_today: added function to use...
2012-02-13 Vo Minh Thu[IMP] tests: expose an explicit list of test sub-modules.
2012-02-13 Olivier Dony[IMP] res.partner.bank: swap state/country fields in...
2012-02-13 Vo Minh Thu[FIX] ir_rule: disallow ir_rules on ir_rule.
2012-02-13 Olivier Dony[ADD] base: missing post-1995 ISO3166 countries
2012-02-13 Xavier Morel[IMP] remove nonsensical attributes on tree and search...
2012-02-13 Launchpad Translat... Launchpad automatic translations update.
2012-02-10 Vo Minh Thu[FIX] wsgi: use wsgi.core instead of wsgi, remove unuse...
2012-02-10 Vo Minh Thu[IMP] typo.
2012-02-10 Vo Minh Thu[MERGE]merged trunk.
2012-02-10 Vo Minh Thu[IMP] wsgi: expose both a normal application() and...
2012-02-10 Olivier Dony[IMP] ir.config.parameter: admin menu and views (inspir...
2012-02-10 Vo Minh Thu[FIX] netsvc: make sure pseudo_config variable is alway...
2012-02-10 Vo Minh Thu[FIX] report: do not use the default_type entry from...
2012-02-10 Olivier Dony[IMP] res.users: avoid reading twice the groups_id...
2012-02-10 Vo Minh Thu[REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT.
2012-02-10 Vo Minh Thu[MERGE] addons import hook: give precedence to our...
2012-02-10 Raphael Collet[FIX] ir_ui_menu: do not create a menu binding when...
2012-02-10 Launchpad Translat... Launchpad automatic translations update.
2012-02-09 Vo Minh Thu[IMP] import hook: allow and give precedence to our...
2012-02-09 Vo Minh Thu[MERGE] loading/post_load hook: the code is consolidate...
2012-02-09 Vo Minh Thu[IMP] post_load: factored common code. This also fix...
2012-02-09 Vo Minh Thu[IMP] loading: call post-load hook in non-server-wide...
2012-02-09 Olivier Dony[FIX] ir.values: avoid returning conditional defaults...
2012-02-09 Olivier Dony[IMP] ir.values: add (breaking) testcase for conditiona...
2012-02-09 Olivier Dony[IMP] ir.module: remove technical `icon path` field...
2012-02-09 Vo Minh Thu[IMP] fields: turn the warning() in a debug() for the...
2012-02-09 Raphael Collet[FIX] revert rev 4018 (revid:rco@openerp.com-2012020816...
2012-02-09 Launchpad Translat... Launchpad automatic translations update.
2012-02-09 Antony Lesuisse[IMP] ir properties list view show res_id and type
2012-02-08 Antony Lesuisse[FIX] res_currency remove warning about float field
2012-02-08 Antony Lesuisse[FIX] ir.model filter out link that occurs when using...
2012-02-08 Antony Lesuisse[FIX] ir.model.fields form view
2012-02-08 Antony Lesuisse[FIX] ir.model form view
2012-02-08 Vo Minh Thu[MERGE] merged logging changes: use a top-level `opener...
2012-02-08 Launchpad Translat... Launchpad automatic translations update.
2012-02-08 Antony Lesuisselogging define a sane default_config
2012-02-08 Antony Lesuisse[FIX] use _logger instead of stderr in trml2pdf
2012-02-08 Antony Lesuisse[FIX] reintroduce a default value for auto_install...
2012-02-08 Olivier Dony[I18N] base: updated translation template
2012-02-08 Olivier Dony[FIX] ir.model: fix incorrect translate call: _()
2012-02-08 Antony Lesuisse[FIX] remove useless decodes that break on pg9.0
2012-02-08 Raphael Collet[FIX] ir_model: do not call is_transient on None
2012-02-08 Olivier Dony[MERGE] Contributed Costa Rica (es_CR) translations...
2012-02-08 Christophe Simonis[FIX] allow text inside <label> tags
2012-02-08 Antony Lesuisse[REM] hide menutip option from user preference
2012-02-08 Carlos Vásquez[ADD] openerp/addons/base/i18n/es_CR.po: first version
2012-02-07 Vo Minh Thu[IMP] logging: re-add the HttpLogHandler class needed...
2012-02-07 Olivier Dony[IMP] ir.filters: correct misleading tooltip
2012-02-06 Vo Minh Thu[FIX] logging: undefined LOG_DEBUG_RPC constant.
2012-02-06 Vo Minh Thu[IMP] logging: re-added the --log-level option for...
2012-02-06 Vo Minh Thu[REVERT] reverted commit 4008, the --log-rpc-terse...
2012-02-06 Vo Minh Thu[MERGE] merged trunk.
2012-02-05 Launchpad Translat... Launchpad automatic translations update.
2012-02-02 Antony Lesuissedefine a useful default logging config, display this...
2012-02-02 Xavier Morel[FIX] in load_information_from_description_file, f...
2012-02-02 Olivier Dony[IMP] tools.translate: be more lenient and accept stand...
2012-02-02 Christophe Simonis[IMP] proxy mode require werkzeug (let the exception...
2012-02-02 Vo Minh Thu[IMP] logging: use logging.exception() instead of manua...
2012-02-02 Vo Minh Thu[IMP] --log-rpc-xxx into --log-request and --log-response.
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-02-02 Vo Minh Thu[IMP] logging: _logger.log(DEBUG) replaced by _logger...
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-02-01 Vo Minh Thu[FIX] import-hook: correctly import the server-wide...
2012-02-01 Raphael Collet[MERGE] lp:924783 (fix dropping database before any...
2012-02-01 Raphael Collet[MERGE] base: adds the format for addresses in the...
2012-02-01 Ronald Portier[FIX] drop database fails when done before connecting...
2012-02-01 Christophe Simonis[ADD] option allowing to run openerp behind a reverse...
2012-02-01 Launchpad Translat... Launchpad automatic translations update.
2012-02-01 Antony Lesuissebye bye DEBUG_*
2012-02-01 Antony Lesuissefix --log-sql
2012-02-01 Antony Lesuisselogging no need to filter just set propagate to False
2012-02-01 Antony Lesuissenew logging handler and commandline config, mostly...
2012-01-31 Stefan Rijnhart[ADD] Address format for the Netherlands
2012-01-31 Antony Lesuisse[REM] incomplete logging handler config
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-31 Xavier Morel[ADD] values restriction pattern for notebook/@tabpos
2012-02-02 Launchpad Translat... Launchpad automatic translations update.
2012-02-01 Vo Minh Thu[IMP] tests: export all the tests in a single suite.
2012-01-31 Raphael Collet[MERGE] small fixes (typo in tooltip, char field size)
2012-01-31 Olivier Dony[IMP] db dump: correct reference URL in comments
2012-01-31 Olivier Dony[FIX] db dump: report errors due to missing password...
2012-01-31 Launchpad Translat... Launchpad automatic translations update.
2012-01-30 Antony Lesuisse[MERGE] publisher warranty stats
2012-01-30 Antony Lesuisse[MERGE] active becomes auto_install: install this modul...
2012-01-30 Antony Lesuisseremove warning
2012-01-30 Vo Minh Thu[IMP] manifest: still support the old `active` entry...
2012-01-30 Olivier Dony[IMP] res.company: moved bank accounts tab from account...
2012-01-30 Olivier Dony[IMP] res.users: better tooltip for Timezone user pref
2012-01-30 Vo Minh Thu[IMP] manifest: renamed active to auto_install.
2012-01-30 Vo Minh Thu[IMP] manifest: removed the Hidden/Links category.
2012-01-30 Vo Minh Thu[IMP] manifest: `auto_installable` renamed to `auto_ins...
2012-01-30 Launchpad Translat... Launchpad automatic translations update.
2012-01-27 Alexis De Lattre[FIX] Base: removed ambigious entries for _rec_name...
2012-01-27 Serpent Consulting... [REM] Removed the _rec_name change
next