How to debug Error Messsage in Odoo

徘徊边缘 提交于 2019-12-11 12:07:49

问题


I have created my Own custom report in which when I print my report at that time the below error message will be created

500: Internal Server Error

I don't know where I should start with the problem solution. The log file in /var/log/odoo/ says: and my log file /var/log/odoo/

"MissingError: ('MissingError', u'One of the documents you are trying to access has been deleted, please try again after refreshing.')"

Do you have any solution to resolve this problem ?.


回答1:


Try Running odoo.py when such error occur. It will show where exactly the error occurred. After you fix all the issues under odoo.py. You are good to go.



来源:https://stackoverflow.com/questions/30648845/how-to-debug-error-messsage-in-odoo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!