Skip to content

Commit aeb4ca2

Browse files
[16.0][MIG] document_page: Migration to 16.0
1 parent 5739a7e commit aeb4ca2

14 files changed

+31
-1199
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.11.0
2+
_commit: v1.11.1
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
dependency_installation_mode: PIP

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
- --settings=.
105105
exclude: /__init__\.py$
106106
- repo: https://github.com/acsone/setuptools-odoo
107-
rev: 3.1.5
107+
rev: 3.1.8
108108
hooks:
109109
- id: setuptools-odoo-make-default
110110
- id: setuptools-odoo-get-requirements
@@ -113,7 +113,7 @@ repos:
113113
- requirements.txt
114114
- --header
115115
- "# generated from manifests external_dependencies"
116-
- repo: https://gitlab.com/PyCQA/flake8
116+
- repo: https://github.com/PyCQA/flake8
117117
rev: 3.9.2
118118
hooks:
119119
- id: flake8

document_page/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Document Page",
7-
"version": "15.0.1.2.0",
7+
"version": "16.0.1.0.0",
88
"category": "Knowledge Management",
99
"author": "OpenERP SA, Odoo Community Association (OCA)",
1010
"images": [
@@ -17,7 +17,7 @@
1717
],
1818
"website": "https://github.com/OCA/knowledge",
1919
"license": "AGPL-3",
20-
"depends": ["mail", "knowledge"],
20+
"depends": ["mail", "document_knowledge"],
2121
"data": [
2222
"security/document_page_security.xml",
2323
"security/ir.model.access.csv",

document_page/demo/document_page.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<odoo noupdate="1">
33

44
<record id="base.user_demo" model="res.users">
5-
<field eval="[(4, ref('knowledge.group_document_user'))]" name="groups_id" />
5+
<field
6+
eval="[(4, ref('document_knowledge.group_document_user'))]"
7+
name="groups_id"
8+
/>
69
</record>
710

811
<record id="demo_category1" model="document.page">

0 commit comments

Comments
 (0)