Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / base / ir / ir_fields.py
2013-11-12 Cecile Tonglet[FIX] Import on model ir.translation was broken because...
2013-09-27 Olivier Dony[FIX] ir.fields.converter: fields.reference values...
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-11-06 Xavier Morel[FIX] recursive conversion of o2ms in import
2012-10-09 Xavier Morel[FIX] treat imported datetime as local to the context...
2012-10-09 Xavier Morel[FIX] m2m command in import
2012-10-08 Xavier Morel[IMP] use readable relation helper to generate a '6...
2012-10-08 Xavier Morel[FIX] missing translation mark on exception message
2012-10-08 Xavier Morel[IMP] avoid reimplementing (ir.model.data).get_object_r...
2012-10-08 Xavier Morel[FIX] incorrect views spec in relational fields 'more...
2012-10-08 Xavier Morel[FIX] docstring typo for name of converter methods...
2012-10-08 Xavier Morel[IMP] remove docstring for cr, uid following odo review
2012-10-04 Xavier Morel[IMP] 'more info' actions from relational fields conversion
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-03 Xavier Morel[FIX] if a selection label is empty, return the value...
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[FIX] replace warnings capture by explicitly returning...
2012-09-27 Xavier Morel[FIX] make conversion errors for floats and integers...
2012-09-25 Xavier Morel[IMP] convert empty import fields to False values witho...
2012-09-25 Xavier Morel[FIX] use lists instead of iterators in BaseModel._extr...
2012-09-25 Xavier Morel[ADD] 'more info' action to m2o, o2m and m2m linking...
2012-09-24 Xavier Morel[IMP] allow converters to add data to import messages...
2012-09-24 Xavier Morel[IMP] cache boolean and selection translations for...
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...