Skip to content

Commit

Permalink
[FIX] bank unique constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTephaneMeyomesse committed Mar 27, 2017
1 parent 33eb369 commit b1868df
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -70,8 +70,7 @@ def setUpClass(cls):
'acc_number': '1234567890'})
cls.bank_partner.create({'acc_type': 'iban',
'partner_id': cls.partner.id,
'acc_number': 'BE39103123456719',
'bank_id': cls.bank.id,
'acc_number': 'BE39103123456719'
})

# journal
Expand Down

0 comments on commit b1868df

Please sign in to comment.