mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
Updated from template
This commit is contained in:
@@ -8,7 +8,7 @@ from odoo.tests.common import TransactionCase
|
||||
class TestDocumentReference(TransactionCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super(TestDocumentReference, cls).setUpClass()
|
||||
super().setUpClass()
|
||||
cls.page_obj = cls.env["document.page"]
|
||||
cls.history_obj = cls.env["document.page.history"]
|
||||
cls.page1 = cls.page_obj.create(
|
||||
|
||||
Reference in New Issue
Block a user