mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-17 04:32:55 -06:00
[MIG] document_page_project: Migration to 15.0
This commit is contained in:
parent
aacf2b4292
commit
6b5b265131
@ -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",
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user