Skip to content

Commit 9e8f01a

Browse files
[MIG] document_page_group: Migration to 19.0
Migrated from 18.0 to 19.0 with all necessary Odoo 19 compatibility fixes. Tested on a live Odoo 19.0 instance. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ffb9a21 commit 9e8f01a

File tree

22 files changed

+926
-0
lines changed

22 files changed

+926
-0
lines changed

document_page_group/README.rst

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
===================
6+
Document Page Group
7+
===================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:c9cf8e606ce2fc9e365739af2395d3acf3e303bed46298ce3be69def42f81774
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |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_page_group
25+
:alt: OCA/knowledge
26+
.. |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_page_group
28+
:alt: Translate me on Weblate
29+
.. |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
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module allows to define groups on a category.
36+
37+
**Table of contents**
38+
39+
.. contents::
40+
:local:
41+
42+
Bug Tracker
43+
===========
44+
45+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
46+
In case of trouble, please check there if your issue has already been reported.
47+
If you spotted it first, help us to smash it by providing a detailed and welcomed
48+
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page_group%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49+
50+
Do not contact contributors directly about support or help with technical issues.
51+
52+
Credits
53+
=======
54+
55+
Authors
56+
-------
57+
58+
* Creu Blanca
59+
60+
Contributors
61+
------------
62+
63+
- Enric Tobella <etobella@creublanca.es>
64+
- [APSL-Nagarro](https://apsl.tech):
65+
66+
- Antoni Marroig <amarroig@apsl.net>
67+
68+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
69+
70+
- Bhavesh Heliconia
71+
72+
Maintainers
73+
-----------
74+
75+
This module is maintained by the OCA.
76+
77+
.. image:: https://odoo-community.org/logo.png
78+
:alt: Odoo Community Association
79+
:target: https://odoo-community.org
80+
81+
OCA, or the Odoo Community Association, is a nonprofit organization whose
82+
mission is to support the collaborative development of Odoo features and
83+
promote its widespread use.
84+
85+
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/18.0/document_page_group>`_ project on GitHub.
86+
87+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

document_page_group/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2019 Creu Blanca
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Document Page Group",
6+
"summary": """
7+
Define access groups on documents""",
8+
"version": "19.0.1.0.0",
9+
"license": "AGPL-3",
10+
"author": "Creu Blanca,Odoo Community Association (OCA)",
11+
"website": "https://github.com/OCA/knowledge",
12+
"depends": ["document_page"],
13+
"data": ["security/document_page_security.xml", "views/document_page.xml"],
14+
}

document_page_group/i18n/ca.po

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 17.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-09-04 18:06+0000\n"
10+
"Last-Translator: Esteve Blanch Sanmartí <3501974+esteveblanch@users.noreply."
11+
"github.com>\n"
12+
"Language-Team: none\n"
13+
"Language: ca\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: \n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
"X-Generator: Weblate 5.6.2\n"
19+
20+
#. module: document_page_group
21+
#: model:ir.model,name:document_page_group.model_document_page
22+
msgid "Document Page"
23+
msgstr "Pàgina del document"
24+
25+
#. module: document_page_group
26+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
27+
msgid "Group"
28+
msgstr "Grup"
29+
30+
#. module: document_page_group
31+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
32+
msgid "Set the groups that can view this category and its childs"
33+
msgstr "Estableix els grups que poden veure aquesta categoria i els seus fills"
34+
35+
#. module: document_page_group
36+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
37+
msgid "Visible to"
38+
msgstr "Visible a"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: document_page_group
17+
#: model:ir.model,name:document_page_group.model_document_page
18+
msgid "Document Page"
19+
msgstr ""
20+
21+
#. module: document_page_group
22+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
23+
msgid "Group"
24+
msgstr ""
25+
26+
#. module: document_page_group
27+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
28+
msgid "Set the groups that can view this category and its childs"
29+
msgstr ""
30+
31+
#. module: document_page_group
32+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
33+
msgid "Visible to"
34+
msgstr ""

document_page_group/i18n/es.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 11.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-01-15 16:23+0000\n"
10+
"Last-Translator: Enric Tobella <etobella@creublanca.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 3.10\n"
18+
19+
#. module: document_page_group
20+
#: model:ir.model,name:document_page_group.model_document_page
21+
msgid "Document Page"
22+
msgstr "Página del documento"
23+
24+
#. module: document_page_group
25+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
26+
msgid "Group"
27+
msgstr "Grupo"
28+
29+
#. module: document_page_group
30+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
31+
msgid "Set the groups that can view this category and its childs"
32+
msgstr "Definir los grupos que puede ver una categoría y sus hijos"
33+
34+
#. module: document_page_group
35+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
36+
msgid "Visible to"
37+
msgstr "Visible para"

document_page_group/i18n/hr.po

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-02-13 13:23+0000\n"
10+
"Last-Translator: Bole <bole@dajmi5.com>\n"
11+
"Language-Team: none\n"
12+
"Language: hr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
17+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18+
"X-Generator: Weblate 4.14.1\n"
19+
20+
#. module: document_page_group
21+
#: model:ir.model,name:document_page_group.model_document_page
22+
msgid "Document Page"
23+
msgstr "Stranica dokumenta"
24+
25+
#. module: document_page_group
26+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
27+
msgid "Group"
28+
msgstr "Grupa"
29+
30+
#. module: document_page_group
31+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
32+
msgid "Set the groups that can view this category and its childs"
33+
msgstr "Postavite grupe koje mogu vidjeti ovu kategoriju i njoj podređene"
34+
35+
#. module: document_page_group
36+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
37+
msgid "Visible to"
38+
msgstr "Vidljivo za"

document_page_group/i18n/it.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-06-23 09:09+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: document_page_group
20+
#: model:ir.model,name:document_page_group.model_document_page
21+
msgid "Document Page"
22+
msgstr "Pagina documento"
23+
24+
#. module: document_page_group
25+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
26+
msgid "Group"
27+
msgstr "Gruppo"
28+
29+
#. module: document_page_group
30+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
31+
msgid "Set the groups that can view this category and its childs"
32+
msgstr "Imposta i gruppi che possono visualizzare questa categoria e le figlie"
33+
34+
#. module: document_page_group
35+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
36+
msgid "Visible to"
37+
msgstr "Visibile a"

document_page_group/i18n/pt.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-02-28 21:33+0000\n"
10+
"Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\n"
11+
"Language-Team: none\n"
12+
"Language: pt\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: document_page_group
20+
#: model:ir.model,name:document_page_group.model_document_page
21+
msgid "Document Page"
22+
msgstr "Página do documento"
23+
24+
#. module: document_page_group
25+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
26+
msgid "Group"
27+
msgstr "Grupo"
28+
29+
#. module: document_page_group
30+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
31+
msgid "Set the groups that can view this category and its childs"
32+
msgstr "Definir os grupos que podem exibir esta categoria e seus descendentes"
33+
34+
#. module: document_page_group
35+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
36+
msgid "Visible to"
37+
msgstr "Visível para"

document_page_group/i18n/sl.po

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_page_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-03-21 11:13+0000\n"
10+
"Last-Translator: Matjaz Mozetic <matjaz@matmoz.si>\n"
11+
"Language-Team: none\n"
12+
"Language: sl\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
17+
"n%100==4 ? 2 : 3;\n"
18+
"X-Generator: Weblate 3.10\n"
19+
20+
#. module: document_page_group
21+
#: model:ir.model,name:document_page_group.model_document_page
22+
msgid "Document Page"
23+
msgstr "Stran dokumenta"
24+
25+
#. module: document_page_group
26+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
27+
msgid "Group"
28+
msgstr "Skupina"
29+
30+
#. module: document_page_group
31+
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
32+
msgid "Set the groups that can view this category and its childs"
33+
msgstr "Nastavi skupine z vpogledom v to kategorijo in njej podrejenim"
34+
35+
#. module: document_page_group
36+
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
37+
msgid "Visible to"
38+
msgstr "Vidno za"

0 commit comments

Comments
 (0)