Hi,
anyone can tell me how to restart the openerp odoo server using cmd in windows?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
anyone can tell me how to restart the openerp odoo server using cmd in windows?
Using cmd no, just go to start, search for services, click to open, search for Odoo or OpenERP, right click, restart.
Hi Edser Solis, Thanks for your reply.but if we can install modules,update modules using cmd,why we can't restart the openerp server via cmd? can you understand the my logic? i think there will be any method to restart the server.
in Linux its possible
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hi Edser Solis,
Thanks for your reply.but if we can install modules,update modules using cmd,why we can't restart the openerp server via cmd? can you understand the my logic? i think there will be any method to restart the server.
Than try this: net stop odoo net start odoo net restart odoo See if any of these work for you.