Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / base / tests /
2013-11-08 Christophe Simonis[FIX] base: test_translation: load an existing translation
2013-11-04 Martin Trigaux[IMP] use assertEqual instead of assertTrue for better...
2013-11-04 Martin Trigaux[ADD] base: tests for translations and duplication
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-04-25 Olivier Dony[FIX] res.partner: typo would prevent contact from...
2013-04-19 Olivier Dony[FIX] test_expression: assertion was too sensitive...
2013-04-18 Olivier Dony[IMP] res.partner: rename commercial_id to commercial_p...
2013-04-15 Olivier Dony[MERGE] Sync with 7.0
2013-04-15 Olivier Dony[FIX] res.partner, orm._check_recursion: prevent recurs...
2013-04-10 Olivier Dony[FIX] res.partner address sync: `type` field should...
2013-04-10 Olivier Dony[FIX] res.partner.address_get: default to partner being...
2013-04-08 Olivier Dony[FIX] res.partner: autosync of commercial fields and...
2013-03-21 Olivier Dony[FIX] orm.expression: `=?` domain operator broken after...
2012-12-20 Antony Lesuisse[MERGE] turnk
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-16 Antony Lesuisserevert test change will be moved to an other branch
2012-12-16 Antony Lesuissefilestore testcase and fix bugs
2012-12-16 Antony LesuisseSimplify openerp testing, deprecated redondant test...
2012-12-13 Olivier Dony[IMP] ir.ui.menu: deleting a menu should orphan its...
2012-12-07 Thibault Delavallée[MERGE] Merged branch holding a proposal to solve the...
2012-12-07 Thibault Delavallée[IMP] [TESTS] Cleaned and updated tests about order_by...
2012-12-07 Thibault Delavallée[IMP] [WIP] order_by: now using aliases in _generate_or...
2012-12-06 Thibault Delavallée[IMP] [CLEAN] expression.parse: updated and cleaned...
2012-12-06 Thibault Delavallée[IMP] [REVIEW] _auto_join on many2many now raises a...
2012-12-06 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-05 Christophe Simonis[FIX] do not hardcode ids in tests
2012-12-05 Christophe Simonis[FIX] do not hardcode ids in tests
2012-12-04 Thibault Delavallée[IMP] expression.parse: added the support of domain...
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-11-29 Thibault Delavallée[DOC] First draft of doc on _auto_join, to at least...
2012-11-28 Thibault Delavallée[TEST] Added some tests about the _auto_join feature.
2012-11-27 Thibault Delavallée[IMP] [TEST] orm: updated order_by generation by adding...
2012-11-21 Vo Minh Thu[IMP] test_search: comment typos.
2012-11-21 Quentin (OpenERP)[FIX] base: test_search, invalid use of search criterio...
2012-11-21 Quentin (OpenERP)[FIX] base: fixed syntax errors and test import of...
2012-11-21 Quentin (OpenERP)[ADD] base: added python test on the search() method
2012-10-26 Vo Minh Thu[IMP] expression.py: added comments to the in/not in...
2012-10-26 Vo Minh Thu[IMP] expression.py: added tests for the in/not in...
2012-09-04 Olivier Dony[IMP] res.partner: add find_or_create util method for...
2012-08-31 Olivier Dony[IMP] res.partner: simplified+corrected parsing of...
2012-06-05 Vo Minh Thu[FIX] ir_values: fix a test where some value was hard...
2012-05-18 Olivier Dony[IMP] orm: support model-level @groups attribute for...
2012-05-14 Vo Minh Thu[FIX] ir_values test: replaced hard-coded action ID...
2012-03-01 Vo Minh Thu[IMP] tests: