[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

@@ -21,7 +21,7 @@ class AccountAssetCompute(models.TransientModel):
self.date_end,
)
job = self.with_delay(description=description).asset_compute()
return u"Job created with uuid {}".format(job.uuid)
return "Job created with uuid {}".format(job.uuid)
else:
return super(
AccountAssetCompute, self.with_context(asset_batch_processing=True)