[Fix]: As a project/user, try to create a project from the project field of the task...
authorTejas Tank <tta@openerp.com>
Mon, 19 Nov 2012 10:15:18 +0000 (15:45 +0530)
committerTejas Tank <tta@openerp.com>
Mon, 19 Nov 2012 10:15:18 +0000 (15:45 +0530)
bzr revid: tta@openerp.com-20121119101518-wgxpkgbtp6ba3dx5

addons/project/project.py

index 9c28fad..afe507c 100644 (file)
@@ -532,7 +532,7 @@ def Project():
         # Prevent double project creation when 'use_tasks' is checked!
         context = dict(context, project_creation_in_progress=True)
         mail_alias = self.pool.get('mail.alias')
-        if not vals.get('alias_id'):
+        if not vals.get('alias_id') and vals.get('name', False):
             vals.pop('alias_name', None) # prevent errors during copy()
             alias_id = mail_alias.create_unique_alias(cr, uid,
                           # Using '+' allows using subaddressing for those who don't