Skip to content
Snippets Groups Projects
Commit bba21e83 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website_crm_score: continue to assign for others salesteam even if one...

[FIX] website_crm_score: continue to assign for others salesteam even if one team have no more leads.
parent 75781435
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class crm_team(osv.osv):
haslead = haslead or (len(leads) == 50 and not dry)
if not leads.exists():
return
continue
if dry:
for lead in leads:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment