[MIG] account_asset_batch_compute: Migration to 14.0

This commit is contained in:
Olga Marco
2022-01-12 10:05:38 +01:00
parent af97703e31
commit 2941040086
3 changed files with 2 additions and 9 deletions

View File

@@ -40,13 +40,6 @@ class TestAccountAssetBatchCompute(TransactionCase):
"name": "Test",
}
)
self.fiscal_year = self.env["account.fiscal.year"].create(
{
"name": "FY",
"date_from": time.strftime("2019-01-01"),
"date_to": time.strftime("2019-12-31"),
}
)
self.asset01 = self.asset_model.create(
{
"name": "test asset",