Remove name attribute and add more dependencies

This commit is contained in:
Roberto Rosario
2012-09-27 03:26:10 -04:00
parent 6d434b57f8
commit 714af0764a

View File

@@ -5,9 +5,8 @@ from django.utils.translation import ugettext_lazy as _
from .icons import icon_history_list
from .links import history_list
name = 'history'
label = _(u'History')
description = _(u'Handles the events registration and event logging.')
dependencies = ['app_registry']
dependencies = ['app_registry', 'icons', 'navigation']
icon = icon_history_list
tool_links = [history_list]