Browse Source
Fix unit test
Co-Authored-By: Pedro M. Baeza <pedro.baeza@tecnativa.com>
pull/236/head
Bejaoui Souheil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
contract_payment_mode/tests/test_contract_payment.py
|
|
@ -38,6 +38,7 @@ class TestContractPaymentInit(odoo.tests.HttpCase): |
|
|
|
}) |
|
|
|
self.contract = self.env['contract.contract'].create({ |
|
|
|
'name': 'Maintenance of Servers', |
|
|
|
'partner_id': self.partner.id, |
|
|
|
}) |
|
|
|
company = self.env.ref('base.main_company') |
|
|
|
self.journal = self.env['account.journal'].create({ |
|
|
|