I am working on Odoo 10 enterprise code. I have installed the code on Centos server with my licence key. So I can see that Python code is installed in the Python path.
I would like to make some changes on the code like changing the logo in the home page and customizing the purchase order module, etc.
Could anyone please let me know how can I restart the Odoo server after I make changes.
I cant find odoo-bin
after it is installed in my server. And I have a mapping to /etc/odoo/odoo.conf
.
When I restart using service odoo restart
changes are not coming.
And I cant restart modules like 'service odoo restart -u all'
Anyone help is appreciated here.