From c7c01e1bc736cc56657e18d32aef0cc7ee5c48b2 Mon Sep 17 00:00:00 2001 From: Nikul-Chaudhary Date: Fri, 25 Jan 2019 00:06:14 +0530 Subject: [PATCH] [IMP] Improved code --- contract_section/tests/test_contract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/contract_section/tests/test_contract.py b/contract_section/tests/test_contract.py index 521f60c3..4667e913 100644 --- a/contract_section/tests/test_contract.py +++ b/contract_section/tests/test_contract.py @@ -22,7 +22,6 @@ class TestContract(TestContractBase): def test_create_invoice(self): """ Create contract with section""" - self.assertTrue(self.acct_line.layout_category_id) self.contract.recurring_create_invoice() invoice_id = self.env['account.invoice'].search( [('contract_id', '=', self.contract.id)])