Saturday, July 20, 2019

kill odoo running processes


To kill running odoo process we have to go to the terminal and write 
  • ps aux | grep odoo  // to show all running odoo processes
  • kill -9 17702 // to kill the process with 17702 number
 
 
also you can kill all python processes by write
  • kill all python

No comments:

Post a Comment

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...