mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] account_asset_batch_compute: black, isort, prettier
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../account_asset_batch_compute
|
||||||
6
setup/account_asset_batch_compute/setup.py
Normal file
6
setup/account_asset_batch_compute/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user