[FIX] startup: when preloading a registry with the -d option, document_webdav
authorVo Minh Thu <vmt@openerp.com>
Mon, 5 Sep 2011 10:36:19 +0000 (12:36 +0200)
committerVo Minh Thu <vmt@openerp.com>
Mon, 5 Sep 2011 10:36:19 +0000 (12:36 +0200)
commit98c4a1a972be36f2879f66ad9b8eeeb2b2f1b7a0
tree043738e6c6384c6b770b91dea7c7c5672fd9e526
parentd462066939e7221aca61c69316f5ddea605ce509
[FIX] startup: when preloading a registry with the -d option, document_webdav
could not register itself because the refactoring of the startup
script run the services after the registry preloading. I would
still prefer to start the services after, but we first need the
required hooks in the addons, which would allow us to remove any
side-effecting code from them.

bzr revid: vmt@openerp.com-20110905103619-vhp1goqy7w1nmefu
openerp-server