[IMP] account_asset_batch_compute: black, isort, prettier
This commit is contained in:
parent
cf12172e4b
commit
be8ee59e1c
@ -128,7 +128,8 @@ class TestAccountAssetBatchCompute(TransactionCase):
|
|||||||
)
|
)
|
||||||
self.assertTrue(len(depreciation_line) == 0)
|
self.assertTrue(len(depreciation_line) == 0)
|
||||||
job_name = "Creating move for asset with id {} to {}".format(
|
job_name = "Creating move for asset with id {} to {}".format(
|
||||||
self.asset01.id, self.nextmonth,
|
self.asset01.id,
|
||||||
|
self.nextmonth,
|
||||||
)
|
)
|
||||||
jobs = self.env["queue.job"].search(
|
jobs = self.env["queue.job"].search(
|
||||||
[("name", "=", job_name)], order="date_created desc", limit=1
|
[("name", "=", job_name)], order="date_created desc", limit=1
|
||||||
|
Loading…
Reference in New Issue
Block a user