fix: add missing dependency

This commit is contained in:
Rydlab 2025-02-13 21:36:02 +03:00
parent 70771421f7
commit 66630b9cb5

View File

@ -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',