[FIX] base/res_partner: small fix for backward compatibility
[odoo/odoo.git] / openerp / osv / fields.py
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...
2011-07-07 Quentin (OpenERP)[IMP] openerp/osv/fields.py: reading a property field...
2011-07-05 niv-openerp[merge]
2011-07-05 niv-openerp[imp] changed meaning of operation 3 on o2m to behave...
2011-07-01 Olivier Dony[IMP] fields.function: removed method=True param, added...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-30 niv-openerp[imp] small bug in o2m 5 improvement
2011-06-30 niv-openerp[merge]
2011-06-29 niv-openerp[imp] modified meaning of operation 5 on o2m to delete...
2011-06-27 Vo Minh Thu[MERGE] some refactoring in fields_view_get.
2011-06-24 Vo Minh Thu[FIX] fields: pass around the context in the create...
2011-06-24 Yogesh (OpenERP)[FIX] add get method in refrence field and check if...
2011-06-23 P. Christeasorm, tools, addons: Doc strings improvements
2011-06-21 Vo Minh Thu[REF] orm: add a column_info class to represent entries...
2011-06-19 Olivier Dony[FIX] fields: function/property fields should perform...
2011-06-17 Vo Minh Thu[REF] orm: fields_get in pieces, now with docstring.
2011-06-15 Vo Minh Thu[MERGE] `multi` support for function fields.
2011-06-15 Yogesh (OpenERP)[IMP] improve code.
2011-06-15 Yogesh (OpenERP)Improve code.
2011-06-13 Yogesh (OpenERP)[IMP] improve get method of function field.
2011-06-08 Yogesh (OpenERP)[FIX] fix problem of ir.property created if same value...
2011-05-25 Vo Minh Thu[MERGE] merged changes from 6.0
2011-05-23 Yogesh (OpenERP)[FIX] fields.function work in multi mode for binary...
2011-03-15 Olivier Dony[MERGE] merged fix for osm_memory.read() of m2o fields...
2011-02-07 Vo Minh Thu[IMP] openerp python module.