[IMP] account_asset_batch_compute: black, isort, prettier

This commit is contained in:
Olga Marco
2022-01-12 10:04:42 +01:00
parent a1a70669f9
commit af97703e31
3 changed files with 9 additions and 1 deletions

View File

@@ -128,7 +128,8 @@ class TestAccountAssetBatchCompute(TransactionCase):
)
self.assertTrue(len(depreciation_line) == 0)
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(
[("name", "=", job_name)], order="date_created desc", limit=1

View File

@@ -0,0 +1 @@
../../../../account_asset_batch_compute

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)