[MERGE] forward port of branch 7.0 up to revid 5270 chs@openerp.com-20140403084524...
[odoo/odoo.git] / openerp / osv / orm.py
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-03-05 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 5251...
2014-03-05 Martin Trigaux[IMP] readability
2014-03-05 Martin Trigaux[FIX] orm: create a foreign key for the function fields...
2014-03-04 Olivier Dony[FIX] orm.read_group: improve test coverage and corner...
2014-02-28 Olivier Dony[FIX] orm.read_group: fix various issues introduced...
2014-02-26 Martin Trigaux[MERGE] [FIX] orm: when generating xml ids for export...
2014-02-20 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-20 Martin Trigaux[MERGE] [FIX] read_group: skip date(time) fields when...
2014-02-20 Anael Closson[FIX] orm: grouping of date and datetime conflicts...
2014-02-20 Anael Closson[FIX] incorrect handling of orderbys when generator...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-17 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-17 Anael Closson[REF] removing debug code
2014-02-17 Anael Closson[IMP] Speed and quality improvement
2014-02-13 Martin Trigaux[FIX] remove useless cr.commit in fields creation
2014-02-11 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-06 Olivier Dony[FIX] orm.copy_data: avoid reading useless and possibly...
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-02-05 Anael Closson[FIX] typo, wrong ordering of lines
2014-02-03 Martin Trigaux[ADD] test read_group on a column of _inherits model...
2014-02-03 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-03 Martin Trigaux[FIX] orm: read_group aggregates values on all columns...
2014-01-16 Christophe Simonis[FIX] orm: As float fields are stateful (the .digit...
2014-01-09 Martin Trigaux[FIX] orm: add missing context (without the lang attrib...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-28 Guewen Baconnier[CHG] set lang to False instead of en_US (already being...
2013-12-10 Xavier ALT[FIX] orm: early return within ``_apply_ir_rules``...
2013-12-10 Xavier ALT[FIX] orm: cleaner batch number of records for auto_ini...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-09 Cecile Tonglet[FIX] Trigger stored field recalculation for inherited...
2013-12-09 Cecile Tonglet[IMP] Batch for the computation of function's stored...
2013-12-05 Cecile Tonglet[IMP] Performance: by-pass call to _apply_ir_rules...
2013-12-05 Martin Trigaux[IMP] orm: force checking ir.rules on read when accessi...
2013-11-27 Christophe Simonis[FIX] orm: browse() do not prefetch deprecated fields
2013-11-26 Christophe Simonis[IMP] orm: copy() does not copy deprecated fields
2013-11-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5148...
2013-11-25 Martin Trigaux[IMP] orm: add missing space in error message during...
2013-11-25 Martin Trigaux[FIX] translations: fix tests to adapt to new duplicati...
2013-11-25 Martin Trigaux[FIX] orm: when duplicating translated object, modify...
2013-11-22 Martin Trigaux[FIX] ir_translation: correctly match old and new ids...
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-20 Olivier Dony[FIX] orm.browse_record: access error due to prefetch...
2013-11-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4067... saas-1
2013-11-14 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4918...
2013-11-08 Christophe Simonis[FIX] views inheritance: deleting a non-existing attrib...
2013-11-04 Martin Trigaux[IMP] comments
2013-11-04 Martin Trigaux[FIX] orm: when duplicating a record, if duplicates...
2013-11-01 Guewen Baconnier[FIX] propage the context to not lose special keys...
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[IMP] orm: _store_get_values: rename variables to make...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-09-30 Martin Trigaux[IMP] orm: don't compute twice the same function for...
2013-09-30 Christophe Simonis[FIX] orm: correct read_group when searching by month
2013-09-30 Martin Trigaux[IMP] store fields: do not add twice the same function...
2013-09-19 Christophe Simonis[FIX] orm.BaseModel.exists(): early return if no ids...
2013-09-18 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4908...
2013-09-17 Thibault Delavallée[IMP] read_group: group_by -> groupby (same variable...
2013-09-16 Thibault Delavallée[IMP] read_group: added forgottent year computation
2013-09-16 Thibault Delavallée[DOC] read_group: added comments for the new formatting...
2013-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5075...
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-09-10 Thibault Delavallée[IMP] orm: first draft of improvign group_by on date...
2013-08-21 Olivier Dony[IMP] BaseModel.fields_view_get: warn about non-qualifi...
2013-08-21 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4899...
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-08-19 Christophe Simonis[FIX] browse records do not prefetch fields with groups
2013-08-19 Christophe Simonis[FIX] browse records do not try to prefetch fields...
2013-07-25 Thibault Delavallée[IMP] ir_actions_server: added doc + comments + recursi...
2013-07-02 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4893...
2013-06-27 Denis Ledoux[MERGE]forward port of latest 7.0 bugfixes, up to rev...
2013-06-26 Stefan Rijnhart[FIX] Do not search for model = table name in previous...
2013-06-26 Stefan Rijnhart[FIX] Export creates xml id based on wrong table name
2013-06-26 Christophe Simonis[FIX] orm: Do not prefetch custom fields.
2013-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
2013-06-19 Quentin (OpenERP)[REF] fields: removed deprecated view_load attribute...
2013-06-21 niv-openerpadded search_read
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-05 Vo Minh Thu[IMP] ir_ui_view: do not use _logger.exception() (becau...
2013-06-04 Vo Minh Thu[MERGE] orm: add _sql_contraints only when _auto.
2013-06-04 Olivier Dony[IMP] orm: include forbidden IDs when logging ir.rules...
2013-06-04 Vo Minh Thu[MERGE] orm: add __iter__ method on browse_null.
2013-04-24 Ronald Portier[FIX] Add __iter__ method to browse_null to prevent...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-19 Quentin (OpenERP)[FIX] orm, _generate_order_by(): allow to order by...
2013-04-15 Olivier Dony[FIX] res.partner, orm._check_recursion: prevent recurs...
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-05 Thibault Delavallée[MERGE] Sync with trunk.
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-28 Thibault Delavallée[MERGE] Sync with trunk.
2013-03-28 Thibault Delavallée[CLEAN] BaseModel: moved get_empty_list_help method...
2013-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-25 Vo Minh Thu[IMP] orm: added a print_report() method.
2013-03-22 Thibault Delavallée[MERGE] Sync with trunk.
2013-03-21 Christophe Matthieu[IMP] code cleaning for get_empty_list_help
2013-03-21 Vo Minh Thu[FIX] ir_model_data: create the _inherits parent extern...
2013-03-20 Christophe Matthieu[MERGE] from trunk
2013-03-15 Xavier Morel[FIX] __getattr__ implementation on BaseModel
next