[FIX] module's name
authorAntonin Bourguignon <abo@openerp.com>
Wed, 4 Jul 2012 17:04:28 +0000 (19:04 +0200)
committerAntonin Bourguignon <abo@openerp.com>
Wed, 4 Jul 2012 17:04:28 +0000 (19:04 +0200)
bzr revid: abo@openerp.com-20120704170428-kq9jabzlfdfwskte

addons/portal_project/__openerp__.py

index f90c0cf..4f8774b 100644 (file)
 
 
 {
-    'name': 'Portal Issue',
+    'name': 'Portal Project',
     'version': '0.1',
     'category': 'Tools',
     'complexity': "easy",
     'description': """
-This module adds project menu and features (tasks) to your portal if project 
+This module adds project menu and features (tasks) to your portal if project
 and portal are installed.
     """,
     'author': 'OpenERP SA',