Skip to Content
Menu
This question has been flagged
4 Replies
8887 Views

Hi,

I have installed version 8 couple of months ago from git.

How do I update to the latest version?

Avatar
Discard

How did you get the branch from GIT?

Best Answer

Better to use following commands if your repository is from GIT:

  1. git checkout 8.0
  2. sudo git pull origin 8.0
Avatar
Discard
Author

Thank you

Author Best Answer

I used the following to install:

https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh

Avatar
Discard
Best Answer

Hi :

go to /opt/odoo/odoo-server  

sudo git pull

When the process finised, you have Odoo updated to last 

Restart the odoo server and that´s all !!

Remember : Make BACKUP BEFORE

Avatar
Discard
Author

Thank you.

Best Answer

We are getting closer to a stable version. 

Avatar
Discard