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)])