[IMP] Remove account sequence code madness
[odoo/odoo.git] / openerp / osv /
2011-09-30 Olivier Dony[FIX] fields: m2m SQL names may be dynamic now, care...
2011-09-29 Antony Lesuisse[FIX] osv object_proxy to use new style class
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-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 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-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-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 Olivier Dony[MERGE] latest trunk
2011-09-12 Naresh (OpenERP)[FIX]:problem when coping the _inherits record the...
2011-09-09 Olivier Dony[IMP] orm,orm_memory: more consistent implementations...
2011-09-09 Vo Minh Thu[MERGE] merged trunk.
2011-09-06 Olivier Dony[FIX] fields.function: type=binary: workaround for...
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-09-01 Vo Minh Thu[MERGE] merged 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[FIX] osv: forgot to "import expression".
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 Vo Minh Thu[MERGE] merged trunk.
2011-08-26 Naresh (OpenERP)[FIX]:_inherits for multilevel inheritence
2011-08-26 Vo Minh Thu[MERGE] merged trunk.
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-25 Xavier Morel[FIX] fnct_inv in client actions params, fix docstring...
2011-08-24 Antony Lesuisse[FIX] orm ir.translation get_source to use positional...
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-23 Vo Minh Thu[FIX] osv: broken SQL query.
2011-08-23 tfr(OpenERP)[FIX]:import boolean fields
2011-08-22 Vo Minh Thu[MERGE] merged trunk.
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-18 Olivier Dony[IMP] fields.function: don't wrap int values unless...
2011-08-17 gpa[FIX] Fixed problem of unlink tuple (5) in many2many
2011-08-16 Vo Minh Thu[REF] fields: removed osv_memory-related methods (...
2011-08-16 Vo Minh Thu[REF] osv: osv_memory is now TransientModel.
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-08-16 Vo Minh Thu[FIX] osv: super instead of self.
2011-08-16 Vo Minh Thu[REF] osv: previous diff makes unneccessary one of...
2011-08-12 Vo Minh Thu[REF] fields: renamed orm_template in orm (in the docst...
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[FIX] osv: forgot the "return" statement.
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
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-11 Vo Minh Thu[REF] expression: comments, minor changes.
2011-08-10 Vo Minh Thu[IMP] expression: some more tests pass with the correct...
2011-08-10 Vo Minh Thu[FIX] expression: better semantic for in/not in w.r...
2011-08-10 Vo Minh Thu[REF] expression: normalize the operator w.r.t. the...
2011-08-10 Vo Minh Thu[REF] expression: unnecessary code in parse() because...
2011-08-10 Vo Minh Thu[FIX] expression: the <> can be part of leaves (before...
2011-08-10 Vo Minh Thu[FIX] expression: better handling of []/False with...
2011-08-10 Vo Minh Thu[FIX] expression: perform a check on domain after the...
2011-08-09 Vo Minh Thu[REF]: expression: simplified <> into != in a pre-step,
next