[REM] completion in Gantt chart tasks and projects, not supported by OpenERP and...
[odoo/odoo.git] / addons / project_issue / __openerp__.py
index 2e6c7db..3fe54fc 100644 (file)
 ##############################################################################
 
 {
-    'name': 'Issue Management in Project Management',
+    'name': 'Issues Tracker',
     'version': '1.0',
-    'category': 'Generic Modules/CRM & SRM',
+    'category': 'Project Management',
+    "sequence": 22,
+    'complexity': "easy",
     'description': """
-        This module provide Issues/Bugs Management in Project
+This module provides Issues/Bugs Management in Project.
+=======================================================
+
+OpenERP allows you to manage the issues you might face in a project
+like bugs in a system, client complaints or material breakdowns. A
+list view allows the manager to quickly check the issues, assign them
+and decide on their status as they evolve.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
      ],
     'demo_xml': ['project_issue_demo.xml'],
     'test': [
-      'test/convert_issue_to_task.yml',
-      'test/test_project_issue_states.yml'
+      'test/subscribe_issue.yml',
+      'test/issue_process.yml',
+      'test/cancel_issue.yml',
+      'test/issue_demo.yml'
     ],
     'installable': True,
     'active': False,
+    'application': True,
     'certificate' : '001236490750848623845',
 }