mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[16.0][MIG] document_page_group: Migration to 16.0
This commit is contained in:
parent
9b1af55e60
commit
4c8cae9960
@ -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",
|
||||||
|
1
setup/document_page_group/odoo/addons/document_page_group
Symbolic link
1
setup/document_page_group/odoo/addons/document_page_group
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../../document_page_group
|
6
setup/document_page_group/setup.py
Normal file
6
setup/document_page_group/setup.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user