From 54057611ebb2379f71422fed0585916a88293f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Wed, 4 Feb 2026 00:04:39 +0100 Subject: [PATCH] [IMP] include Elabore and Lokavaluto add-ons in missing add-ons detection process --- scripts/prepare_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_db.sh b/scripts/prepare_db.sh index 775cbaf..76dc3d1 100755 --- a/scripts/prepare_db.sh +++ b/scripts/prepare_db.sh @@ -52,7 +52,7 @@ LEFT JOIN ( ) AS module_dest ON module_dest.name = module_origin.name WHERE (module_dest.name IS NULL) AND (module_origin.state = 'installed') - AND (module_origin.author NOT IN ('Odoo S.A.', 'Lokavaluto', 'Elabore')) + AND (module_origin.author NOT IN ('Odoo S.A.')) ORDER BY module_origin.name; EOF )