Upgrade Odoo Apps From Command Line
Every once in a while, you will run into an issue during Odoo development that causes an internal server error in one of your Odoo databases. This could be caused by some different issues:
- Pulling down code updates without restarting the Odoo processes, preventing python files from generating the proper .pyc files.
- Not properly updating the applications that were affecting from pulling down code changes.
- Not updating across all databases that have the effected applications installed.
Let’s assume we have one Odoo instance currently running. I can view the processes by running a ps aux and greping for the script name.