mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-18 04:56:33 -06:00
[16.0][MIG] document_page_group: Migration to 16.0
This commit is contained in:
parent
60d2457760
commit
4829d72fd0
@ -5,7 +5,7 @@
|
|||||||
"name": "Document Page Group",
|
"name": "Document Page Group",
|
||||||
"summary": """
|
"summary": """
|
||||||
Define access groups on documents""",
|
Define access groups on documents""",
|
||||||
"version": "15.0.1.0.1",
|
"version": "16.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/knowledge",
|
"website": "https://github.com/OCA/knowledge",
|
||||||
|
@ -6,8 +6,8 @@ from odoo.tests.common import TransactionCase
|
|||||||
|
|
||||||
class TestDocumentPageGroup(TransactionCase):
|
class TestDocumentPageGroup(TransactionCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestDocumentPageGroup, self).setUp()
|
super().setUp()
|
||||||
knowledge_group = self.browse_ref("knowledge.group_document_user").id
|
knowledge_group = self.browse_ref("document_knowledge.group_document_user").id
|
||||||
self.user_id = self.env["res.users"].create(
|
self.user_id = self.env["res.users"].create(
|
||||||
{
|
{
|
||||||
"name": "user",
|
"name": "user",
|
||||||
|
Loading…
Reference in New Issue
Block a user