mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_url: Migration to 14.0
TT30263
This commit is contained in:
committed by
Bhavesh Heliconia
parent
4ec002bcb9
commit
b029c7ac0a
@@ -5,7 +5,7 @@ from odoo.tests import common
|
||||
|
||||
class TestDocumentUrl(common.TransactionCase):
|
||||
def setUp(self):
|
||||
super(TestDocumentUrl, self).setUp()
|
||||
super().setUp()
|
||||
wizard_add_url = self.env["ir.attachment.add_url"]
|
||||
ctx = {
|
||||
"active_model": "res.users",
|
||||
|
||||
Reference in New Issue
Block a user