Skip to content
Snippets Groups Projects
Commit 0453566a authored by Adrian Torres's avatar Adrian Torres Committed by Christophe Monniez
Browse files

[ADD] tests: add a script to test module uninstallation


With this commit, a new script "tests-uninstalls.py" is added in order to
test module uninstallation.

This script is a kind of standalone tool. It uses odoo as a library but
the odoo server is not started at all.

In its standard invocation, it tries an install/uninstall/reinstall
cycle for each all module found in the specified database.

By specifying '-U', it only tries to uninstall the comma separated list
of modules following the argument.

Be aware that this tool, will alter the database against which it was
invoked.

Co-authored-by: default avatarRaphael Collet <rco@odoo.com>
parent 04f3041a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment