[MERGE] forward port of branch 7.0 up to 4bfcbb2
[odoo/odoo.git] / openerp / osv / fields.py
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-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 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 7.0 up to 6fdb783
2014-06-06 Christophe Simonis[FIX] orm: do not recompute m2o stored function field...
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...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-20 <jam@tinyerp.com>[FIX]ir_property: If we add a property on a many2one...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-01-11 Olivier Dony[FIX] fields.date[time]: context_today()/context_timest...
2012-12-19 Thibault Delavallée[REV] Reverted some changes that should not be present...
2012-12-18 Fabien Pinckaers[REVERT] revert changes in the server
2012-12-18 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-17 Thibault Delavallée[IMP] tracked: models now have a _track attribute,...
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Thibault Delavallée[MERGE] Merged lp:~openerp-dev/openobject-server/trunk...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-12 Vo Minh Thu[FIX] test_fields: _all_columns must be modified simila...
2012-12-11 Sanjay Gohel (Open... [MERGE]merge with trunk
2012-12-10 Sanjay Gohel (Open... [IMP]add tracked attribute on fields
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-09 Antony Lesuisse[IMP] fields warning display args to locate them
2012-12-05 Thibault Delavallée[CLEAN] fields.py: added auto_join in one2many and...
2012-12-04 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-27 Thibault Delavallée[ADD] fields.py: added _auto_join attribute. This attri...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-19 Christophe Matthieu[FIX] fields.html: behave as fields.text for empty...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-06 Thibault Delavallée[FIX] fields.py: html_sanitize now in mail file.
2012-11-05 Raphael Collet[IMP] fields.related._fnct_read: small improvements
2012-11-05 Raphael Collet[FIX] fields.related._fnct_read: fix handling of type...
2012-11-05 Raphael Collet[FIX] fields.related._fnct_write: handle the case where...
2012-10-29 Raphael Colletfields.related: simplify read and write methods
2012-10-29 Raphael Collet[MERGE] from trunk
2012-10-10 Xavier Morel[MERGE] from trunk
2012-09-26 Olivier Dony[API/IMP] fields: cleanup field_to_dict + make @depreca...
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
2012-09-05 Olivier Dony[IMP] fields: review/simplify patch for callable domain...
2012-09-03 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
next