[MIG] document_page_project: Migration to 15.0

This commit is contained in:
Jasmin Solanki 2022-02-22 12:26:29 +05:30 committed by Luis Rodriguez
parent aacf2b4292
commit 6b5b265131
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@
{ {
"name": "Document Page Project", "name": "Document Page Project",
"summary": "This module links document pages to projects", "summary": "This module links document pages to projects",
"version": "14.0.1.0.1", "version": "15.0.1.0.0",
"development_status": "Production/Stable",
"category": "Project", "category": "Project",
"author": "ForgeFlow, Odoo Community Association (OCA)", "author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge", "website": "https://github.com/OCA/knowledge",

View File

@ -4,7 +4,7 @@
from odoo.tests import common from odoo.tests import common
class TestProjectProject(common.SavepointCase): class TestProjectProject(common.TransactionCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
super(TestProjectProject, cls).setUpClass() super(TestProjectProject, cls).setUpClass()