Skip to content

Commit

Permalink
Merge pull request #380 from yvaucher/fix_ccp_no_partner
Browse files Browse the repository at this point in the history
[11.0] l10n_ch_base_bank - Fix tests when no partner is set on bank account (due to default value)
  • Loading branch information
yvaucher committed Dec 8, 2017
2 parents c5f5c76 + 74ddc50 commit 4d12aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_ch_base_bank/tests/test_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def test_multiple_bvr_bank_account_for_same_partner(self):
def test_bank_ccp_no_partner(self):
bank_acc = self.env['res.partner.bank'].create({
'acc_number': '46-110-7',
'partner_id': False,
})
bank_acc.onchange_acc_number_set_swiss_bank()

Expand Down

0 comments on commit 4d12aad

Please sign in to comment.