mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-18 19:32:19 -06:00
[MIG] document_page_project: Migration to 16.0
This commit is contained in:
committed by
Bhavesh Heliconia
parent
24915fe03d
commit
b753ba6acf
@@ -7,7 +7,7 @@ from odoo.tests import common
|
||||
class TestProjectProject(common.TransactionCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super(TestProjectProject, cls).setUpClass()
|
||||
super().setUpClass()
|
||||
|
||||
cls.Page = cls.env["document.page"]
|
||||
cls.Project = cls.env["project.project"]
|
||||
|
||||
Reference in New Issue
Block a user