This question has been flagged
5 Replies
2151 Views

I have odoo server crash as well  ! I searched the log file, found errors but couldn't understand

https://gist.github.com/anonymous/2954f40126b71bece1fb


I was troubleshooting error related to wkhtmltopdf then my odoo server crashed !

Avatar
Discard

what can i do ?


There are some fundamental steps. First you should learn how to read error logs. Second you should know what you want to install and follow proper installation advise. Third you should provide information about your installation environment (such as Operating System etc.) and Odoo Version in order to get help. Fourth: Google is your friend :-)

I have amended my answer and changed your question title to reflect the true problem.

Thanks Ermin,

Actually I have click2dial working already long time ago, recently I added the document management module. 

My environment is as follows: Debian 8 server with odoo 8

Your error log says that the library phonenumbers is missing now, whatever was before. So you should try to fix that corresponding to the information provided.

Best Answer

Odoo is looking for the module phonenumbers and can not find it.

I can only assume that you most probably tried to install Asterisk Click2Dial, where base_phone needs the phonenumbers python library.The following Google search might be helpful: http://lmgtfy.com/?q=+odoo+base_phone+phonenumbers   and if my assumptions is correct, particularly this link: https://www.odoo.com/forum/help-1/question/how-to-install-configure-asterisk-elastix-pbx-to-odoo-86263


Avatar
Discard