When I was trying to run odoo server it was returning internal server error so I checked the log file and I found this error
ModuleNotFoundError: No module named 'pdfkit'
so to fix it install pdfkit by running the command bellow
sudo pip3 install pdfkit
No comments:
Post a Comment