From 9b58f5574cc831313f32d817471aa601c4ec4da7 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Wed, 6 Aug 2025 12:31:33 +0200 Subject: [PATCH] auto installa false --- morpheus_fornitori/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpheus_fornitori/__manifest__.py b/morpheus_fornitori/__manifest__.py index ef451db..753bc9f 100644 --- a/morpheus_fornitori/__manifest__.py +++ b/morpheus_fornitori/__manifest__.py @@ -18,5 +18,5 @@ ], 'application': True, 'installable': True, - 'auto_install': True, + 'auto_install': False, } \ No newline at end of file