Revert "[REF] odoo110_py37: Add odoo cron service"
Reverts https://github.com/Vauxoo/docker-odoo-image/pull/395
In staging instance raised the following error:
An error ocurred: OperationalError('dropdb: error: database removal failed: ERROR: database "updates_islamicrelief110" is being accessed by other users\nDETAIL: There are 8 other sessions using the database.\n')
Locally I fixed this using a program group in supervisor:
But it requires changes in DeployV and we are not able to do it right now