[MERGE] Forward-port saas-3 up to e79a367
[odoo/odoo.git] / openerp / osv / orm.py
2014-08-01 Olivier Dony[MERGE] Forward-port saas-3 up to e79a367
2014-08-01 Olivier Dony[FIX] orm.search_count: ignore `limit`, `offset` and...
2014-07-11 Olivier Dony[MERGE] Fwd-port saas-3 up to a9d2b65
2014-07-11 Olivier Dony[MERGE] Fwd-port 7.0 up to 783b9e1
2014-07-11 Martin Trigaux[FIX] orm: custom m2m with different label
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to a35aec2
2014-07-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6e96ffd
2014-07-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-06-23 kevin wang[FIX] orm: allow unicode in inherit views with attribute
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-3 up to bf53aed
2014-06-16 Denis Ledoux[MERGE] Forward-port of 7.0 bugfixes up to 63ea0df73ffd...
2014-06-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to 4601d85
2014-06-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6fdb783
2014-06-05 Oliver Laurent[FIX] orm: do not resize unlimited char fields
2014-06-03 Martin Trigaux[FIX] read_group: do not change the return format of...
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 38abc8a
2014-05-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid b09b6a0
2014-05-19 Thibault Delavallée[FIX] orm: unlink: when unlinking a record, trigger...
2014-05-13 Olivier Dony[FIX] orm.search_read: drop active_test context flag...
2014-04-16 Denis Ledoux[ADD] osv: add get_formview_action and get_formview_id...
2014-04-11 Martin Trigaux[FIX] read_group: avoid shared context and initialise...
2014-04-09 Gery Debongnie[FIX] make sure the read_group method use the correct...
2014-04-08 Gery Debongnie[IMP] simplifies the readgroup code to select order...
2014-04-08 Gery Debongnie[MERGE] merge from trunk
2014-04-08 Gery Debongnie[IMP] change the regex matching orders in orm.py to...
2014-04-08 Gery Debongnie[IMP] add and fix the documentation on some helper...
2014-04-08 Gery Debongnie[IMP] improves the helper function _read_group_format_r...
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-04-07 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5275...
2014-04-07 Gery Debongnie[IMP] removes useless calls to field_get and replace...
2014-04-07 Gery Debongnie[FIX] add context parameter to various helper methods...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
2014-04-04 Gery Debongnie[IMP] moves some internal function in read_group to...
2014-04-04 Gery Debongnie[IMP] puts the closure 'process_groupby' in read_group...
2014-04-04 Gery Debongnie[FIX] fixes a read_group test to use the correct field...
2014-04-03 Gery Debongnie[FIX] when using readgroup in eager mode, there is...
2014-04-03 Gery Debongnie[FIX] fixes read_group so that it uses the correct...
2014-04-03 Gery Debongnie[FIX] work around a read bug: false data are fetched...
2014-04-02 Gery Debongnie[FIX] only fills groups with empty groups in read_group...
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-02 Gery Debongnie[MERGE] merge from trunk
2014-04-02 Gery Debongnie[IMP] refactoring of readgroup method. The work is...
2014-04-03 Martin Trigaux[FIX] orm: add missing pooler in call
2014-04-01 Martin Trigaux[FIX] convert datetime to date in case of date field
2014-04-01 Martin Trigaux[FIX] export: negation issue
2014-03-31 Martin Trigaux[ADD] orm: add the possibility to export in raw format...
2014-03-25 Gery Debongnie[IMP] refactoring of readgroup method, to make it eager...
2014-03-24 Gery Debongnie[IMP] refactoring of readgroup method. It should have...
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5093...
2014-03-12 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5020...
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-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-20 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5014...
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 saas-2 bugfixes, up...
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-17 Christophe Simonis[FIX] orm._auto_init: fallback to copy method when...
2014-02-17 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-17 Olivier Dony[IMP] orm._auto_init: avoid copying VARCHAR column...
2014-02-17 Anael Closson[REF] removing debug code
2014-02-17 Anael Closson[IMP] Speed and quality improvement
2014-02-14 Xavier Morel[IMP] remove pointless extra newline in log message...
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 saas-2 up to revid 5007...
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-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-30 Gery Debongnie[IMP] improves the formatting of the dates returned...
2014-01-30 Olivier Dony[IMP] orm: log underlying exception at DEBUG level...
2014-01-30 Olivier Dony[FIX] browse_record.__str__: avoid crashing when ID...
2014-01-30 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-30 Fabien Meghazi[MERGE] trunk's CORS support (merge with changes)
2014-01-30 Olivier Dony[IMP] orm: when a _constraint check raises, catch it...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5006...
2014-01-29 Gery Debongnie[FIX] hopefully, properly uses the user's timezone...
2014-01-28 Olivier Dony[MERGE] Sync with trunk revno 5038 rev-id ged@openerp...
2014-01-28 Gery Debongnie[FIX] uses the user's timezone when performing a readgr...
2014-01-25 Fabien Pinckaers[FIX] adding menu
2014-01-24 Gery Debongnie[REF] implifies the read_group method by removing an...
2014-01-24 Gery Debongnie[IMP] adds 'W' in front of the week number when formatt...
2014-01-23 Raphael Collet[IMP] orm: remove commented code
2014-01-23 Xavier Morel[FIX] view requested by _view_ref with view_ref being...
2014-01-22 Gery Debongnie[IMP] changes the method read_group so that it now...
2014-01-21 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-17 Martin Trigaux[IMP] search_read: avoid calling read if search only...
2014-01-16 Christophe Simonis[FIX] orm: As float fields are stateful (the .digit...
next