[Merge]with trunk
[odoo/odoo.git] / openerp /
2014-03-12 Antony Lesuisse[MERGE] db dump/restore zip-based format.
2014-03-12 Launchpad Translat... Launchpad automatic translations update.
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5088...
2014-03-11 Christophe Simonis[FIX] http: ensure to clean the request cursor before...
2014-03-10 Antony Lesuisse[REV] reverting xmo@openerp.com-20140310115334-vjh7gx5o...
2014-03-21 Launchpad Translat... Launchpad automatic translations update.
2014-03-19 Kersten Jeremy[FIX] Fix the yml test with option --test-file.
2014-03-14 Launchpad Translat... Launchpad automatic translations update.
2014-03-13 Kersten Jeremy[FIX] Change password wizard: reload webclient after...
2014-03-12 Christophe Simonis[FIX] add the logging handler only to the root logger...
2014-03-11 Martin Trigaux[FIX] partner: backport of trunk revision 4882
2014-03-11 Launchpad Translat... Launchpad automatic translations update.
2014-03-10 Fabien Meghazi[IMP] ir.http: provide current rule to argument postpro...
2014-03-10 Xavier Morel[IMP] phantomjs driver cleanups
2014-03-10 Xavier Morel[IMP] phantomjs waitloop
2014-03-10 Xavier Morel[IMP] readability of phantomjs timeouts
2014-03-10 Xavier Morel[FIX] nonsensical import?
2014-03-07 Antony Lesuisse[IMP] ir.actions.report.xml more view cleanup
2014-03-07 Antony Lesuisse[FIX] ir.actions.report.xml keep report_type pdf until...
2014-03-06 Antony Lesuisse[IMP] ir.actions.report.xml improve view, move rml...
2014-03-06 Antony Lesuisse[IMP] test add an url_open helper to http case
2014-03-06 Antony Lesuisse[FIX] --test-file regression introduced by chs
2014-03-06 Olivier Dony[IMP] safe_eval: allowed opcodes: break, continue,...
2014-03-06 Christophe Simonis[FIX] do not expose posix only config options on windows
2014-03-06 Richard Mathot ... [REF] Use assertEqual method instead of assert instruction
2014-03-06 Richard Mathot ... [FIX] Test for ir_sequence:
2014-03-06 Launchpad Translat... Launchpad automatic translations update.
2014-03-05 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 5251...
2014-03-05 Martin Trigaux[IMP] readability
2014-03-05 Martin Trigaux[FIX] orm: create a foreign key for the function fields...
2014-03-05 Denis Ledoux[FIX] base: qweb display correct traceback on exception
2014-03-04 Christophe Simonis[IMP] new backup format.
2014-03-04 Denis Ledoux[FIX] base: widget selection changed its behavior in...
2014-03-04 Olivier Dony[FIX] orm.read_group: improve test coverage and corner...
2014-03-04 Thibault Delavallée[FIX] res_users: change password wizard: fixed crash...
2014-03-04 Thibault Delavallée[FIX] res_users: fixed on_change_login that crashed
2014-03-04 Olivier Dony[FIX] server.stop: avoid traceback during shutdown...
2014-03-04 Launchpad Translat... Launchpad automatic translations update.
2014-03-03 Christophe Simonis[IMP] openerp/service/db.py: lint file
2014-03-03 Kersten Jeremy[FIX] Remove default tz from context, to allow website...
2014-03-03 Kersten Jeremy[FIX] Remove default tz from context, to allow website...
2014-02-28 Olivier Dony[FIX] orm.read_group: fix various issues introduced...
2014-03-01 Launchpad Translat... Launchpad automatic translations update.
2014-02-28 Olivier Dony[FIX] ir.http.authenticate: avoid discarding sessions...
2014-02-28 Antony Lesuisse[MERGE] cron race condition leading to unneeded executi...
2014-02-27 Christophe Simonismerge upstream
2014-02-27 Kersten Jeremy[IMP] Add options hide_seconds in widget datetime....
2014-02-27 Antony Lesuisse[FIX] move appsdirs to tools
2014-02-27 Antony Lesuisse[MERGE] trunk
2014-02-27 Thibault Delavallée[IMP] fields: html: now supports a sanitize argument...
2014-02-26 Fabien Meghazi[REM] removed Request's getattr proxying to httprequest
2014-02-26 Martin Trigaux[MERGE] [FIX] orm: when generating xml ids for export...
2014-02-26 Launchpad Translat... Launchpad automatic translations update.
2014-02-25 Fabien Meghazi[MERGE] upstream
2014-02-25 Xavier Morel[FIX] t-ignore should remove injected sub-view branding...
2014-02-25 Xavier Morel[IMP] unbrand t-raw and t-esc as keeping them branded...
2014-02-25 Xavier Morel[IMP] in view tests, replace tostring() and string...
2014-02-24 Xavier Morel[FIX] injected views need branding distribution too
2014-02-24 Martin Trigaux[FIX] orm: do not drop low level columns (aka 'magic...
2014-02-24 Thibault Delavallée[FIX] res_partner: avoid duplicating users when duplica...
2014-02-24 Fabien Meghazi[FIX] website's translation problems on multiple view...
2014-02-24 Fabien Meghazi[FIX] website's translation problems on multiple inheri...
2014-02-24 Launchpad Translat... Launchpad automatic translations update.
2014-02-23 Launchpad Translat... Launchpad automatic translations update.
2014-02-21 Christophe Simonis[FIX] damn! correct import
2014-02-21 Christophe Simonis[IMP] openerp/service/server.py: lint file
2014-02-21 Christophe Simonis[FIX] correct signal handler on nt
2014-02-21 Christophe Simonis[FIX] correct run of test-file via command line
2014-02-21 Christophe Simonis[FIX] return code is non-zero if any preloaded database...
2014-02-21 Christophe Simonis[FIX] httpd thread must be a daemon threaded
2014-02-21 Xavier Morel[IMP] filter out phantomjs warning on OSX
2014-02-21 Richard Mathot ... [ADD] Test that the variable 'workflow' is correctly...
2014-02-21 Richard Mathot ... [ADD] Enable access to workflow engine in server action...
2014-02-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-21 Denis Ledoux[FIX] ir_model: Uninstall with orphan external ids...
2014-02-20 Christophe Simonis[FIX] openerp/addons/base/ir/ir_actions.py: correct...
2014-02-20 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5014...
2014-02-20 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-20 Martin Trigaux[MERGE] [FIX] read_group: skip date(time) fields when...
2014-02-20 Anael Closson[FIX] orm: grouping of date and datetime conflicts...
2014-02-20 Fabien Meghazi[IMP] Refactor CROS support
2014-02-20 Fabien Meghazi[FIX] Don't crash if no host specified
2014-02-20 Denis Ledoux[FIX] service: wrong namespace for using tools
2014-02-20 Fabien Meghazi[FIX] Correctly handle super() for decorated routes...
2014-02-20 Xavier Morel[IMP] Cursor.savepoint
2014-02-20 Olivier Dony[IMP] ir.actions.act_window: make `multi` field visible...
2014-02-20 Anael Closson[FIX] incorrect handling of orderbys when generator...
2014-02-19 Xavier Morel[FIX] actually retry select on EINTR
2014-02-19 Fabien Meghazi[IMP] Warn if invalid response type is returned for...
2014-02-19 Fabien Meghazi[REM] Completely removed LazyResponse
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-19 Fabien Meghazi[FIX] convert endpoint responses only if it's the curre...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-19 Xavier Morel[FIX] correctly display JS stack frames in phantomjs...
2014-02-19 Fabien Meghazi[FIX] Response default mimetype
2014-02-19 Xavier Morel[IMP] style
2014-02-19 Xavier Morel[FIX] possibility of select being interrupted, just...
2014-02-19 Launchpad Translat... Launchpad automatic translations update.
2014-02-18 Fabien Meghazi[ADD] Request with lazy rendering support
2014-02-18 Xavier Morel[IMP] phantomjs runner
next