[FIX] removed dead code
[odoo/odoo.git] / openerp / osv / orm.py
2011-12-14 Olivier Macchioni[FIX] removed dead code
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-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
2011-09-26 Xavier Morel[IMP] doc for import_data
2011-09-24 Olivier Dony[MERGE] no-op merge of trunk, discarding osv-memory...
2011-09-24 Olivier Dony[FIX] orm,expression: special-case previous commit...
2011-09-24 Olivier Dony[FIX] orm,expression: sanity checks for domain terms...
2011-09-23 Olivier Dony[IMP] orm: fix Model hierarchy to avoid TransientModel...
2011-09-23 Olivier Dony[IMP] review/cleanup + fix TransientModels inheritance
2011-09-23 Olivier Dony[REM] orm: m2m._no_foreign_keys attribute removed,...
2011-09-23 Olivier Dony[FIX] orm.py: missing patch, lost during last merge
2011-09-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 Vo Minh Thu[MERGE] merged trunk.
2011-09-22 Xavier Morel[IMP] use same fieldpath-splitting function in data_imp...
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-21 Vo Minh Thu[IMP] orm: get_pg_type() does not use early return.
2011-09-20 Vo Minh Thu[MERGE] orm: better exception messsages.
2011-09-20 Vo Minh Thu[MERGE] orm: properly handle multi-level _inherits.
2011-09-19 Olivier Dony[FIX] orm: quote column names in queries to respect...
2011-09-19 Olivier Dony[MERGE] refactoring: view inheritance query moved to...
2011-09-19 Naresh (OpenERP)[MERGE FROM TRUNK]
2011-09-19 Olivier Dony[FIX] orm: refactoring and fix of stored functions...
2011-09-18 sebastien beau[REF] refactor code in order to add the possibility...
2011-09-15 Vo Minh Thu[MERGE] orm: convert exception to unicode.
2011-09-16 Vo Minh Thu[MERGE] orm: export boolean values as strings, even...
2011-09-15 Xavier Morel[IMP] fields_view_get: listcomps are still awesome
2011-09-15 Xavier Morel[IMP] simplify search view generation: rely on etree...
2011-09-15 Xavier Morel[IMP] search view generation: update fields set in...
2011-09-15 Xavier Morel[IMP] automatic search view generation: comprehensions...
2011-09-15 Xavier Morel[ADD] small helper to calendar generation code, in...
2011-09-15 Xavier Morel[ADD] error when neither date_stop nor date_delay can...
2011-09-15 Xavier Morel[IMP] convert default calendar view generation (from...
2011-09-15 Xavier Morel[IMP] etree-ify default view generations
2011-09-15 Xavier Morel[IMP] regroup all __get_default_$name_view calls into...
2011-09-15 Xavier Morel[REF] extract the two inlined default view generators...
next