[FIX] convert endpoint responses only if it's the current request endpoint
[odoo/odoo.git] / openerp / addons /
2014-02-18 Xavier Morel[ADD] hooks to enable/disable tests running during...
2014-02-17 openerp-sle[FIX] Added the 'oldname' attribute on the renamed...
2014-02-17 openerp-sle[MERGE] trunk
2014-02-17 Antony Lesuisse[FIX] ir.http testing generate a router including the...
2014-02-16 Antony Lesuisse[FIX] tests move test_ui to web as it requires web...
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-16 openerp-sle[MERGE] trunk
2014-02-14 Launchpad Translat... Launchpad automatic translations update.
2014-02-12 openerp-sle[IMP] Renamed paper_format to rml_paperformat and moved...
2014-02-11 Raphael Collet[MERGE] from saas-3
2014-02-11 Raphael Collet[FIX] ir_ui_view: in context dict, put model name inste...
2014-02-11 Martin Trigaux[FIX] module: fix imports broken at revision 5055
2014-02-10 Fabien Meghazi[MERGE] saas-3
2014-02-10 Antony Lesuisse[IMP] phantomjs testing add an easy phantom_js helper
2014-02-09 Antony Lesuisse[IMP] test_ui shorter code
2014-02-09 Antony Lesuisse[IMP] rename into test_ui like addons
2014-02-09 Antony Lesuisse[IMP] phantomtest helper
2014-02-09 Antony Lesuisse[FIX] re-enable test func and qweb
2014-02-09 Antony Lesuisseadd python --test-file support
2014-02-09 Antony Lesuissemove tests
2014-02-06 Fabien Meghazi[IMP] Move some qweb rendering context vars from websit...
2014-02-06 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5060...
2014-02-06 Christophe Simonis[FIX] ir.ui.view: avoid infinite loop when applying...
2014-02-06 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5007...
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-02-06 Martin Trigaux[IMP] ir_fields: no need to sanitize the _str_to_html...
2014-02-06 Martin Trigaux[MERGE] [FIX] ir_fields: allow convertion from string...
2014-02-06 Launchpad Translat... Launchpad automatic translations update.
2014-02-05 Thibault Delavallée[FIX] ir_actions: typo in comments
2014-02-05 Thibault Delavallée[IMP] ir_actions: server action: evaluation context...
2014-02-04 Launchpad Translat... Launchpad automatic translations update.
2014-02-03 jke-openerp[FIX] Fix bug of positionning on res_partner form
2014-02-03 Martin Trigaux[IMP] better assert message and cleaning
2014-02-03 Martin Trigaux[ADD] test read_group on a column of _inherits model...
2014-02-03 Mohammed Shekha... [FIX]Fixed the issue of html field import fails, becaus...
2014-02-03 Launchpad Translat... Launchpad automatic translations update.
2014-01-31 Fabien Meghazi[REV] Bring back QWebException, rename QWebException...
2014-01-31 Antony Lesuisse[REV] never change exceptions types
2014-01-31 Fabien Pinckaers[FIX] removing test that commits and small fix
2014-01-30 Fabien Meghazi[IMP] QWeb exceptions shall not shadow original exceptions
2014-01-30 Fabien Meghazi[FIX] ir_ui_view#read_template() bring back old behavio...
2014-01-30 Olivier Dony[FIX] res.partner: properly (re)compute display_name...
2014-01-30 Christophe Simonis[FIX] allow "none" route to be accessible when logged in
2014-01-30 Olivier Dony[IMP] res.partner: more selective child_of _search...
2014-01-30 Olivier Dony[FIX] ir.ui.view: fix tests after refactoring of ir...
2014-01-30 Olivier Dony[FIX] ir.ui.view: better error message upon missing...
2014-01-30 Fabien Meghazi[MERGE] trunk's CORS support (merge with changes)
2014-01-30 Olivier Dony[FIX] ir.ui.view: one2many to ir.model.data needs domai...
2014-01-30 Olivier Dony[FIX] ir.ui.view: restore extended validation of view...
2014-01-30 Olivier Dony[IMP] public_user: make parent partner inactive too
2014-01-30 Olivier Dony[IMP] res.partner: unused imports
2014-01-30 Fabien Meghazi[REM] Removed disabled_db=True from ir_http's auth...
2014-01-30 Antony Lesuisse[IMP] safe_eval add int float range, rename public...
2014-01-29 Olivier Dony[IMP] qweb.render: t-esc/t-raw rendered as `False`...
2014-01-29 Christophe Simonis[FIX] ir.model.data: correct cache clearing
2014-01-29 Fabien Meghazi[REM] auth="admin" removed
2014-01-29 Christophe Matthieu[fIX] ir_qweb: fix groups inside t-call (use request...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5006...
2014-01-29 Martin Trigaux[IMP] make sure the records will be in right order...
2014-01-29 Martin Trigaux[FIX] better test, add missing parentheses in query...
2014-01-29 Martin Trigaux[ref] move up!
2014-01-29 Martin Trigaux[FIX] revert previous rev for better where and add...
2014-01-29 Martin Trigaux[IMP] remove useless variable, where_clause at least...
2014-01-29 Martin Trigaux[FIX] res_partner: name_search search in one pass
2014-03-21 Launchpad Translat... Launchpad automatic translations update.
2014-03-14 Launchpad Translat... Launchpad automatic translations update.
2014-03-13 Kersten Jeremy[FIX] Change password wizard: reload webclient after...
2014-03-11 Martin Trigaux[FIX] partner: backport of trunk revision 4882
2014-03-11 Launchpad Translat... Launchpad automatic translations update.
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-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-02-28 Olivier Dony[FIX] orm.read_group: fix various issues introduced...
2014-03-01 Launchpad Translat... Launchpad automatic translations update.
2014-02-26 Launchpad Translat... Launchpad automatic translations update.
2014-02-24 Martin Trigaux[FIX] orm: do not drop low level columns (aka 'magic...
2014-02-24 Launchpad Translat... Launchpad automatic translations update.
2014-02-21 Denis Ledoux[FIX] ir_model: Uninstall with orphan external ids...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-19 Launchpad Translat... Launchpad automatic translations update.
2014-02-18 Martin Trigaux[MERGE] [FIX] orm: read_group doesn't take referenced...
2014-02-18 Anael Closson[REF] removing useless comment
2014-02-17 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-17 Launchpad Translat... Launchpad automatic translations update.
2014-02-13 Launchpad Translat... Launchpad automatic translations update.
2014-02-12 Olivier Dony[FIX] res.users: typo in default search view
2014-02-12 Launchpad Translat... Launchpad automatic translations update.
2014-02-11 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-11 Olivier Dony[FIX] ir.actions: active_model may not always match...
2014-02-10 Olivier Dony[IMP] ir.actions.server: add `datetime` and `dateutil...
2014-02-10 Launchpad Translat... Launchpad automatic translations update.
2014-02-06 Olivier Dony[FIX] base: avoid keeping password wizards in the datab...
2014-01-29 Antony Lesuisse[FIX] ir_ui_view noupdate only if arch change, otherwis...
2014-01-29 Antony Lesuisse[IMP] ir_ui_view try to add search on xml_id, doesnt...
2014-01-29 Antony Lesuisse[FIX] ir.model.data more faithful backward compatibilty
2014-01-29 Antony Lesuisse[IMP] ir.model.data clean up xmlid lookup mess
2014-01-28 Fabien Meghazi[REM] Removed t-href|t-action|t-src from server's ir...
2014-01-28 Olivier Dony[MERGE] Sync with trunk revno 5038 rev-id ged@openerp...
next