[MIG] attachment_zipped_download: Migration to 18.0

TT54112
This commit is contained in:
Víctor Martínez
2025-01-28 08:23:20 +01:00
parent 7e256cfaa8
commit 25dba93d16
7 changed files with 23 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ class TestMixin(TestAttachmentZippedDownloadBase):
self.assertEqual(action["type"], "ir.actions.act_url")
self.assertEqual(action["target"], "self")
self.assertEqual(
action["url"], "/web/content/%s?download=1" % self.partner_2_f1.id
action["url"], f"/web/content/{self.partner_2_f1.id}?download=1"
)
def test_action_download_attachments_two_attachment_one_record(self):