Skip to content
 
 

Repository files navigation

🧰 Upgrade Utils

This repository contains helper functions to facilitate the writing of upgrade scripts.

Installation

The usual one

Once you have clone this repository locally, just start odoo with the src directory prepended to the --upgrade-path option.

$ ./odoo-bin --upgrade-path=/path/to/upgrade-util/src,/path/to/other/upgrade/script/directory [...]

The alternative one

On platforms where you dont manage odoo yourself, i.e. Odoo.sh, you can install this package via pip:

$ python3 -m pip install git+https://github.com/odoo/upgrade-util@master

How to use them?

Once installed, the following packages are available

  • odoo.upgrade.util: the helper themself. See the wiki for info.
  • odoo.upgrade.testing: base TestCase classes

About

Utility helpers to write better upgrade scripts.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages