Launchpad automatic translations update.
[odoo/odoo.git] / openerp / osv /
2012-03-23 Vo Minh Thu[MERGE] merged trunk.
2012-03-09 olt@tinyerp.com[FIX] 'create_instance' method: the check for parent_mo...
2012-03-05 Vo Minh Thu[MERGE] merged 6.1.
2012-02-23 Olivier Dony[FIX] orm: model auto-init - better algorithm for detec...
2012-02-23 Olivier Dony[FIX] orm: inherited `active` fields should be used...
2012-02-23 olt@tinyerp.com[FIX] pep8: tab -> space
2012-02-22 Olivier Dony[FIX] fields.binary: allow writing base64 unicode strin...
2012-02-20 Olivier Dony[FIX] Correct remaining SQL now() calls, must use UTC
2012-02-15 Olivier Dony[MERGE] Fix bug 932170 - formatLang() should render...
2012-02-15 Olivier Dony[FIX] reports: formatLang() should render datetime...
2012-02-15 Vo Minh Thu[FIX] fields: duplicate float fields per registry ...
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[MERGE] merged trunk.
2012-02-09 Vo Minh Thu[IMP] fields: turn the warning() in a debug() for the...
2012-02-08 Vo Minh Thu[IMP] gunicorn: signaling used for more than just execu...
2012-02-08 Vo Minh Thu[IMP] gunicorn: moved database signaling to RegistryMan...
2012-02-08 Vo Minh Thu[MERGE] merged trunk.
2012-02-02 Vo Minh Thu[IMP] inter-process signaling, proof-of-concept.
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-25 Vo Minh Thu[IMP] warnings: turn warnings.warn into logging.warning:
2012-01-25 Xavier Morel[IMP] move browse_record to logging, __init__ docstring...
2012-01-24 Vo Minh Thu[IMP] openerp.loglevels: removed calls to openerp.logle...
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2012-01-19 Olivier Dony[FIX] expression: properly care for implicitly defined...
2012-01-18 Vo Minh Thu[IMP] fields: use simplejson instead of json (for consi...
2012-01-18 Vo Minh Thu[IMP] tools: removed some functools functions (they...
2012-01-16 Vo Minh Thu[MERGE] merged trunk.
2012-01-15 Florent Xicluna[REF] consistently use simplejson as json library.
2012-01-10 Vo Minh Thu[MERGE] merged trunk.
2012-01-10 Vo Minh Thu[IMP] orm: cosmetics (and the runbot will build this...
2012-01-09 Olivier Dony[FIX] fields.o2m: respect static @domain when clearing...
2012-01-09 Vo Minh Thu[IMP] openerp.addons: openerp.addons is used instead of
2012-01-09 Vo Minh Thu[FIX] orm: correctly set the module name on the model...
2012-01-05 niv-openerp[fix] forgot debugging lines
2012-01-05 niv-openerp[imp] added service in object_service to be able to...
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-28 Fabien Pinckaers[FIX] import/export fully working through web interface
2011-12-28 Fabien Pinckaers[FIX] import/export
2011-12-22 Olivier Dony[MERGE] orm: dead code removal, courtesy of Olivier...
2011-12-22 Olivier Dony[IMP] fields.sparse: custom sparse field creation now...
2011-12-22 Olivier Dony[FIX] orm: typos
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[MERGE] latest trunk
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-12-20 Olivier Dony[FIX] read_group: NULL->False for grouped boolean fields
2011-12-19 Fabien Pinckaers[IMP] allow non integer for ID's
2011-12-14 Olivier Macchioni[FIX] removed dead code
2011-12-02 Naresh (OpenERP)[FIX]:Properties should be deleted when the related...
2011-12-01 Olivier Dony[MERGE] Bug 303455: orm.create() - use local before...
2011-12-01 Xavier Morel[REM] import_data: unused variables, redundant parens...
2011-12-01 Xavier Morel[FIX] correctly restore partial import index when resta...
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-23 Olivier Dony[IMP] read_group: pass superuser uid to group_by_full...
2011-11-21 Olivier Dony[FIX] orm.read_group: fix merge logic for read_group_full:
2011-11-18 Olivier Dony[FIX] orm.read_group: check for empty groupby list
2011-11-18 Olivier Dony[MERGE] orm.read_group: partial refactoring, by xmo
2011-11-18 Olivier Dony[FIX] orm.read_group: fix issues in read_group_full...
2011-11-18 Olivier Dony[FIX] fields.related: lazy init should avoid race condi...
2011-11-18 Fabien Pinckaersfix
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-16 Olivier Dony[MERGE] warn when create()/write() touches unknown...
2011-11-15 Christophe Simonis[FIX] group_by_full
2011-11-15 Xavier Morel[IMP] selection of fields to aggregate in read_group
2011-11-15 Xavier Morel[IMP] orm: make creation of dict from key names (with...
2011-11-14 Fabien Pinckaersunusedcode
2011-11-13 Fabien Pinckaers[FIX] count 0, need to fix the web client
2011-11-13 Fabien Pinckaers[IMP] _group_by_full implementation
2011-11-10 niv-openerp[fix] exception when querying a tree view for an osv...
2011-11-09 Olivier Dony[ADD] orm.fields_get: include `relation_field` for...
2011-11-09 Vo Minh Thu[IMP] typo.
2011-11-02 Stefan Rijnhart[FIX] replace exception by warning, for friendly deprec...
2011-11-01 Guewen Baconnier[FIX] fields.sparse: do not store the keys with null...
2011-11-01 Stefan Rijnhart[FIX] model and field name were reversed in exception...
2011-11-01 Stefan Rijnhart[FIX] Raise when an unknown field is being written to
2011-10-21 Olivier Dony[IMP] fields.boolean,integer,float: warning when requir...
2011-10-19 Xavier Morel[IMP] alias some values in data import, for readability
2011-10-19 Xavier Morel[IMP] iterate over list indexes + ids via enumerate...
2011-10-13 Quentin (OpenERP)[FIX] fields.related: fix example in docstring
2011-10-12 Vo Minh Thu[FIX] orm.copy(): corrected return value in docstring.
2011-10-11 Olivier Dony[FIX] Model.import_data docstring: cleanup + clear...
2011-10-11 Olivier Dony[FIX] expression: proper handling of empty string in...
2011-10-11 Olivier Dony[IMP] orm: resolve_o2m_commands_...: simplify assert...
2011-10-11 Xavier Morel[IMP] docstring for resolve_o2m_commands_...
2011-10-11 Xavier Morel[IMP] make resolve_o2m_commands_to_record_dicts's resul...
2011-10-11 Xavier Morel[ADD] don't blow up on a singleton DELETE_ALL command...
2011-10-11 Xavier Morel[IMP] raise assertion error if an o2m command is not...
2011-10-11 Xavier Morel[IMP] handle case where o2m commands are pairs instead...
2011-10-11 Xavier Morel[IMP] rename serialize_o2m_commands to resolve_o2m_comm...
2011-10-10 Xavier Morel[ADD] method to correctly serialize o2m commands into...
2011-10-07 Olivier Dony[FIX] orm.browse_record: avoid printing unrelated trace...
next