Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / fields.py
2014-12-02 Raphael Collet[FIX] fields: inherited fields get their attribute...
2014-11-27 Christophe Simonis[FIX] fields.py: in many2one convert_to_cache, value...
2014-11-27 Christophe Simonis[FIX] fields.py: Many2one fields only put valid values...
2014-11-25 Raphael ColletMerge pull request #3645 from odoo-dev/8.0-fix2manyupda...
2014-11-25 Raphael Collet[FIX] fields: in *2many convert_to_write(), return...
2014-11-24 Raphael Collet[IMP] models: rework the API that deals with dirty...
2014-11-24 Xavier Morel[ADD] ws doc: introspection, reports and workflows
2014-11-14 Denis Ledoux[FIX] api: avoid to return all fields *2many in onchanges
2014-11-13 Raphael Collet[IMP] models: improve performance of _setup_fields()
2014-11-06 Raphael Collet[FIX] fields: fix the translations of the labels of...
2014-11-06 Raphael Collet[IMP] fields: improve _determine_default() and add...
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-11-03 Richard Mathot[DOC] fields.py: oldname key
2014-10-30 Raphael Collet[FIX] fields: make field.store=False on old-style funct...
2014-10-28 Raphael Collet[FIX] fields: inherited fields should get 'string'...
2014-10-23 Raphael Collet[IMP] fields: remove unused imports
2014-10-23 Raphael Collet[IMP] fields: infer required=True on related fields
2014-10-23 Raphael Collet[IMP] fields: initialized computed fields to a null...
2014-10-22 Raphael Collet[IMP] fields: reuse column objects when possible, inste...
2014-10-22 Denis Ledoux[FIX] fields: selection, do not try to translate label...
2014-10-15 Raphael Collet[FIX] models: simplify partial setup of fields, let...
2014-10-14 Raphael Collet[FIX] models: in _add_field(), set the field as an...
2014-10-13 Raphael Collet[IMP] models: do not use compute methods to determine...
2014-10-09 Raphael Collet[IMP] fields: do not force required=True on related...
2014-10-09 Raphael Collet[IMP] fields: rename attribute 'copyable' into 'copy'
2014-10-09 Raphael Collet[IMP] fields: do not copy field objects anymore, but...
2014-10-09 Raphael Collet[IMP] fields: add assertions to check parameters (comod...
2014-10-09 Raphael Collet[IMP] fields: set the default value to the closest...
2014-10-09 Raphael Collet[IMP] fields: make attribute 'default' callable
2014-10-08 Raphael Collet[FIX] fields: in to_column(), returning self.column...
2014-10-06 Raphael Collet[FIX] models: fields_get() shall not return info about...
2014-10-01 Raphael Collet[IMP] fields: allow sorting on inherited field in list...
2014-10-01 Raphael Collet[IMP] fields: split multi-purpose '_origin' into 'colum...
2014-10-01 Raphael Collet[IMP] fields: split the default value from the compute...
2014-09-30 Denis Ledoux[FIX] fields: copy origin to avoid sharing field object...
2014-09-24 Raphael Collet[FIX] fields: a function field with fnct_search should...
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