OSV: Fix callable _sql_constraint messages
[odoo/odoo.git] / bin / osv / orm.py
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-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-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...
2010-09-01 Olivier Dony[IMP] orm: moved name_search + its private implementati...
2010-09-01 Olivier Dony[FIX] orm: fields_view_get selection values must proper...
2010-09-01 Olivier Dony[IMP] orm.fields_view_get: return cached selection...
2010-08-31 Julien Thewys[MERGE] fixes the construction of a XML search string...
2010-08-27 Olivier Dony[FIX,REF] orm: correct default values update during...
2010-08-26 Olivier Dony[FIX] orm.read_group: get correct number of return...
2010-08-26 Olivier Dony[IMP] ir_translate, orm: btree indexes have size limit...
2010-08-26 Olivier Dony[IMP] orm: some improvement on previous commit on orm...
2010-08-25 Jay (OpenERP)[FIX] Server side sorting for _inherits relations corrected
2010-08-25 Olivier Dony[FIX] orm: avoid replacing create() values with default...
2010-08-25 Olivier Dony[REVERT] orm: reverted revision 1917 introducing split...
2010-08-25 qdp-launchpad@tiny... [FIX] orm: fixed compliancy with negative numeric ids
2010-08-18 Olivier Dony[REF] orm.browse_record: renamed variables to improve...
2010-08-17 Olivier Dony[IMP/REF] orm: added support of ir.rules coming from...
2010-08-17 Olivier Dony[FIX] default_get: fixed RST indentation in docstring
2010-08-13 Olivier Dony[FIX] orm.default_get: fix invalid renaming by broken...
2010-08-13 Olivier Dony[REF] orm.default_get: merge duplicated default_get...
2010-08-12 Olivier Dony[IMP] orm/inherits: check that m2o fields implementing...
2010-08-12 Olivier Dony[FIX] orm/_inherits: don't fail when trying to sort...
2010-08-12 Jay (OpenERP)[REF]
2010-08-09 Olivier Dony[FIX] orm: fix search() with sorting by inherited field
2010-08-06 Olivier Ligot[FIX] XML search string containing single quotes
2010-08-05 Olivier Dony[FIX] osv_memory: fixed access rights for osv_memory...
2010-08-04 Julien Thewys[FIX] Fixed previous fix: where clause might be empty.
2010-08-04 Julien Thewys[FIX] Where clause with one element was not properly...
2010-08-03 Olivier Dony[IMP] orm: docstring improvements: fixed incorrect...
2010-07-29 Jay (Open ERP)[FIX] Previous commit corrected
2010-07-29 Jay (Open ERP)[FIX] Sorting : Server side sorting should allow fields...
2010-07-22 Numerigraphe - Lio... [FIX] mutable default in osv
2010-07-21 nch@tinyerp.com[FIX]:*_view_ref should execute only if there is no...
2010-07-14 Jay (Open ERP)[FIX] ORM.read() : property of type binary should not...
2010-07-13 Olivier Dony[IMP] orm.read(): properly support ir.rules using field...
2010-07-12 Olivier Dony[IMP] orm.fields_get: renamed read_access parameter...
2010-07-04 Fabien Pinckaers[IMP] removed price_accuracy options
2010-07-02 Olivier Dony[FIX] osv_memory: vaccuum as superuser
2010-06-29 nch@tinyerp.com[FIX]:<type 'exceptions.TypeError'>:cannot marshal...
2010-06-28 Fabien Pinckaers[IMP] automated migration
2010-06-28 Fabien Pinckaersfix
next