[FIX] osv: Bad error message
[odoo/odoo.git] / openerp / osv / osv.py
2013-02-13 Cecile Tonglet[FIX] osv: Bad error message
2013-02-13 Cecile Tonglet[FIX] osv: Automatically retry the typical transaction...
2012-02-08 Vo Minh Thu[IMP] gunicorn: signaling used for more than just execu...
2012-02-08 Vo Minh Thu[IMP] gunicorn: moved database signaling to RegistryMan...
2012-02-08 Vo Minh Thu[MERGE] merged trunk.
2012-02-02 Vo Minh Thu[IMP] inter-process signaling, proof-of-concept.
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2012-01-18 Vo Minh Thu[IMP] tools: removed some functools functions (they...
2012-01-05 niv-openerp[fix] forgot debugging lines
2012-01-05 niv-openerp[imp] added service in object_service to be able to...
2011-10-01 Antony Lesuisse[MERGE] trunk
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 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-27 Olivier Dony[MERGE] sync with latest trunk
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-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-22 Olivier Dony[IMP] orm: minor cleanup: avoid duplicate functions...
2011-09-22 Olivier Dony[IMP] TransientModel: unnecessary unlink() override
2011-08-29 Vo Minh Thu[FIX] osv: forgot to "import expression".
2011-08-23 Vo Minh Thu[FIX] osv: broken SQL query.
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[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-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: removed unused kwarg.
2011-07-28 Vo Minh Thu[REF] netsvc: removed exportMethod that was only used...
2011-07-28 Vo Minh Thu[REF] osv: osv_memory is really just osv,
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-15 Vo Minh Thu[MERGE] orm: _auto_init made of smaller methods, use...
2011-06-15 Vo Minh Thu[MERGE] [osv: moved osv_pool to modules/registry.
2011-06-15 Vo Minh Thu[REF] osv: use a metaclass to discover new models.
2011-06-15 Vo Minh Thu[LINT] removed unused variable, forgot to change two...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-06-01 Yogesh (OpenERP)[FIX] fix problem of variable name.
2011-05-27 Vo Minh Thu[IMP] osv: removed unnecessary module arg, added comments.
2011-05-27 Vo Minh Thu[FIX] osv_pool: it appears it is necessary to have...
2011-05-26 Vo Minh Thu[REF] osv:
2011-05-26 Vo Minh Thu[REF] osv: osv classes merged inside orm classes.
2011-05-25 Vo Minh Thu[REF] osv: factored out duplicated createInstance methods.
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-25 Vo Minh Thu[MERGE] merged changes from 6.0
2011-05-19 Vo Minh Thu[REF] osv, modules/__init__cosmetic renaming, added...
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-29 AVP(Axelor)[REF] code improvement
2011-05-19 Vo Minh Thu[REF] osv_pool cleaning:
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-04-18 Vo Minh Thu[REF] osv.py: removed unused variable class_pool.
2011-02-07 Vo Minh Thu[IMP] openerp python module.