[MERGE] tools.convert: allow to use relativedelta in XML files.
[odoo/odoo.git] / openerp / tests /
2013-05-17 Olivier Dony[FIX] openerp/tests/test_mail.py marked executable...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-20 Vo Minh Thu[FIX] safe_eval: better exception handling:
2013-02-25 Vo Minh Thu[FIX] Previous `[iMP]` was broken.
2013-02-24 Fabien Pinckaers[iMP] error message simplified for required values
2013-02-20 Antonin Bourguignon[IMP] use another xml_menu_id that leads directly to...
2013-02-13 Antonin Bourguignon[MERGE] trunk
2013-02-12 Antonin Bourguignon[IMP] use a better xml id for the example
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
2013-02-12 Antonin Bourguignon[MERGE] trunk
2013-02-11 Xavier Morel[IMP] don't log from import when converting psycopg...
2013-02-04 Anand Patel (OpenERP)[IMP]: Improve test case
2013-02-01 Antonin Bourguignon[IMP] add a new test for the new exception type
2013-02-01 Antonin Bourguignon[IMP] fix a typo, even if it doesn't matter
2013-02-01 Vo Minh Thu[REF] tests: removed the temporary import for test_xmlrpc.
2013-01-31 Vo Minh Thu[REF] service: A new openerp.service.rpc decorator...
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-02 Christophe Matthieu[IMP] mail_sanitize: simplification of the regular...
2013-01-02 Christophe Matthieu[IMP] html_sanitize: test with assertIn
2013-01-02 Christophe Matthieu[IMP] mail sanitize: add special email address for...
2012-12-31 Christophe Matthieu[FIX] tools: html_sanitize
2012-12-26 Thibault Delavallée[DOC] Added some comments. Updated failure message...
2012-12-26 Thibault Delavallée[IMP] html_sanitize: now uses the builtin cleaner of...
2012-12-21 Christophe Matthieu[MERGE] tools mail: Return the initial variable if...
2012-12-20 Antony Lesuisse[MERGE] turnk
2012-12-19 Christophe Matthieu[IMP] tools mail: encoding : add test for removing...
2012-12-19 Christophe Matthieu[IMP] tools mail: add test message with xml and doctype...
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-17 Raphael Collet[MERGE] trunk-acl-thu (check read/write access restrict...
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-12 Vo Minh Thu[FIX] check_field_access_rights: ignore nonexisting...
2012-12-12 Vo Minh Thu[FIX] test_fields: _all_columns must be modified simila...
2012-12-12 Vo Minh Thu[IMP] orm: check groups-based access rights on model...
2012-12-11 Christophe Simonis[FIX] res.partner: column "address" does not exists...
2012-12-11 Vo Minh Thu[IMP] tests: add test_acl to the openerp.tests suite.
2012-12-07 Thibault Delavallée[CLEAN] Query: cleaned a bit the code. All joins now...
2012-12-07 Thibault Delavallée[IMP] [MOV] Moved test_osv and test_translate from...
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-11-28 Fabien Meghazi[FIX] Ensure timzone is unset before testing
2012-11-20 Christophe Matthieu[FIX] tools mail: html_email_clean return False (standa...
2012-11-20 Christophe Matthieu[IMP] tools mail: remove one line test (double)
2012-11-19 Christophe Matthieu[FIX] tools.mail: html_email_clean test type and value...
2012-11-19 Christophe Matthieu[FIX] tools.mail: html_email_clean test type of empty...
2012-11-19 Christophe Matthieu[IMP] tools.mail: add a test for html_email_clean funct...
2012-11-16 Vo Minh Thu[IMP] test_limits/test_uninstall: added access rules.
2012-11-16 Vo Minh Thu[IMP] test_exceptions/test_impex: added access rules.
2012-11-15 Vo Minh Thu[FIX] test_db_cursor: explicitely close the cursor...
2012-11-15 Vo Minh Thu[IMP] removing some warnings (those one are generated...
2012-11-14 Thibault Delavallée[MERGE] Tools: mail.py: (E)Mail management
2012-11-14 Thibault Delavallée[FIX] Typo in tests.
2012-11-14 Thibault Delavallée[IMP] tools: added a true test for html_sanitize, some...
2012-11-12 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-12 Xavier Morel[FIX] temperate error message in case of missing requir...
2012-11-09 Olivier Dony[IMP] orm: make error handling more consistent when...
2012-11-09 Olivier Dony[FIX] tests.common: make ref() and browse_ref() work...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-08 Olivier Dony[IMP] ir_filters: add test for updating global default...
2012-11-07 Thibault Delavallée[IMP] tools: added text2html function, basically turnin...
2012-11-07 Xavier Morel[MERGE] from server
2012-11-07 Thibault Delavallée[IMP] tools: tests: cleaner: cleaned a bit test data...
2012-11-06 Thibault Delavallée[IMP] tests: moved append_to_html into right test file...
2012-11-06 Thibault Delavallée[REN] html_sanitize -> mail, to have a central file...
2012-11-06 Xavier Morel[FIX] test data: duplicating existing demo data crimps...
2012-11-06 Xavier Morel[FIX] recursive conversion of o2ms in import
2012-11-05 Raphael Collet[MERGE] from trunk
2012-10-31 Olivier Dony[MERGE] Sync with trunk
2012-10-31 Olivier Dony[IMP] tests.common: improved docstring for ref() and...
2012-10-31 Olivier Dony[ADD] tests.common: added testcase for ref() and browse...
2012-10-31 Stéphane Bidoul[IMP] ref and browse_ref helpers on openerp.tests.commo...
2012-10-30 Vo Minh Thu[DOC] openerp.tests.common: now included in the test...
2012-10-29 Raphael Collet[MERGE] from trunk
2012-10-29 Raphael Colletfields.related: simplify read and write methods
2012-10-29 Raphael Collet[MERGE] from trunk
2012-10-29 Vo Minh Thu[IMP] tests: added a whole-class setup/teardown base...
2012-10-22 Vo Minh Thu[MERGE] merged trunk.
2012-10-17 Jigar Amin[MERGE] Sync with trunk
2012-10-16 Vo Minh Thu[MERGE] Make sure we pass only lists, tuples or dicts...
2012-10-15 Raphael Collet[FIX] tests: add missing test
2012-10-15 Raphael Collet[FIX] res_users.login: fix query parameters in cr.execute
2012-10-12 Twinkle Christian... [FIX]fix test case warning
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-09 Xavier Morel[CHG] make empty cells clear out the corresponding...
2012-10-09 Xavier Morel[FIX] treat imported datetime as local to the context...
2012-10-08 Xavier Morel[FIX] incorrect views spec in relational fields 'more...
2012-10-05 Raphael Collet[IMP] test_orm: add test for create with given inherite...
2012-10-05 Raphael Collet[IMP] tests: add tests on model inheritance (_inherits)
2012-10-04 Xavier Morel[FIX] import tests pertaining to failing to link a...
2012-10-04 Xavier Morel[IMP] use moreinfo key to provide more info as to what...
2012-10-04 Xavier Morel[IMP] error messages for datetime error
2012-10-04 Xavier Morel[FIX] don't import empty cells at all rather than set...
2012-10-03 Xavier Morel[FIX] if a selection label is empty, return the value...
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-01 Xavier Morel[FIX] conversion and validation of date and datetime...
2012-10-01 Xavier Morel[FIX] type error when providing a non-integer for a...
2012-09-27 Xavier Morel[IMP] reimplement BaseModel.import_data on top of BaseM...
2012-09-27 Xavier Morel[FIX] replace warnings capture by explicitly returning...
2012-09-27 Xavier Morel[FIX] make conversion errors for floats and integers...
2012-10-10 Xavier Morel[ADD] forgotten test file
next