Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeficent committed Nov 20, 2018
1 parent 2e46a4a commit eb841de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def _create_crm_team(self, uid, operating_unit):
"""Create a Sales Team."""
crm = self.crm_team_model.sudo(uid).create({'name': 'CRM team',
'operating_unit_id':
operating_unit.id})
operating_unit.id,
'company_id': self.company.id})
return crm

def test_crm_team(self):
Expand Down

0 comments on commit eb841de

Please sign in to comment.