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