[imp] mado o2m compatible with graph view
[odoo/odoo.git] / openerp / osv /
2011-10-07 Olivier Dony[FIX] orm.browse_record: avoid printing unrelated trace...
2011-10-06 Xavier Morel[ADD] wrapper to the modifiers setup process to simplif...
2011-10-06 Vo Minh Thu[IMP] orm: added small comment.
2011-10-06 Vo Minh Thu[MERGE] orm: cleand get_pg_type(). Changes as written...
2011-10-06 Vo Minh Thu[MERGE] expression: no active_test when rewriting the...
2011-10-06 Vo Minh Thu[MERGE] fields.property: correctly tests for many2one...
2011-10-05 Vo Minh Thu[IMP] fields.property: be more explicit when testing...
2011-10-05 Vo Minh Thu[FIX] two loops one loop (a previous commit) was wrongl...
2011-10-05 Vo Minh Thu[FIX] expression: we dont add any restriction on the...
2011-10-05 Vo Minh Thu[FIX] fields.reference: post-process reference fields...
2011-10-05 Xavier Morel[IMP] raise error when iterating over browse_record
2011-10-05 Vo Minh Thu[IMP] fields.reference: two loops one loop.
2011-10-05 Vo Minh Thu[FIX] orm: allow negative varchar size (meaning no...
2011-10-05 Olivier Dony[MERGE] various bugfixes/improvements (coming from...
2011-10-05 Yogesh (OpenERP)[MERGE]
2011-10-05 Yogesh (OpenERP)[MERGE]
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-10-05 Vo Minh Thu[MERGE] merged trunk.
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-10-05 Yogesh (OpenERP)[FIX] fix problem of poperty filed. if property field...
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-10-04 Olivier Dony[FIX] orm: typo in computation of Model._original_module
2011-10-04 Olivier Dony[FIX] orm.export_data: 'module' column is required...
2011-10-04 Olivier Dony[REM] orm: annoying INFO log lines
2011-10-04 Olivier Dony[IMP] orm: remember Model._original_module when constru...
2011-10-04 Vo Minh Thu[FIX] orm: a typo made all models treated as if they...
2011-10-04 Vo Minh Thu[MERGE] orm: use directly lxml.etree to generate defaul...
2011-10-03 Vo Minh Thu[MERGE] merged trunk.
2011-10-03 Vo Minh Thu[MERGE] merged trunk.
2011-10-03 Olivier Dony[IMP] browse_record._table -> browse_record._model
2011-10-03 Olivier Dony[IMP] field.m2m: better doc for auto-named m2m relation...
2011-10-01 Antony Lesuisse[MERGE] trunk
2011-09-30 Olivier Dony[IMP] orm: rename/cleanup: get_xml_id* -> get_external_id*
2011-09-30 Olivier Dony[FIX] fields: m2m SQL names may be dynamic now, care...
2011-09-30 Vo Minh Thu[FIX] xmlrpc: handle old/new exceptions with old/new...
2011-09-29 Antony Lesuisse[FIX] osv object_proxy to use new style class
2011-09-29 Xavier Morel[FIX] typo syntax error
2011-09-29 Xavier Morel[MERGE] trunk
2011-09-29 Xavier Morel[FIX] do not remove 'multi=True' actions in fields_view...
2011-09-29 Vo Minh Thu[FIX] exceptions: except_osv in already a synonym for...
2011-09-28 Antony Lesuisse[MERGE] /openerp/6.1 xmlrpc compliant
2011-09-28 Vo Minh Thu[IMP] orm: expose ir.model.access check shortcuts.
2011-09-27 Olivier Dony[MERGE] osv_memory removed, merged into database-backed...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Fabien Pinckaersmerge
2011-09-27 Fabien Pinckaers[IMP] generate XML id when exporting an ID that does...
2011-09-27 Naresh (OpenERP)[FIX/IMP]:stored function override were not removed
2011-09-26 Olivier Dony[IMP] fields.m2m: support implicit generation of m2m...
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-26 Vo Minh Thu[IMP] exceptions: replace ExceptionNoTb with AccessDenied.
2011-09-26 Olivier Dony[IMP] orm: enforce proper m2o ondelete rules between...
2011-09-26 Olivier Dony[IMP] start unifying the SUPERUSER_ID constant
2011-09-26 Xavier Morel[IMP] doc for import_data
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-24 Olivier Dony[MERGE] no-op merge of trunk, discarding osv-memory...
2011-09-24 Olivier Dony[FIX] orm,expression: special-case previous commit...
2011-09-24 Olivier Dony[FIX] orm,expression: sanity checks for domain terms...
2011-09-23 Olivier Dony[IMP] orm: fix Model hierarchy to avoid TransientModel...
2011-09-23 Olivier Dony[IMP] review/cleanup + fix TransientModels inheritance
2011-09-23 Olivier Dony[REM] orm: m2m._no_foreign_keys attribute removed,...
2011-09-23 Olivier Dony[FIX] orm.py: missing patch, lost during last merge
2011-09-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-23 Vo Minh Thu[FIX] It is possible to mention an undeclared column...
2011-09-22 Olivier Dony[IMP] orm: minor cleanup: avoid duplicate functions...
2011-09-22 Olivier Dony[IMP] TransientModel: unnecessary unlink() override
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 Vo Minh Thu[MERGE] merged trunk.
2011-09-22 Xavier Morel[IMP] use same fieldpath-splitting function in data_imp...
2011-09-22 Olivier Dony[IMP] expression: fix [(o2m,not in,...)] domains, re...
2011-09-21 Olivier Dony[MERGE] sync latest trunk, including fixes for =like...
2011-09-21 Olivier Dony[IMP] minor cosmetic changes to improve readability...
2011-09-21 Olivier Dony[FIX] osv.expression: fix =like/=ilike operators, broke...
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-21 Vo Minh Thu[IMP] orm: get_pg_type() does not use early return.
2011-09-20 Vo Minh Thu[MERGE] expression: support for =like/=ilike.
2011-09-20 Vo Minh Thu[MERGE] orm: better exception messsages.
2011-09-20 Vo Minh Thu[MERGE] orm: properly handle multi-level _inherits.
2011-09-19 Olivier Dony[FIX] orm: quote column names in queries to respect...
2011-09-19 Olivier Dony[MERGE] refactoring: view inheritance query moved to...
2011-09-19 Naresh (OpenERP)[MERGE FROM TRUNK]
2011-09-19 Olivier Dony[FIX] orm: refactoring and fix of stored functions...
2011-09-18 sebastien beau[REF] refactor code in order to add the possibility...
2011-09-15 Vo Minh Thu[MERGE] fields: correct (5,_) operation on many2many...
2011-09-15 Vo Minh Thu[MERGE] orm: convert exception to unicode.
2011-09-16 Vo Minh Thu[MERGE] orm: export boolean values as strings, even...
2011-09-15 Xavier Morel[IMP] fields_view_get: listcomps are still awesome
2011-09-15 Xavier Morel[IMP] simplify search view generation: rely on etree...
2011-09-15 Xavier Morel[IMP] search view generation: update fields set in...
2011-09-15 Xavier Morel[IMP] automatic search view generation: comprehensions...
2011-09-15 Xavier Morel[ADD] small helper to calendar generation code, in...
2011-09-15 Xavier Morel[ADD] error when neither date_stop nor date_delay can...
2011-09-15 Xavier Morel[IMP] convert default calendar view generation (from...
2011-09-15 Xavier Morel[IMP] etree-ify default view generations
2011-09-15 Xavier Morel[IMP] regroup all __get_default_$name_view calls into...
2011-09-15 Xavier Morel[REF] extract the two inlined default view generators...
2011-09-15 Xavier Morel[IMP] bulk-update fields_view_get result via dict.updat...
2011-09-13 Olivier Dony[FIX] orm: avoid passing undefined context in browse_re...
2011-09-13 Olivier Dony[IMP] browse_record: getattr method execution propagate...
2011-09-12 Olivier Dony[IMP] orm.name*: better docstrings
next