mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: black, isort, prettier
This commit is contained in:
@@ -19,7 +19,6 @@ class TestContractManuallyCreateInvoice(TestContractBase):
|
||||
cls.contract2.unlink()
|
||||
|
||||
def test_contract_manually_create_invoice(self):
|
||||
|
||||
contracts = self.contract
|
||||
for _i in range(10):
|
||||
contracts |= self.contract.copy()
|
||||
@@ -47,7 +46,6 @@ class TestContractManuallyCreateInvoice(TestContractBase):
|
||||
self.assertEqual(len(invoices), contract_to_invoice_count)
|
||||
|
||||
def test_contract_manually_create_invoice_with_usererror(self):
|
||||
|
||||
contracts = self.contract
|
||||
|
||||
accounts = self.product_1.product_tmpl_id.get_product_accounts()
|
||||
|
||||
Reference in New Issue
Block a user