/auto_updater

Automatically updates your Odoo environment whenever you want it to!

Primary LanguagePython

auto_updater

This module will update your Odoo environment automatically.
The automated planner (found under Settings > Automation > Automated actions) will allow you to configure when and how often this should happen. Three commands are executed:

  • git fetch origin x.x (which automatically detects your Odoo version)
  • git rebase --autostash
  • service odoo-server restart (Work in progress!)