[MIG] document_page_project: Migration to 16.0

This commit is contained in:
ntsirintanis
2024-03-07 14:39:18 +01:00
committed by Bhavesh Heliconia
parent 24915fe03d
commit b753ba6acf
5 changed files with 13 additions and 13 deletions

View File

@@ -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"]