[FIX] parent_model is null if local column
[odoo/odoo.git] / openerp / osv / fields.py
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-13 Martin Trigaux[IMP] avoid changing the API by passing the company_id...
2014-02-13 Martin Trigaux[MERGE] sync with 7.0
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
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-11-25 Martin Trigaux[FIX] fields: execute name_get for function field of...
2013-10-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
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-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
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-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
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersimp
2012-08-20 Fabien Pinckaers[IMP] message_read on mail.message
2012-08-19 Fabien Pinckaers[IMP] need action & mails
2012-08-15 Thibault Delavallée[MERGE] Merged with main server.
2012-08-15 Fabien Pinckaers[IMP] dynamic domains on O2M, remove needaction_pending
2012-08-14 niv-openerp[IMP] added html field
2012-08-14 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-13 niv-openerpAdded some code to sanitize html
2012-08-13 niv-openerpAdded html field type
2012-08-09 Thibault Delavallée[CLEAN] Removed unnecessary \(.
2012-08-09 Thibault Delavallée[IMP] fields: many2many: extracted query generation...
2012-08-09 Thibault Delavallée[IMP] orm: added a deprecated attribute on fields....
2012-08-06 Antony Lesuisse[REM] fields float integer useless warning, required...
2012-08-03 Olivier Dony[FIX] fields.reference: missing coercion to int for...
2012-08-02 Olivier Dony[IMP] name_get: support more field types and improve...
2012-07-23 Xavier Morel[IMP] coerce 'falsy' char sizes to None
2012-07-23 Xavier Morel[IMP] replace equality None test by identity test
2012-07-23 Xavier Morel[IMP] field.char: make string and size optional
2012-06-19 tfr@openerp.com[FIX] fields.many2many : Always respect destination...
2012-05-21 Olivier Dony[FIX] fields: remove leftover print statement from...
2012-05-19 Fabien Pinckaers[IMP] improved kanban view of modules
2012-05-18 Olivier Dony[IMP] orm: support model-level @groups attribute for...
2012-04-19 Xavier Morel[FIX] previous fix: actual module should be __builtin__
2012-04-19 Xavier Morel[FIX] really convert to float when trying to convert...
2012-03-22 Vo Minh Thu[IMP+FIX] fields: removed references to one2one, but...
2012-03-22 Vo Minh Thu[IMP] fields: removed any reference to integer_big.
2012-03-22 Vo Minh Thu[IMP] fields: removed deprecated fields (time, integer_...
2012-03-19 Raphael Collet[MERGE] from trunk
2012-03-09 Raphael Collet[FIX] related fields: fix and simplify search (was...
2012-03-09 Raphael Collet[FIX] osv/fields: undo change
2012-03-09 Raphael Collet[IMP] undo rev. 4158 for osv/fields.py, fix it in anoth...
2012-03-08 Raphael Collet[FIX] base/res_partner: small fix for backward compatib...
2012-02-22 Olivier Dony[FIX] fields.binary: allow writing base64 unicode strin...
2012-02-15 Olivier Dony[FIX] reports: formatLang() should render datetime...
2012-02-14 Olivier Dony[FIX] fields.sparse: fix multiple relational sparse...
2012-02-14 Olivier Dony[FIX] fields.date.context_today: proper signature for...
2012-02-14 Olivier Dony[IMP] fields.date.context_today: actually use the optio...
2012-02-13 Olivier Dony[ADD] field.date.context_today: added function to use...
2012-02-09 Vo Minh Thu[IMP] fields: turn the warning() in a debug() for the...
2012-02-08 Florent Xicluna[MRG] merge trunk.
2012-01-25 Vo Minh Thu[IMP] warnings: turn warnings.warn into logging.warning:
2012-01-19 Florent Xicluna[REM] unused imports.
2012-01-18 Vo Minh Thu[IMP] fields: use simplejson instead of json (for consi...
next