Skip to content Skip to sidebar Skip to footer

Error : odoo.tools.translate: translation went wrong for "'Selecting the "Warning"

 When restoring odoo to another database, i encountered a message that appears :


Error : odoo.tools.translate: translation went wrong for "'Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.'", skipped


This is happening because odoo needs a library called jinja library. To fix this, you should install it by typing in : 

pip3 install Jinja2==2.10.1

Now try to restore the database again and see 

Error Message - Source : towardsdatascience