[FIX] correctly calls the parent of the graph view in the constructor (now, the view...
[odoo/odoo.git] / openerp / osv / osv.py
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-19 Olivier Dony[MERGE] osv: automatically retry transactions that...
2013-02-13 Cecile Tonglet[FIX] osv: Bad error message
2013-02-13 Cecile Tonglet[FIX] osv: Automatically retry the typical transaction...
2013-02-13 Antonin Bourguignon[MERGE] trunk
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-12 Xavier Morel[IMP] no need for an explicit string conversion when...
2013-02-12 Xavier Morel[IMP] remove redundancy between execute_cr and exec_wor...
2013-01-31 Vo Minh Thu[REF] object_proxy is no longer used by audittrail...
2013-01-30 Vo Minh Thu[FIX] osv.object_service must be called osv.object_proxy.
2013-01-30 Vo Minh Thu[REF] services: somewhat clean use of openerp exceptions.
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-17 Antonin Bourguignon[IMP] doc
2012-12-09 Antony Lesuisse[IMP] dbname on localthread for logging
2012-11-14 Thibault Delavallée[REM] osv: removed temporary override of raise, added...
2012-11-07 Thibault Delavallée[MERGE] Sync with server/trunk.
2012-11-06 Olivier Dony[FIX] orm,web_services: properly return results of...
2012-11-06 Thibault Delavallée[FIX] fields.py: html_sanitize now in mail file.
2012-09-28 Antonin Bourguignon[IMP] code style; also remove a debug comment
2012-09-19 Thibault Delavallée[COM] commented a modif.
2012-09-19 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-09-18 Odowan Kenobi[REF] allow to intercept the signals sent to workflows...
2012-09-17 Thibault Delavallée[IMP] res_users: added readable files, to allow people...
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.