[IMP] fields: reset decimal precision on new-style fields
[odoo/odoo.git] / openerp / fields.py
2014-09-18 Raphael Collet[IMP] fields: reset decimal precision on new-style...
2014-09-17 Raphael Collet[FIX] fields: make convert_to_cache() more robust with...
2014-09-16 Denis Ledoux[FIX] fields: convert_to_read, handle missing many2one...
2014-09-15 Raphael Collet[FIX] fields: in *2many.convert_to_cache, fix the effec...
2014-09-11 Raphael Collet[FIX] fields: in computed fields, handle AccessError...
2014-09-09 Christophe Simonis[FIX] fields.py: One2many fields only set inverse field...
2014-09-04 Raphael Collet[IMP] models: inherited fields are related fields read...
2014-09-02 Raphael Collet[IMP] fields: update inverse fields lazily for performance
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-08-21 Raphael Collet[FIX] fields: add missing option 'sanitize' on Html...
2014-08-20 Denis Ledoux[FIX] fields: *2many related fields should not be read...
2014-08-13 Olivier Dony[FIX] orm field (new api): preserve empty values instea...
2014-08-08 Raphael Collet[FIX] fields: generalize inverse_field to a list of...
2014-08-07 Olivier Dony[IMP] fields.Date[Time]: convert_to_cache: avoid costly...
2014-08-07 Olivier Dony[IMP] orm.Field: doc for @copy attribute
2014-08-07 Christophe Simonis[FIX] fields.py: handle "change_default" and "deprecate...
2014-08-06 Olivier Dony[FIX] orm: _compute_related: ensure prefetch is done...
2014-08-06 Raphael Collet[IMP] fields: add mechanism to extend a selection field
2014-08-06 Christophe Simonis[FIX] Allow search on `_inherits` fields.
2014-08-06 Raphael Collet[FIX] fields: convert_to_cache() on *2many fields must...
2014-08-04 Olivier Dony[IMP] base: improved doc for `states` attribute of...
2014-08-04 Raphael Collet[FIX] models: default_get() shall not return a dict...
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-07-30 Raphael ColletMerge pull request #1284 from sebalix/8.0-fix-xmlrpc...
2014-07-30 Olivier Dony[REM] fields: remove fields.Any, temporary artifact...
2014-07-23 Olivier Dony[FIX] fields: do not revalidate field values unless...
2014-07-20 sebalix[FIX] read() method returns None values incompatible...
2014-07-08 Raphael ColletMerge pull request #989 from odoo-dev/8.0-sql-models-rco
2014-07-08 Raphael Collet[IMP] fields: improve code in former commit
2014-07-08 Raphael Collet[IMP] fields: add missing case for invalidating fields...
2014-07-08 Raphael Collet[FIX] fields: add a type to field Id; this fixes #990
2014-07-08 Raphael Collet[FIX] models, fields: add model dependencies for models...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco