[REM] asynchronous database creation method
authorXavier Morel <xmo@openerp.com>
Tue, 15 Jul 2014 10:26:55 +0000 (12:26 +0200)
committerXavier Morel <xmo@openerp.com>
Tue, 15 Jul 2014 10:26:55 +0000 (12:26 +0200)
commit92be431236bd93054c5134cb0d4daf8124918e39
treeff6a3455ebec295f4883be303af054a9b2d643c6
parent736c5dd87ec9e60c3c83293e88123d569c5b4a27
[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
openerp/modules/loading.py
openerp/service/db.py