[FIX] osv: _constraints can be inherited by redefining a constraint with the same...
[odoo/odoo.git] / bin / osv / orm.py
2011-01-15 Fabien Pinckaers[IMP] logging for set null failed
2011-01-15 Olivier Dony[FIX] orm.read_group: prepend fields with table names...
2011-01-14 Olivier Dony[FIX] orm.write(): avoid name collision of "ids" variab...
2011-01-14 Fabien Pinckaers[FIX] changed a warning to a debug
2011-01-14 Olivier Dony[FIX] orm.import_data: look for exact match of name_sea...
2011-01-13 Olivier Dony[FIX] orm,fields: uniquify fields to read() + avoid...
2011-01-04 Olivier Dony[IMP] orm: added get_xml_ids() variant to support retri...
2010-12-29 Fabien Pinckaersmerge
2010-12-29 Olivier Dony[FIX] orm: fixed RST indentation in docstring of browse()
2010-12-29 Olivier Dony[FIX] orm: corrected RST for docstring of import_data()
2010-12-29 Olivier Dony[FIX] osv,tools: break some circular dependencies
2010-12-27 Fabien Pinckaersfix
2010-12-27 Fabien Pinckaers[FIX] Complete recode of import_data to clean and fix...
2010-12-21 Fabien Pinckaersfix_lp_673696
2010-12-21 Fabien Pinckaers[FIX] import / export
2010-12-21 Olivier Dony[IMP] orm: improve error reporting when importing m2m...
2010-12-21 Olivier Dony[FIX] read_group: better support for empty 'fields...
2010-12-21 Vo Minh Thu (OpenERP)[FIX] re-commit previous merge broken by bzr-rebase:
2010-12-21 Fabien Pinckaersmerge
2010-12-20 Fabien Pinckaers[IMP] import / export cleaned
2010-12-20 Olivier Dony[MERGE] translate,orm: simplify loading of field value...
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-20 OpenERP[FIX] orm, translate: unconditionally set the translati...
2010-12-21 Olivier Dony[IMP] orm.search: support multiple _order clauses in...
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-08 Julien Thewys[FIX] generate_order_by now supports 'id' order_field.
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...
next