From 86038375cfe8103245134d617c9c9d0a692183c5 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Sat, 19 Apr 2025 15:54:20 +0200 Subject: [PATCH] [FIX] manifest dependencies --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index 9872316..23c506e 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -5,7 +5,7 @@ "website": "https://le-filament.com", "version": "18.0.1.0.0", "license": "AGPL-3", - "depends": [], + "depends": ["contacts"], "data": [ "security/ir.model.access.csv", # datas -- GitLab