From 0175a29f553c58f84b3274b29cb6f5aee0937d2a Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@le-filament.com>
Date: Thu, 27 Feb 2025 10:03:34 +0100
Subject: [PATCH] review: partner_firstname in manifest

---
 __manifest__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__manifest__.py b/__manifest__.py
index 03b8cb5..25fe87f 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -5,7 +5,7 @@
     "website": "https://le-filament.com",
     "version": "16.0.1.0.0",
     "license": "AGPL-3",
-    "depends": ["web", "auth_signup"],
+    "depends": ["partner_firstname", "auth_signup"],
     "data": [
         # views
         "views/auth_signup_login_templates.xml",
-- 
GitLab