[ADD] big bit on new import: pretty much everything but o2m
[odoo/odoo.git] / openerp / osv / fields.py
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-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-01-25 Vo Minh Thu[IMP] warnings: turn warnings.warn into logging.warning:
2012-01-18 Vo Minh Thu[IMP] fields: use simplejson instead of json (for consi...
2012-01-15 Florent Xicluna[REF] consistently use simplejson as json library.
2012-01-09 Olivier Dony[FIX] fields.o2m: respect static @domain when clearing...
2012-01-05 Guewen Baconnier[FIX] Sparse field: get relation of the correct field
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-12-22 Olivier Dony[IMP] fields.sparse: custom sparse field creation now...
2011-12-22 Olivier Dony[MERGE] sync with trunk
2011-12-21 Olivier Dony[FIX] fields.float: always round floats when persisting
2011-12-20 Olivier Dony[IMP] float_utils: simplified code, added float_repr
2011-12-20 Olivier Dony[FIX] fields.float: properly round when coercing to...
2011-11-28 Olivier Dony[MERGE] Fix bug 891544 - prevent double-encoding of...
2011-11-28 Naresh (OpenERP)[FIX]:Incorect format of report in OpenOffice
2011-11-18 Olivier Dony[FIX] fields.related: lazy init should avoid race condi...
2011-11-17 Olivier Dony[IMP] orm,fields: some cleanup for sparse field impleme...
2011-11-16 Olivier Dony[MERGE] Implementation of sparse field (to review)...
2011-11-09 Olivier Dony[ADD] orm.fields_get: include `relation_field` for...
2011-11-01 Guewen Baconnier[FIX] fields.sparse: do not store the keys with null...
2011-10-21 Olivier Dony[IMP] fields.boolean,integer,float: warning when requir...
2011-10-13 Quentin (OpenERP)[FIX] fields.related: fix example in docstring
2011-10-06 Vo Minh Thu[MERGE] fields.property: correctly tests for many2one...
2011-10-05 Vo Minh Thu[IMP] fields.property: be more explicit when testing...
2011-10-05 Vo Minh Thu[FIX] two loops one loop (a previous commit) was wrongl...
2011-10-05 Vo Minh Thu[IMP] fields.reference: two loops one loop.
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-10-05 Yogesh (OpenERP)[FIX] fix problem of poperty filed. if property field...
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-10-03 Olivier Dony[IMP] field.m2m: better doc for auto-named m2m relation...
2011-09-30 Olivier Dony[FIX] fields: m2m SQL names may be dynamic now, care...
2011-09-26 Olivier Dony[IMP] fields.m2m: support implicit generation of m2m...
2011-09-26 Olivier Dony[IMP] orm: enforce proper m2o ondelete rules between...
2011-09-23 Olivier Dony[REM] orm: m2m._no_foreign_keys attribute removed,...
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-19 Naresh (OpenERP)[MERGE FROM TRUNK]
2011-09-17 sebastien beau[IMP] add a new class sparse
2011-09-15 Vo Minh Thu[MERGE] fields: correct (5,_) operation on many2many...
2011-09-06 Olivier Dony[FIX] fields.function: type=binary: workaround for...
2011-09-04 sebastien beau[REF] refactor serialized field based on a patch sent...
2011-08-29 Vo Minh Thu[IMP] orm: option to make many2many relation tables...
2011-08-26 Vo Minh Thu[MERGE] merged trunk.
2011-08-26 Naresh (OpenERP)[FIX]:_inherits for multilevel inheritence
2011-08-26 Vo Minh Thu[MERGE] merged trunk.
2011-08-25 Xavier Morel[FIX] fnct_inv in client actions params, fix docstring...
2011-08-22 Vo Minh Thu[MERGE] merged trunk.
2011-08-18 Olivier Dony[IMP] fields.function: don't wrap int values unless...
2011-08-17 gpa[FIX] Fixed problem of unlink tuple (5) in many2many
2011-08-16 Vo Minh Thu[REF] fields: removed osv_memory-related methods (...
2011-08-12 Vo Minh Thu[REF] fields: renamed orm_template in orm (in the docst...
2011-07-12 Vo Minh Thu[IMP] fields.py: removed unused import (and cyclic...
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Vo Minh Thu[FIX] fields.property: set the m2o fields as False...
2011-07-11 Vo Minh Thu[IMP] fields.py: removed unnecessary initialization.
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] openerp/osv/fields.py: _get_defaults() and _fnct_...
2011-07-07 Quentin (OpenERP)[FIX] fields.py: reading and writing on ir.property...
next