odoo/openerp/service
Xavier Morel 92be431236 [REM] asynchronous database creation method
It's broken (though easy to fix) and not very useful, if third parties want to
create databases asynchronously they can handle the asynchronicity on the
client-side (an HTTP request is easy to make asynchronously after all) and
call the synchronous `create_database()`.

fixes #1137, after a fashion
2014-07-15 12:26:55 +02:00
..
__init__.py rename server 2013-10-06 00:18:29 +02:00
common.py [MERGE] merged trunk. 2013-03-28 10:50:06 +01:00
db.py [REM] asynchronous database creation method 2014-07-15 12:26:55 +02:00
model.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
report.py [IMP] registry: now cursor() simply returns a cursor, which may itself be used as a context manager 2014-04-09 11:56:04 +02:00
security.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
server.py Merge pull request #528 from bwrsandman/patch-1 2014-06-24 16:06:57 +02:00
websrv_lib.py [FORWARD] Forward port of server 7.0 until revision 4988 2013-05-28 12:27:33 +02:00
wsgi_server.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00