odoo 10 - "No such file or directory" ODOO10 -


traceback (most recent call last):   file "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_attachment.py", line 100, in _file_read     r = open(full_path,'rb').read().encode('base64') ioerror: [errno 2] no such file or directory: u'/var/lib/odoo/.local/share/odoo/filestore/coverpr1/f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61' 

i have solved deleting records ir_attachment table. use below query , resolved.

delete ir_attachment;


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -