[FIX] orm: allow unicode in inherit views with attribute
[odoo/odoo.git] / openerp / osv / orm.py
2014-06-23 kevin wang[FIX] orm: allow unicode in inherit views with attribute
2014-06-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-05 Oliver Laurent[FIX] orm: do not resize unlimited char fields
2014-05-19 Thibault Delavallée[FIX] orm: unlink: when unlinking a record, trigger...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
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] [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-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-06 Olivier Dony[FIX] orm.copy_data: avoid reading useless and possibly...
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...
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 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-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-20 Olivier Dony[FIX] orm.browse_record: access error due to prefetch...
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-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 Martin Trigaux[IMP] store fields: do not add twice the same function...
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
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-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-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
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-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-14 Chris Biersbach[FIX] orm: moves the access_rule check to the end of...
2013-02-11 Xavier Morel[IMP] don't log from import when converting psycopg...
2013-02-11 Xavier ALT[MERGE] BUG 1082003: orm: _rec_name should be checked...
2013-01-16 Christophe Simonis[FIX] orm: SUPERUSER is not restricted by groups on...
2012-12-27 Fabien Pinckaers[IMP] custom model allowed
2012-12-21 Raphael Collet[MERGE] lp:~therp-nl/openobject-server/ronald@therp...
2012-12-21 Raphael Collet[IMP] orm: fix vacuum of transient model
2012-12-21 Raphael Collet[MERGE] from trunk
2012-12-21 Thibault Delavallée[REV] Reverted last improvement, because this was messi...
2012-12-20 Thibault Delavallée[IMP] OROM: order_spec is overidden by self._order...
2012-12-20 Thibault Delavallée[FIX] _search not uniquifies the results, because when...
2012-12-19 Raphael Collet[IMP] register_hook: improve a bit the code
2012-12-19 Raphael Collet[MERGE] from trunk
2012-12-18 Fabien Pinckaers[REVERT] revert changes in the server
2012-12-18 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-17 Olivier Dony[FIX] orm,registry: properly check m2o FKs during model...
2012-12-17 Thibault Delavallée[IMP] tracked: models now have a _track attribute,...
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Raphael Collet[FIX] orm: replace incorrect usage of 'in' by '=='
2012-12-17 Raphael Collet[MERGE] trunk-acl-thu (check read/write access restrict...
2012-12-16 Antony Lesuisse[MERGE] trunk
2012-12-15 Antony Lesuisse[MERGE] remove res.partner.address by chs
2012-12-14 Vo Minh Thu[IMP] orm/acl: proper message instead of `TODO`.
2012-12-14 Vo Minh Thu[FIX] registry: Set the fields_by_model attribute in...
2012-12-14 Xavier Morel[FIX] incorrect docstrings or docstring param names...
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-14 Vo Minh Thu[IMP] module loading: removed unnecessary indentation...
2012-12-12 Olivier Dony[IMP] orm: do not warn about missing ondelete cascade...
2012-12-12 Vo Minh Thu[FIX] check_field_access_rights: ignore nonexisting...
2012-12-12 Vo Minh Thu[IMP] orm: check groups-based access rights on model...
2012-12-11 Christophe Simonis[FIX] remove res.partner.address model
2012-12-11 Vo Minh Thu[IMP] Reduce considerably the loading time of a new...
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-08 Antony Lesuisse[MERGE] multiprocess signaling
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-07 Christophe CHAUVET[IMP] Remove completly the OIDS, cause WITHOUT OIDS...
2012-12-07 Thibault Delavallée[CLEAN] orm: added quote around a forgottent table...
2012-12-07 Thibault Delavallée[MERGE] Merged branch holding a proposal to solve the...
2012-12-07 Thibault Delavallée[CLEAN] Query: cleaned a bit the code. All joins now...
2012-12-07 Thibault Delavallée[IMP] [WIP] order_by: now using aliases in _generate_or...
2012-12-06 Christophe CHAUVET[IMP] Don't use WITH OIDS when create a table
2012-12-05 Thibault Delavallée[CLEAN] Removed some forgotten print statements.
2012-12-05 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-05 Vo Minh Thu[ADD] added comment in _validate() explaining why the...
2012-12-04 Arnaud Pineux[FIX] _register_hook & loader
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-12-04 Olivier Dony[FIX] translate,orm: remember local Model [_sql]_constr...
next