[FIX] export_data: avoid access error while auto-generating external IDs during export
[odoo/odoo.git] / openerp / osv / orm.py
2012-06-08 Olivier Dony[FIX] export_data: avoid access error while auto-genera...
2012-06-04 Olivier Dony[FIX] OPW 575395: orm: don't defer function field compu...
2012-04-19 msh-openerp[FIX]Fixed the issue of translation for node which...
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-20 Olivier Dony[FIX] Correct remaining SQL now() calls, must use UTC
2012-02-15 Vo Minh Thu[FIX] fields: duplicate float fields per registry ...
2012-02-08 Vo Minh Thu[IMP] gunicorn: moved database signaling to RegistryMan...
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-16 Vo Minh Thu[MERGE] merged trunk.
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 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...
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[FIX] orm: typos
2011-12-22 Olivier Dony[MERGE] sync with trunk
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-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 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-02 Stefan Rijnhart[FIX] replace exception by warning, for friendly deprec...
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-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-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...
2011-10-06 Xavier Morel[ADD] wrapper to the modifiers setup process to simplif...
2011-10-06 Vo Minh Thu[IMP] orm: added small comment.
2011-10-06 Vo Minh Thu[MERGE] orm: cleand get_pg_type(). Changes as written...
2011-10-05 Xavier Morel[IMP] raise error when iterating over browse_record
2011-10-05 Vo Minh Thu[FIX] orm: allow negative varchar size (meaning no...
2011-10-05 Olivier Dony[MERGE] various bugfixes/improvements (coming from...
2011-10-05 Vo Minh Thu[MERGE] merged trunk.
2011-10-04 Olivier Dony[FIX] orm: typo in computation of Model._original_module
2011-10-04 Olivier Dony[FIX] orm.export_data: 'module' column is required...
2011-10-04 Olivier Dony[REM] orm: annoying INFO log lines
2011-10-04 Olivier Dony[IMP] orm: remember Model._original_module when constru...
2011-10-04 Vo Minh Thu[FIX] orm: a typo made all models treated as if they...
2011-10-04 Vo Minh Thu[MERGE] orm: use directly lxml.etree to generate defaul...
2011-10-03 Vo Minh Thu[MERGE] merged trunk.
2011-10-03 Vo Minh Thu[MERGE] merged trunk.
2011-10-03 Olivier Dony[IMP] browse_record._table -> browse_record._model
2011-09-30 Olivier Dony[IMP] orm: rename/cleanup: get_xml_id* -> get_external_id*
2011-09-30 Olivier Dony[FIX] fields: m2m SQL names may be dynamic now, care...
2011-09-29 Xavier Morel[FIX] typo syntax error
2011-09-29 Xavier Morel[MERGE] trunk
2011-09-29 Xavier Morel[FIX] do not remove 'multi=True' actions in fields_view...
2011-09-29 Vo Minh Thu[FIX] exceptions: except_osv in already a synonym for...
2011-09-28 Vo Minh Thu[IMP] orm: expose ir.model.access check shortcuts.
2011-09-27 Olivier Dony[MERGE] osv_memory removed, merged into database-backed...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Fabien Pinckaersmerge
2011-09-27 Fabien Pinckaers[IMP] generate XML id when exporting an ID that does...
2011-09-27 Naresh (OpenERP)[FIX/IMP]:stored function override were not removed
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-26 Olivier Dony[IMP] start unifying the SUPERUSER_ID constant
next