[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / gunicorn.conf.py
index 2400aa9..0f1d93a 100644 (file)
@@ -25,6 +25,7 @@ workers = 4
 
 # Some application-wide initialization is needed.
 on_starting = openerp.wsgi.core.on_starting
+when_ready = openerp.wsgi.core.when_ready
 pre_request = openerp.wsgi.core.pre_request
 post_request = openerp.wsgi.core.post_request