niulinlnc / auto_updater

Automatically updates your Odoo environment whenever you want it to!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!)

About

Automatically updates your Odoo environment whenever you want it to!


Languages

Language:Python 100.0%