This question has been flagged
2 Replies
3532 Views

After Drag and Drop the Slider or any other section, i try to give the hyperlink for buttons... after that i got shown error popup

i.e given bellow,

Error:
Odoo Server Error

Traceback (most recent call last):
TypeError: <builder:'/website/info'>() argument after ** must be a mapping, not list

Avatar
Discard

Please be more specific.

Best Answer

We are able to reproduce the issue and found the solution too.

Some python packages need to downgrade on your system. So, please follow the steps:

  1. pip3 uninstall werkzeug
  2. pip3 install werkzeug==0.14.1

Avatar
Discard