[IMP] account: unique description for wizard model
[odoo/odoo.git] / addons / project_scrum / __openerp__.py
index 4ed110b..9b2f4c4 100644 (file)
@@ -24,6 +24,7 @@
     'name': 'Scrum, Agile Development Method',
     'version': '1.0',
     'category': 'Project Management',
+    'complexity': "easy",
     'description': """
 This module implements all concepts defined by the scrum project management methodology for IT companies.
 =========================================================================================================
@@ -49,7 +50,7 @@ More information on the methodology:
     """,
     'author': 'OpenERP SA',
     'images': ['images/product_backlogs.jpeg', 'images/project_sprints.jpeg', 'images/scrum_dashboard.jpeg', 'images/scrum_meetings.jpeg'],
-    'depends': ['project', 'process', 'email'],
+    'depends': ['project', 'process', 'mail'],
     'init_xml': [],
     'update_xml': [
         'security/ir.model.access.csv',