[IMP] fields: reuse column objects when possible, instead of recreating them
[odoo/odoo.git] / openerp / osv / fields.py
2014-10-22 Raphael Collet[IMP] fields: reuse column objects when possible, inste...
2014-10-08 Raphael Collet[FIX] openerp/osv/fields: fix method to_field() to...
2014-10-01 Raphael Collet[IMP] fields: split multi-purpose '_origin' into 'colum...
2014-09-10 Raphael Collet[FIX] openerp/osv/fields: disable prefetching when...
2014-09-02 Raphael Collet[IMP] models: prefetch fields with groups (those to...
2014-09-02 Martin Trigaux[FIX] fields: avoid prefetching of one2many fields
2014-08-22 Raphael Collet[FIX] osv/fields.py: enable argument 'obj' in property...
2014-08-22 Raphael Collet[FIX] osv/fields.py: fix the fix at rev 43756a24.
2014-08-22 Raphael Collet[FIX] osv/fields.py: fix sum in rev 48dfd70
2014-08-22 Raphael Collet[IMP] osv/fields.py: improve code change of rev eea07e27
2014-08-21 Christophe Simonis[FIX] osv/fields.py: correct reading name_get of m2o...
2014-08-21 Raphael Collet[FIX] fields: in many2one property fields, name_get...
2014-08-21 Raphael Collet[FIX] fields: add missing option 'sanitize' on Html...
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-5 up to 39bee35
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-3 up to 8f13e83
2014-08-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to d0a0b7d
2014-08-20 Martin Ambroz[FIX] base: python 2.6 incompatibility for dictionary...
2014-08-19 Raphael Collet[FIX] models: improve rationale for the management...
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-13 Olivier Dony[MERGE] Forward-port saas-3 up to b9275da
2014-08-13 Olivier Dony[MERGE] Forward-port 7.0 up to 23cffab
2014-08-13 Samus CTO[FIX] context_timestamp MUST return a "timezone aware...
2014-08-11 Olivier Dony[IMP] fields.boolean: simplify symbol_set, cast to...
2014-08-07 Christophe Simonis[FIX] fields.py: correct copy/paste error, use the...
2014-08-07 Christophe Simonis[FIX] fields.py: handle "change_default" and "deprecate...
2014-08-07 Christophe Simonis[FIX] fields.py: fix old field to new field convertion
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-5 up to 9e8e365
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-3 up to a66f3dd
2014-06-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to 4bfcbb2
2014-06-25 Alexandre Fayolle[FIX] fields property: do not create empty properties
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-5 up to adf07a9
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-3 up to bf53aed
2014-06-18 Xavier Morel[FIX] website: missing timezone conversion back to UTC
2014-06-16 Denis Ledoux[MERGE] Forward-port of 7.0 bugfixes up to 63ea0df73ffd...
2014-06-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to 3c7a54a
2014-06-11 Christophe Simonis[MERGE] forward port of branch 7.0 up to 100eba8
2014-06-11 Jeremy Kersten[FIX] fields.py - avoid dict comprehension inside a...
2014-06-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to 4601d85
2014-06-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6fdb783
2014-06-06 Christophe Simonis[FIX] orm: do not recompute m2o stored function field...
2014-04-16 Quentin (OpenERP)[FIX] fields.date's date_to_datime function fixed
2014-04-15 Christophe Simonis[IMP] orm: postprocess function field values in batch
2014-04-14 Quentin (OpenERP)[IMP] fields.date: added date_to_datetime function
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5024...
2014-03-27 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-03-24 Martin Trigaux[FIX] parent_model is null if local column
2014-03-24 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-02-27 Thibault Delavallée[IMP] fields: html: now supports a sanitize argument...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-13 Martin Trigaux[IMP] avoid changing the API by passing the company_id...
2014-02-13 Martin Trigaux[MERGE] sync with 7.0
2014-01-23 Raphael Collet[FIX] fields: small python code fix
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-03 Thibault Delavallée[MERGE] Sync with trunk
2013-12-18 Martin Trigaux[MERGE] forward port of latest saas-2 until rev 4996...
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-06 Martin Trigaux[FIX] orm: inverting the condition seems to work (don...
2013-12-06 Martin Trigaux[FIX] orm: ignore existing link for operation (4, x...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-30 Fabien Pinckaers[IMP] Speed improvement
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5148...
2013-11-25 Martin Trigaux[FIX] fields: execute name_get for function field of...
2013-11-15 Xavier Morel[MERGE] from trunk
2013-10-31 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5113...
2013-10-30 Quentin (OpenERP)[FIX] osv.fields: don't raise an error for searching...
2013-10-28 Thibault Delavallée[MERGE] Sync with trunk
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4965...
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4914...
2013-10-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
2013-10-18 niv-openerp[MERGE] saas2
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-08 Martin Trigaux[IMP] remove useless comment
2013-10-08 Martin Trigaux[IMP] move comment to the right line
2013-10-08 Martin Trigaux[IMP] correctly bound _symbol_f and redifine self._symb...
2013-10-08 Martin Trigaux[FIX] function fields: bound symbol methods of function...
2013-10-07 Thibault Delavallée[MERGE] Sync with trunk until revision 4967 (including...
2013-10-06 Antony Lesuisserename links get, allow reference fields without size.
2013-09-26 Xavier Morel[IMP] reimplement t-field using new converters
2013-09-26 Xavier Morel[ADD] Conversions from field values to "html" content
2013-07-09 Thibault Delavallée[IMP] fields: date, datetime: added MONTHS variable...
2013-07-02 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4893...
2013-06-27 Denis Ledoux[MERGE]forward port of latest 7.0 bugfixes, up to rev...
2013-06-24 Quentin (OpenERP)[FIX] ir_property: fixes in property fields related...
2013-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
2013-06-19 Quentin (OpenERP)[REF] fields: removed deprecated view_load attribute...
2013-06-04 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
next