Skip to Content
This question has been flagged
1 Reply
3180 Views

when odoo 10 community is first released i installed it 

now i installed it in other device and it has some changes and some problems is solved 

how can i update my old odoo to the latest release Note that it has working database

os: windows 7

Avatar
Discard
Best Answer
#
# clean .pyc files
#
find . -name "*.pyc" -delete

#
# Full upgrade
#
# /path/to/odoo-server --config=/path/to/odoo-server.conf --xmlrpc-port=8090 --log-level=info --stop-after-init -u base

 

backup your database first. use the command above.

if you have any module does something with base make you execute it with:  " -i yourbase " after "-u base".

linux user here, so figure out the rest for windows.

Avatar
Discard