[FIX] orm: typo during forward port 60a82133cc0e0d7c4879b6c518054cbd44e20c0c
[odoo/odoo.git] / openerp / osv / orm.py
2014-09-17 Denis Ledoux[FIX] orm: typo during forward port 60a82133cc0e0d7c487...
2014-09-17 Denis Ledoux[MERGE] forward port of branch 7.0 up to f5f7609
2014-09-17 Denis Ledoux[FIX] orm write: do not try to store computed & stored...
2014-09-15 Martin Trigaux[FIX] orm: do not drop foreign keys of transient models
2014-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to 9b1cdea
2014-09-10 Denis Ledoux[FIX] ir_attachment: attachements removed on record...
2014-09-09 Denis Ledoux[MERGE] forward port of branch 7.0 up to 8dff247
2014-09-09 Denis Ledoux[FIX] orm, read_group: read_group_fill_results handle...
2014-08-13 Olivier Dony[FIX] gamification: prohibitive record rule processing...
2014-08-01 Olivier Dony[MERGE] Forward-port 7.0 up to 9411a2da
2014-08-01 Olivier Dony[FIX] Model.load(): extra error checking while importin...
2014-08-01 dhr-odoo[FIX] orm: set default before removing magic fields
2014-08-01 Olivier Dony[FIX] orm.search_count: ignore `limit`, `offset` and...
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 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-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 7.0 up to 6fdb783
2014-06-05 Oliver Laurent[FIX] orm: do not resize unlimited char fields
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-07 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5275...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-03 Martin Trigaux[FIX] orm: add missing pooler in call
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 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-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...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-13 jke-openerp[MERGE] Merge with trunk
2014-01-13 Stephane Wirtel[IMP] orm: Use a list of tuples instead of three collec...
2014-01-13 Gery Debongnie[IMP] adds support for week/quarter groupby in readgrou...
2014-01-10 Stephane Wirtel[IMP] Use INSERT INTO RETURNING for the creation of...
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...
2014-01-07 Gery Debongnie[IMP] changes the readgroup method to allow better...
2014-01-06 jke-openerp[Merge] Merge with trunk
2014-01-03 Thibault Delavallée[MERGE] Sync with trunk
2013-12-28 Guewen Baconnier[CHG] set lang to False instead of en_US (already being...
2013-12-11 jke-openerp[MERGE] Merge with trunk
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-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-27 Christophe Simonis[FIX] orm: browse() do not prefetch deprecated fields
next