odoo/openerp/modules
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 new test execution engine 2014-02-09 01:40:05 +01:00
db.py [FIX] module: do not recreate categories when updating modules 2012-11-28 19:37:01 +01:00
graph.py [IMP] unpack a listcomp in a dict passed to an update, pass gencomp directly to update 2014-06-20 07:52:42 +02:00
loading.py [REM] asynchronous database creation method 2014-07-15 12:26:55 +02:00
migration.py [FIX] migration: correct the verification of module version against running server 2014-01-10 17:27:05 +01:00
module.py [FIX] data-dir management 2014-07-07 15:49:24 +02:00
registry.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00