[FIX] fields.reference: don't accept half-defined references - second part of fix...
[odoo/odoo.git] / bin / osv / orm.py
2010-12-20 Olivier Dony[FIX] fields.reference: don't accept half-defined refer...
2010-12-20 Olivier Dony[FIX] fields.reference: don't accept half-defined refer...
2010-12-17 Olivier Dony[FIX] fields_view_get: ignore non-element nodes during...
2010-12-16 Olivier Dony[IMP] orm.read_group: raise if called with group_by...
2010-12-15 Vo Minh Thu (OpenERP)[MERGE] orm: fixed translations for inherited views...
2010-12-15 OpenERP[FIX] orm: fixed translations for inherited views when...
2010-12-14 YSA (OpenERP), Oli... [FIX] orm,base: prevent useless duplication of m2m...
2010-12-11 Olivier Dony[FIX] orm: preserve elements order when inheriting...
2010-12-11 Olivier Dony[IMP] orm: additional error message about missing index...
2010-12-11 Olivier Dony[IMP] orm.search: more quietly ignore invalid m2o order...
2010-12-10 Olivier Dony[FIX] orm: default search view should be more backwards...
2010-12-10 YSA (OpenERP)[IMP] orm: somewhat better error message when view...
2010-12-09 Olivier Dony[IMP] orm,base: added context to _constraints functions...
2010-12-06 Olivier Dony[FIX] orm.read_group: support ordering by any field...
2010-11-30 Olivier Dony[MERGE+FIX] fixes for translations,sequence,copy,error...
2010-11-29 Olivier Dony[MERGE] orm.read_group: partial support for orderby...
2010-11-25 P. Christeas, O... [MERGE] many improvements regarding translations, loggi...
2010-11-25 Olivier Dony[IMP] orm.write: ignore unknown fields, more consistent...
2010-11-25 Yogesh Sakhreliya[FIX] add unique constraint in many2many field.
2010-11-25 Yogesh SakhreliyaMerge with lp:openobject-server
2010-11-24 OpenERP GTK R&D... [MERGE] read_group: now returns count information for...
2010-11-24 Olivier Dony[IMP] orm.orm: cleaned up comments after previous patches
2010-11-24 Olivier Dony[FIX] orm.import_data: also translate SQL constraints...
2010-11-24 Olivier Dony[MERGE] merged second batch of fixes from xrg-pg84...
2010-11-24 Don Kirkby[FIX] workaround infinite loop while duplicating record...
2010-11-24 Margarita ManterolaConfirm message support translation and export
2010-11-24 Yogesh Sakhreliyarevert rev no :-3030
2010-11-24 Yogesh SakhreliyaConfirm message support translation and export--author...
2010-11-23 Olivier Dony[IMP] ir.model.data,res.log: allow marking res.log...
2010-11-23 P. ChristeasORM: moved columns should carry the old name, not the...
2010-11-23 P. Christeasorm: revert e940ece64169da4f, read(<bad-id>) must retur...
2010-11-23 P. Christeasorm: Return numeric uid at perm_read() when no access...
2010-11-23 Olivier Dony[IMP] orm: proper test for column names in check_recurs...
2010-11-19 Thibault Francois[MERGE] with trunk
2010-11-19 Thibault Francois[FIX] orm : webclient pass context insted order by...
2010-11-19 nch@tinyerp.com[IMP] list : groupby field can be sorted
2010-11-18 P. ChristeasOSV: Fix callable _sql_constraint messages
2010-11-18 P. ChristeasORM, ir_*: convert standard constraint messages to...
2010-11-16 P. ChristeasORM: do import warnings, needed for _check_recursion...
2010-11-16 P. ChristeasORM: deprecate check_recursion() in favour of _check_re...
2010-11-16 P. ChristeasORM: Better message when copying non-existing records
2010-11-16 P. ChristeasORM: fix bug at orm.copy_data(), would reset context...
2010-11-16 Anup (OpenERP)[FIX](Maintenance) Exportation fixed for o2m and m2m
2010-11-12 Numerigraphe - Lio... [FIX] typo in field name
2010-11-12 Numerigraphe - Lio... [MERGE] sync with the trunk
2010-11-12 Numerigraphe - Lio... [REF] stricter checking of defauts in fields & orm...
2010-11-12 Numerigraphe - Lio... [FIX] incorrect spellings (childs -> children)
2010-11-11 RGA (OpenERP)[IMP] group by header should display how many children...
2010-11-08 Olivier Dony[IMP] orm: spelling: default language is en_US, so...
2010-11-04 Olivier Dony[ADD] fields.binary: support 'bin_size_XXX' context...
2010-11-01 Fabien Pinckaers[IMP] Speed improvement when loading modules
2010-11-01 Fabien Pinckaers[IMP] Speed improvement when loading modules
2010-10-27 Olivier Dony[IMP] orm.read: make error message for read() on delete...
2010-10-27 Olivier Dony[IMP] orm.write: report an error when trying to update...
2010-10-27 Olivier Dony[IMP] orm: broader error message for ir.rule check...
2010-10-25 Olivier Dony[FIX] orm._check_concurrency: mention one conflicting...
2010-10-25 Olivier Dony[FIX] orm._check_concurrency: pop values from context...
2010-10-25 Numerigraphe - Lio... [IMP] wording: children intead of childs (again)
2010-10-25 Numerigraphe - Lio... [MERGE] merge from 6.0.0-RC1
2010-10-23 Fabien Pinckaersfix bug introduced in r2938
2010-10-22 Xavier Morel[IMP] cleanup _check_concurrency a bit and reduce nesting
2010-10-25 Xavier Morel[REM] code having become noop and generating lint warni...
2010-10-25 Xavier Morel[FIX] lint warnings
2010-10-21 sma@tinyerp.com[IMP] orm,res.log: better handling of context in res...
2010-10-18 Olivier Dony[IMP] orm: _add_missing_default_values: handle o2m...
2010-10-15 Olivier Dony[FIX] orm, workflow: do not disable wkf buttons unless...
2010-10-15 Olivier Dony[IMP] osv,base: lint cleanup
2010-10-15 Anup (OpenERP)[FIX] _read_flat() method corrected for multi
2010-10-15 Anup (OpenERP)[REVERT] A fix for orphan _inherits record for read...
2010-10-13 Olivier Dony[REM] base, workflow: removed res.roles object, replace...
2010-10-12 Sébastien BEAU ... [FIX]Speed improvement : Call of write() should go...
2010-10-11 Olivier Dony[ADD] osv.perm_read: added XML ID (xmlid) to returned...
2010-10-11 jas[IMP] : base : improved Warnings
2010-10-06 Olivier Dony[FIX] orm: backwards compatibility with python2.5
2010-10-05 Olivier Dony[FIX] orm.search: properly JOIN parent table when apply...
2010-10-05 nch@tinyerp.com[FIX]:search_view 'groups=' attribute in the child...
2010-10-01 Olivier Dony[MERGE] osv.query: Initial basic implementation of...
2010-10-01 Olivier Dony[IMP] osv.query,orm: removed trailing whitespace introd...
2010-09-30 Olivier Dony[ADD] osv: initial basic implementation of Query object:
2010-09-29 Jay (OpenERP)[FIX] Import : multiple O2M import corrected
2010-09-27 Jay (OpenERP)[FIX] Export : Corrections for exportation of relationa...
2010-09-22 nch@tinyerp.com[FIX]:The records that has groupby field value = False...
2010-09-21 Xavier Morel[REM] unneeded intermediate variable in orm.read_group
2010-09-20 Olivier Laurent... [IMP] orm.fields_view_get: non-xpath view inheritance...
2010-09-20 Olivier Dony[IMP] orm.read_group: better readability and efficiency...
2010-09-20 nch@tinyerp.com[FIX]:default sorting in group by
2010-09-18 Fabien Pinckaers[IMP] Speed improvements
2010-09-17 Olivier Dony[IMP] orm.read_group: implement simple ordering of...
2010-09-17 Olivier Dony[IMP] orm.search: improved support for "order" param...
2010-09-13 Olivier Dony[IMP] orm.read_group: remove sql injection vector by...
2010-09-11 Mantavya Gajjar[REVIEW]: review the currency rates
2010-09-09 Olivier Dony[IMP] orm: removed partial validation of default_focus...
2010-09-09 Anup (OpenERP)[FIX] _read_flat mehthod corrected
2010-09-08 Raphael Valyi[FIX] orm: properly handle unicode values returned...
2010-09-08 Xavier Morel[IMP] logging in orm
2010-09-06 Jay (OpenERP)[FIX] Custom field may not be found on the first go
2010-09-03 Jay (OpenERP)[FIX] read() should never return [] if fields are not...
2010-09-03 olt@tinyerp.com[IMP] orm: now detect constraint definition changes...
2010-09-03 olt@tinyerp.com[IMP] orm: added 'schema' and 'data' logger
2010-09-03 olt@tinyerp.com[FIX] missing comma in sql query 'execute' call ("selec...
next