ERROR openerp.addons.website.models.ir_http: 500 Internal Server Error: after logout from odoo

前端 未结 1 1813
南笙
南笙 2021-01-16 05:43

I am using odoo v9 community in Ubuntu 14.04 installation is perfectly done after all works.

but when i install website module of odoo and after i log out from odoo

相关标签:
1条回答
  • 2021-01-16 06:18

    Its a dependency issue. Install a newer version of werkzeug.

    https://github.com/odoo/odoo/issues/10184

    pip install werkzeug==0.9.4

    Should do the trick.

    0 讨论(0)
提交回复
热议问题