Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating odoo after installation #53

Closed
bnjroos opened this issue Oct 3, 2017 · 1 comment
Closed

Updating odoo after installation #53

bnjroos opened this issue Oct 3, 2017 · 1 comment

Comments

@bnjroos
Copy link

bnjroos commented Oct 3, 2017

How to update odoo 10CE to the latest version after installation ?
Thanks,

bnjroos

@Yenthe666
Copy link
Owner

Hi @bnjroos,

  1. Navigate into the Odoo
  2. Do a git fetch
  3. Do a git reset
  4. Do an update of your Odoo

In commands something like this:

  1. cd /odoo/your_odoo
  2. sudo git fetch origin 10.0
  3. sudo git reset --hard origin/10.0
  4. sudo service odoo-server stop
    sudo su your_odoo_user
    ./odoo-bin -u all -c /etc/your_odoo.conf

For more information see my tutorial at https://www.odoo.yenthevg.com/update-odoo-environment-github/

Regards,
Yenthe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants