Hello, I'm new to Odoo and currently testing open source version from github directly.
I'm looking around web,documentation, and forums and can't seemed to find a way to somehow stop the server gracefully.
I started the odoo-bin
python3 odoo-bin --addons-path=addons -d mydb
My Questions would be:
1. How to stop the odoo-bin gracefully instead of Ctrl+C or Killing odoo-bin ?
2. What happened if there are some users that are still logged in and use the server?
3. Is there application level or perhaps some command to set the application in maintenance mode, force logoff the users and then stop the server gracefully?