[MIG] document_page_project: Migration to 16.0

This commit is contained in:
ntsirintanis
2024-03-07 14:39:18 +01:00
committed by Luis Rodriguez
parent 1220b81d95
commit 8627979d4a
4 changed files with 12 additions and 12 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"]