[FIX] translate: Fix debug print when parse path list to translate.
[odoo/odoo.git] / openerp / tests / addons /
2013-10-24 Stefan Rijnhart[FIX] Update test for external id
2013-02-11 Xavier Morel[IMP] don't log from import when converting psycopg...
2012-11-28 Fabien Meghazi[FIX] Ensure timzone is unset before testing
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-12 Xavier Morel[FIX] temperate error message in case of missing requir...
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-10-12 Twinkle Christian... [FIX]fix test case warning
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-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
2012-09-25 Xavier Morel[FIX] use lists instead of iterators in BaseModel._extr...
2012-09-25 Xavier Morel[ADD] ability to convert postgres error messages to...
2012-09-25 Xavier Morel[ADD] 'more info' action to m2o, o2m and m2m linking...
2012-09-24 Xavier Morel[IMP] return a dict from Model.load for easier future...
2012-09-24 Xavier Morel[IMP] allow converters to add data to import messages...
2012-09-24 Xavier Morel[IMP] return fields_get-style translated field strings...
2012-09-20 Xavier Morel[IMP] translation tests, translated acceptable values...
2012-09-20 Xavier Morel[ADD] inline o2m LINK_TO (m2m-style)
2012-09-20 Xavier Morel[FIX] non-linking o2m tests, corresponding code
2012-09-20 Xavier Morel[ADD] force linking to existing o2m being updated
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
2012-09-12 Jigar Amin - OpenERP[merge] lp:openobject-server
2012-09-10 Stephane Wirtel[MERGE] server: remove unused imports (Thanks to Floren...
2012-09-07 Twinkle Christian... [IMP]Remove serverwarning
2012-09-06 Xavier Morel[ADD] test for retarded behavior when importing o2m...
2012-08-22 Christophe Simonis[FIX] remove loggging for test "test_out_of_range"...
2012-08-13 Vo Minh Thu[MERGE] merged trunk.
2012-08-10 Vo Minh Thu[MERGE] impex tests: added test module to unittest...
2012-08-08 Vo Minh Thu[IMP] test addons: pushed the Tests menu to the far...
2012-08-08 Twinkle Christian... [IMP]Remove type field from the remaining views.
2012-08-07 Vo Minh Thu[FIX] impex tests: removed unnecessary code.
2012-08-07 Vo Minh Thu[IMP] impex tests: moved test cases and models in their...
2012-06-27 Jigar Amin - OpenERP[MERGE] lp:openobject-server:
2012-06-19 Turkesh Patel (Ope... [IMP] remove cancel button from wizard and improved...
2012-06-01 Vo Minh Thu[IMP] uninstall: added some docstrings.
2012-06-01 Vo Minh Thu[IMP] uninstall: use a dedicated table for many2many...
2012-06-01 Vo Minh Thu[IMP] uninstall: use dedicated table instead of overloa...
2012-05-31 Vo Minh Thu[IMP] uninstall: started test module, added new ir_mode...
2012-02-08 Florent Xicluna[REM] more unused imports.
2012-01-30 Vo Minh Thu[IMP] manifest: renamed active to auto_install.
2012-01-20 Vo Minh Thu[IMP] gunicorn: changed `print` with `logging.info`.
2012-01-20 Vo Minh Thu[IMP] gunicorn: add CPU and memory limits.
2011-12-01 Vo Minh Thu[IMP] tests: moved tests into openerp.tests, expose...
2011-11-15 Vo Minh Thu[IMP] Moved the tests directory inside the openerp...