Wednesday, March 18, 2020
1 change · master
New functionality added to Odoo
A new testing script helps verify that Odoo modules can be installed, removed, and installed again without breaking the database. This supports more reliable nightly checks and also fixes a related issue that could cause crashes when duplicate cleanup records appeared during module removal.
Original PR description
Add a script to test uninstallation of modules. 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. That way, this tool can be used on the runbot in nightly builds