From 66630b9cb50352ce719a26545acd8812839396a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D1=8C=D1=86=D0=B5=D0=B2?= Date: Thu, 13 Feb 2025 21:36:02 +0300 Subject: [PATCH] fix: add missing dependency --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index a5055aa..25b1171 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -59,7 +59,7 @@ For more specific needs, you may also assign custom-defined actions (technically: Server Actions) to be triggered for each incoming mail. """, 'website': '#', - 'depends': ['base', 'base_setup', 'bus', 'web_tour'], + 'depends': ['base', 'base_setup', 'bus', 'http_routing', 'web_tour'], 'data': [ 'data/mail_groups.xml', 'wizard/mail_activity_schedule_views.xml', -- 2.47.1