Launchpad automatic translations update.
[odoo/odoo.git] / bin / tools / yaml_import.py
2011-06-05 P. Christeasyaml_import: fix ambiguous syntax at end of report
2011-01-04 Olivier Dony[FIX] all: ensure all open files are closed (partial...
2010-12-03 Olivier Dony[FIX] base,yaml: fixed !assert with "count" attribute...
2010-11-24 Olivier Dony[IMP] yaml_import: improved resolution of XML IDs
2010-11-23 P. Christeasyaml-import: fix working with deleted data
2010-10-26 Julien Thewys[FIX] ir.model.data is writable only by admin user...
2010-10-15 Olivier Dony[ADD] ir.actions.act_window: added support for multi...
2010-10-12 Olivier Dony[FIX] reports: fixed yaml_import for new file attribute...
2010-10-08 Olivier Dony[IMP] reports: support generic report_file field instea...
2010-09-17 Olivier Dony[FIX] yaml_import: proper support of different value...
2010-09-16 Olivier Dony[IMP] yaml_import: enforce ISO date format for date...
2010-09-16 Olivier Dony[IMP] yaml_import: enforce ISO date format for date...
2010-09-02 P. Christeas[IMP] tools/yaml_import: Try to explain values of faile...
2010-09-01 Fabien Pinckaersmerge
2010-09-01 Fabien Pinckaersbetter error message when crashing a yaml test
2010-09-01 Harry (OpenERP)[FIX] tools/yml_import: pass context into update data...
2010-07-13 pap (OpenERP)[IMP] data serialization/loading: support timedelta...
2010-06-08 Julien Thewys[MERGE] Merged data loader fixes.
2010-06-04 Olivier Dony[ADD] safe_eval: final round of adjustments, seems...
2010-05-19 Fabien Pinckaers[IMP] logs background activities
2010-05-03 Olivier Dony[IMP] work-in-progress: initial version of safe_eval...
2010-05-03 Olivier Dony[FIX] removed use of magic methods/attributes, plus...
2010-04-30 PAP(OpenERP)Improved yml import for recording osv.memory objects
2010-04-21 Julien Thewys[ADD] Added elementary support for inherited fields...
2010-04-08 Julien Thewys[REF] !python block test should not impose 'self':...
2010-04-08 Julien Thewys[REF] Fixed Eval test.
2010-04-08 Julien Thewys[FIX] Fixed NameError.
2010-04-02 Julien Thewys[REF] function, ref, eval nodes.
2010-04-02 Julien Thewys[REF] Cleanup ir_model_data._unlink
2010-04-02 Julien Thewys[REF] Cleanup of delete tag.
2010-04-01 Julien Thewys[FIX] Fixed function evaluation.
2010-04-01 Julien Thewys[FIX] Safer assignment to many2one.
2010-04-01 Julien Thewys[FIX] Fixed eval context.
2010-04-01 Julien Thewys[FIX] Added support for string and constant (int) loggi...
2010-04-01 Julien Thewys[FIX] Workflow transition takes the model name, not...
2010-04-01 Julien Thewys[FIX] Logs the stack trace.
2010-04-01 Julien Thewys[FIX] Assertion expressions list is a direct child...
2010-04-01 Julien Thewys[IMP] Warn if an assertion has not been evaluated.
2010-03-31 Julien Thewys[IMP] Added search for record relations.
2010-03-30 Julien Thewys[REF] Splitted YAML custom tags definition in itw own...
2010-03-09 Julien Thewys[FIX] Do not rollback failing tests for the moment:
2010-03-09 Julien Thewys[IMP] Added noupdate support in global context.
2010-03-09 Julien Thewys[IMP] Cleanup.
2010-03-08 Julien Thewys[REF] Reorganized imports (and undo previous non-sense...
2010-03-08 Julien Thewys[REF] Reoarganized imports, catches yaml not found.
2010-03-07 Julien Thewys[REF] Uses logging.getLogger instead of the to be depre...
2010-03-07 Julien Thewys[REF] Renamed file and moved import statement.