Skip to content

Commit a2f464f

Browse files
[MIG] document_knowledge: Migration to 19.0
1 parent 0625fdd commit a2f464f

File tree

8 files changed

+31
-26
lines changed

8 files changed

+31
-26
lines changed

document_knowledge/README.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Documents Knowledge
2121
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2222
:alt: License: AGPL-3
2323
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
24-
:target: https://github.com/OCA/knowledge/tree/18.0/document_knowledge
24+
:target: https://github.com/OCA/knowledge/tree/19.0/document_knowledge
2525
:alt: OCA/knowledge
2626
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27-
:target: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_knowledge
27+
:target: https://translation.odoo-community.org/projects/knowledge-19-0/knowledge-19-0-document_knowledge
2828
:alt: Translate me on Weblate
2929
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30-
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=19.0
3131
:alt: Try me on Runboat
3232

3333
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -78,7 +78,7 @@ Bug Tracker
7878
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
7979
In case of trouble, please check there if your issue has already been reported.
8080
If you spotted it first, help us to smash it by providing a detailed and welcomed
81-
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_knowledge%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
81+
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_knowledge%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
8282

8383
Do not contact contributors directly about support or help with technical issues.
8484

@@ -110,10 +110,14 @@ Contributors
110110
- Vicent Cubells
111111
- Ernesto Tejeda
112112

113-
Trobz
113+
- Trobz
114114

115-
- Dung Tran <dungtd@trobz.com>
116-
- Khoi (Kien Kim) khoikk@trobz.com
115+
- Dung Tran <dungtd@trobz.com>
116+
- Khoi (Kien Kim) khoikk@trobz.com
117+
118+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
119+
120+
- Bhavesh Heliconia
117121

118122
Other credits
119123
-------------
@@ -136,6 +140,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
136140
mission is to support the collaborative development of Odoo features and
137141
promote its widespread use.
138142

139-
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/18.0/document_knowledge>`_ project on GitHub.
143+
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/19.0/document_knowledge>`_ project on GitHub.
140144

141145
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

document_knowledge/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33
{
44
"name": "Documents Knowledge",
5-
"version": "18.0.1.0.2",
5+
"version": "19.0.1.0.0",
66
"author": "OpenERP SA,"
77
"MONK Software, "
88
"Tecnativa, "

document_knowledge/data/res_users.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<odoo>
33
<record id="base.user_admin" model="res.users">
44
<field
5-
name="groups_id"
5+
name="group_ids"
66
eval="[(4,ref('document_knowledge.group_document_user'))]"
77
/>
88
</record>

document_knowledge/readme/CONTRIBUTORS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
- [Tecnativa](https://www.tecnativa.com):
1111
- Vicent Cubells
1212
- Ernesto Tejeda
13-
14-
Trobz
15-
16-
- Dung Tran \<<dungtd@trobz.com>\>
17-
- Khoi (Kien Kim) <khoikk@trobz.com>
13+
- Trobz
14+
- Dung Tran \<<dungtd@trobz.com>\>
15+
- Khoi (Kien Kim) <khoikk@trobz.com>
16+
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
17+
- Bhavesh Heliconia

document_knowledge/security/document_knowledge_security.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
<odoo>
33
<record id="group_document_user" model="res.groups">
44
<field name="name">Document Knowledge user</field>
5-
<field name="category_id" ref="module_category_knowledge" />
65
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
7-
<field name="users" eval="[(4, ref('base.user_root'))]" />
6+
<field name="user_ids" eval="[(4, ref('base.user_root'))]" />
87
</record>
98
<record id="group_ir_attachment_user" model="res.groups">
109
<field name="name">Central access to Documents</field>
11-
<field name="category_id" ref="base.module_category_hidden" />
1210
<field name="implied_ids" eval="[(4, ref('group_document_user'))]" />
1311
</record>
1412
</odoo>

document_knowledge/static/description/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h1>Documents Knowledge</h1>
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375375
!! source digest: sha256:641f44741ed129b0b8d0c6bc067b654db6176a3d7b91332bfe312e989ddc0e26
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/18.0/document_knowledge"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_knowledge"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/19.0/document_knowledge"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-19-0/knowledge-19-0-document_knowledge"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module is the base for any knowledge and document management
379379
application.</p>
380380
<p><strong>Table of contents</strong></p>
@@ -427,7 +427,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
427427
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/knowledge/issues">GitHub Issues</a>.
428428
In case of trouble, please check there if your issue has already been reported.
429429
If you spotted it first, help us to smash it by providing a detailed and welcomed
430-
<a class="reference external" href="https://github.com/OCA/knowledge/issues/new?body=module:%20document_knowledge%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
430+
<a class="reference external" href="https://github.com/OCA/knowledge/issues/new?body=module:%20document_knowledge%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
431431
<p>Do not contact contributors directly about support or help with technical issues.</p>
432432
</div>
433433
<div class="section" id="credits">
@@ -458,12 +458,16 @@ <h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
458458
<li>Ernesto Tejeda</li>
459459
</ul>
460460
</li>
461-
</ul>
462-
<p>Trobz</p>
463-
<ul class="simple">
461+
<li>Trobz<ul>
464462
<li>Dung Tran &lt;<a class="reference external" href="mailto:dungtd&#64;trobz.com">dungtd&#64;trobz.com</a>&gt;</li>
465463
<li>Khoi (Kien Kim) <a class="reference external" href="mailto:khoikk&#64;trobz.com">khoikk&#64;trobz.com</a></li>
466464
</ul>
465+
</li>
466+
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
467+
<li>Bhavesh Heliconia</li>
468+
</ul>
469+
</li>
470+
</ul>
467471
</div>
468472
<div class="section" id="other-credits">
469473
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
@@ -482,7 +486,7 @@ <h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
482486
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
483487
mission is to support the collaborative development of Odoo features and
484488
promote its widespread use.</p>
485-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/knowledge/tree/18.0/document_knowledge">OCA/knowledge</a> project on GitHub.</p>
489+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/knowledge/tree/19.0/document_knowledge">OCA/knowledge</a> project on GitHub.</p>
486490
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
487491
</div>
488492
</div>

document_knowledge/views/document_knowledge.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
string="Documents"
2121
domain="[('res_model', 'not like', 'ir.%'), ('res_model', '!=', False)]"
2222
/>
23-
<group string="Group by">
23+
<group>
2424
<filter
2525
name="group_model"
2626
string="Model"

document_knowledge/views/res_config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<field name="res_model">res.config.settings</field>
3535
<field name="view_id" ref="view_knowledge_configuration" />
3636
<field name="view_mode">form</field>
37-
<field name="target">inline</field>
3837
<field name="context">{'module': 'document_knowledge'}</field>
3938
</record>
4039
<menuitem

0 commit comments

Comments
 (0)