This question has been flagged
3 Replies
28643 Views

I bought some third-party apps and i had some problems with them. So the developer requested me to update the apps and to restart the server, but i have no idea how to restart it.

How can i do this?

Avatar
Discard
Best Answer

A faster way to restart the server is to use the web shell with this command:

odoosh-restart

Click SHELL to open a web shell:



Avatar
Discard
Best Answer

As Ray mentioned 

from odoo.sh >  shell  we rstarted the http service to get odoo interface back after "Internal Server Error"  message appeared

odoosh-restart http
Avatar
Discard
Best Answer

Hi,

In Odoo.sh you just need to add the modules to corresponding git branch, once you make the commit to the branch, a new build will automatically get created in the odoo.sh.

What you have to do is, commit the module to git branch, open the new build, update the apps list and search and install the module.


Thanks

Avatar
Discard
Author

Nice. Thank you Niyas!