[FIX] osv: _constraints can be inherited by redefining a constraint with the same...
[odoo/odoo.git] / bin / osv /
2011-01-17 P. Christeas[FIX] osv: _constraints can be inherited by redefining...
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] fields.property: restore compatibility with non...
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-12 Olivier Dony[FIX] osv.fields: avoid unbinding _symbol_* of fields
2011-01-12 Olivier Dony[MERGE] fields.function: proper accessors for integer...
2011-01-10 Olivier Dony[REVERT] removed debug print statement introduced by...
2011-01-10 Yogesh Sakhreliya[FIX] Fields.function : Correct accessors passed to...
2011-01-10 Fabien Pinckaers[IMP] index on partner's ref
2011-01-06 Olivier Dony[MERGE] bugfixes: default language for partners, passwo...
2011-01-04 Olivier Dony[IMP] orm: added get_xml_ids() variant to support retri...
2011-01-04 Olivier Dony[FIX] report_sxw: fix printing odt/sxw reports after...
2010-12-31 Yogesh Sakhreliya[FIX] use exists method instead of search method.
2010-12-31 Yogesh Sakhreliya[FIX-692891]
2010-12-29 Fabien Pinckaersmerge
2010-12-29 P. Christeas[MERGE] orm,expression: fixed m2o handling of empty...
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-28 Fabien Pinckaersfix lp692891
2010-12-28 Fabien Pinckaers[FIX] from cedk lp #677377
2010-12-27 Fabien Pinckaersfix
2010-12-27 Fabien Pinckaers[FIX] Complete recode of import_data to clean and fix...
2010-12-23 P. Christeasexpression: fix m2o handling of empty lists [Bug 598454]
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-14 Olivier Dony[FIX] osv.osv: fixed reference to osv pool, broken...
2010-12-13 Christophe Simonis[IMP] osv: the object pool is not a service anymore
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[FIX] fields.function: make sure all binary values...
2010-12-09 Olivier Dony[IMP] orm,base: added context to _constraints functions...
2010-12-07 Sbh (OpenERP)[MERGE] Merge with lp:openobject-server
2010-12-06 Olivier Dony[FIX] orm.read_group: support ordering by any field...
2010-12-06 Harry (OpenERP)[MERGE]
2010-12-03 Olivier Dony[MERGE] fix for bug 626806 by xrg - i.e. [(x2m,in,...
2010-11-30 Olivier Dony[MERGE+FIX] fixes for translations,sequence,copy,error...
2010-11-29 P. Christeasexpression: fix "m2o, m2m in []" expressions, bug 626806
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[FIX] osv.osv: code cleanup after merging previous...
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. Christeasfields: conform some default arguments to the coding...
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: a lint check fix
2010-11-18 P. ChristeasOSV: Fix callable _sql_constraint messages
2010-11-18 P. Christeasosv: Improve the translation logic for the osv.check...
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-12-23 Olivier Dony[FIX] orm: function/related fields with store != None...
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 Jay (OpenERP)[FIX] Removed pdb trace log statement
next