[MERGE] orm: cleand get_pg_type(). Changes as written in the merge prop.:
[odoo/odoo.git] / openerp / osv / orm.py
2011-10-06 Vo Minh Thu[MERGE] orm: cleand get_pg_type(). Changes as written...
2011-10-05 Xavier Morel[IMP] raise error when iterating over browse_record
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 Vo Minh Thu[MERGE] merged trunk.
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-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-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 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 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 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-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-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] 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] 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
2011-09-12 Naresh (OpenERP)[FIX]:problem when coping the _inherits record the...
2011-09-09 Xavier Morel[IMP] add a pair of assertions on the parameter to...
2011-09-09 Xavier Morel[FIX] reimplement quality selection field API
2011-09-09 Xavier Morel[FIX] if types can be overridden, type-checking against...
2011-09-09 Olivier Dony[IMP] orm,orm_memory: more consistent implementations...
2011-09-09 Xavier Morel[FIX] typo, might want to launch the software from...
2011-09-09 Xavier Morel[IMP] use early returns instead of a single return...
2011-09-09 Xavier Morel[IMP] lift mapping from field types to PGTYPES outside...
2011-09-09 Xavier Morel[IMP] use logging API in get_pg_types
2011-09-09 Xavier Morel[IMP] remove size inference for selection lists with...
2011-09-09 Xavier Morel[IMP] have function fields delegate their pg_type disco...
2011-09-09 Xavier Morel[IMP] extract VARCHAR typing, if no size is provided...
2011-09-09 Xavier Morel[FIX] don't *eval* field names to get the field type...
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-08-31 Xavier Morel[FIX] issue in splitting field paths for export: would...
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-29 Vo Minh Thu[IMP] orm: option to make many2many relation tables...
2011-08-27 Antony Lesuisse[MERGE] trunk
2011-08-26 Olivier Dony[FIX] registry: use a unique list of models to load...
2011-08-26 Naresh (OpenERP)[FIX]:_inherits for multilevel inheritence
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-24 Antony Lesuisse[FIX] orm ir.translation get_source to use positional...
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-08-23 tfr(OpenERP)[FIX]:import boolean fields
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-08-16 Vo Minh Thu[REF] osv: previous diff makes unneccessary one of...
2011-08-12 Vo Minh Thu[REF] orm: merged orm_template inside orm.
2011-08-12 Vo Minh Thu[MERGE] merged trunk.
2011-08-12 Vo Minh Thu[REF] osv: removed orm_memory, adapted the distinguishe...
2011-08-12 Vo Minh Thu[REF] osv: moved (and adapted) vacuum code to osv_memory.
2011-08-11 Antony Lesuisse[FIX] get rid of unsued menus and submenu
next