Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / bin / osv / orm.py
2011-06-20 olt@tinyerp.com[FIX] fixes launchpad bug 780584: Field definition...
2011-05-25 Vo Minh Thu[FIX] osv: don't _inherit _custom fields.
2011-04-20 P. Christeasorm: at csv import, properly report lines with less...
2011-04-11 Olivier Dony[FIX] orm.read_group: fix group_by for date[time]s...
2011-04-06 Olivier Dony[FIX]: evaluate one2many domains instead of using them...
2011-03-23 Jay Vora (OpenERP)[FIX] Deletion : Deletion of the records which are...
2011-03-22 Olivier Dony[FIX] orm.unlink(): properly remove ir.values entries...
2011-03-22 Jay Vora (OpenERP)Fix in final mode
2011-03-22 Jay Vora (OpenERP)correction to above commit
2011-03-22 Jay Vora (OpenERP)[FIX] Deletion : Deletion of the records which are...
2011-03-11 Xavier ALTtype break read for 'security by field'
2011-03-03 Jay Vora (OpenERP)[FIX] orm: _add_missing_default_values: Allowing only...
2011-02-16 Olivier Dony[FIX] orm.browse_record: fields prefetching should...
2011-02-08 Olivier Dony[FIX] osv_memory: expire records only based on age...
2011-02-07 Olivier Dony[FIX] orm.write: parent_store updates must be processed...
2011-02-07 Vo Minh Thu[IMP] openerp python module.
2011-02-03 Olivier Dony[FIX] orm.write: avoid miscalculation of parent_left...
2011-02-03 YSA (Openerp)Merge with trunk-server
2011-02-01 Jay Vora (OpenERP)[FIX] Export : _rec_name should be used instead of...
2011-02-01 Jay Vora (OpenERP)[FIX] Export : _rec_name should be used instead of...
2011-01-28 Olivier Dony[FIX] orm: incorrect braces when processing default...
2011-01-28 Olivier Dony[FIX] orm: incorrect braces when processing default...
2011-01-20 YSA (Openerp)[FIX] call name_search method then pass context paramet...
2011-01-18 J-E Baudoux[MERGE] orm,base: added ir.model introspection OOo...
2011-01-18 Fabien Pinckaers[IMP] comment for later use
2011-01-17 Anup (OpenERP)[FIX] orm.search: fix ordering when multiple order...
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
next