odoo15: remove updatescript

This commit is contained in:
Maciej Krüger
2023-08-28 00:12:36 +02:00
parent b0ace70d46
commit e0b74ead2d
@@ -109,7 +109,6 @@ in python.pkgs.buildPythonApplication rec {
dontStrip = true;
passthru = {
updateScript = ./update.sh;
tests = { inherit (nixosTests) odoo15; };
};