[MIG] Account Check Deposit to 12.0

This commit is contained in:
Thomas Binsfeld
2019-01-25 16:25:30 +01:00
committed by Alexis de Lattre
parent 53c2a5e23d
commit 3c2edac206
13 changed files with 299 additions and 308 deletions

View File

@@ -123,7 +123,6 @@ class TestPayment(AccountingTestCase):
""" Returns an open invoice """
invoice = self.invoice_model.create({
'partner_id': self.partner_agrolait.id,
'reference_type': 'none',
'currency_id': currency_id,
'name': type == 'out_invoice' and
'invoice to client' or 'invoice to supplier',