Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] document_page_group: Migration to 18.0 #525

Open
wants to merge 25 commits into
base: 18.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
51f533a
[ADD] document_page_group
etobella Nov 29, 2019
b50c48d
Added translation using Weblate (Spanish)
etobella Jan 15, 2020
d00bfbb
Translated using Weblate (Spanish)
etobella Jan 15, 2020
ef8b1e0
[12.0][MIG] document_page_group
Mar 2, 2020
1294d5e
Added translation using Weblate (Slovenian)
sysadminmatmoz Mar 21, 2020
e024fc3
Translated using Weblate (Slovenian)
sysadminmatmoz Mar 21, 2020
6567607
[IMP] document_page_group: black, isort, prettier
Sep 30, 2020
28e2253
[13.0][MIG] document_page_group
Sep 30, 2020
de1ef3f
[MIG] document_page_group: Migration to 14.0
Du-ma Oct 13, 2021
b00a601
[MIG] document_page_group: Migration to 15.0
olgamarcocb May 18, 2022
29b195b
[FIX] dp_group: fixed logs spamming field error
gabriel-grinspan Nov 28, 2022
397d44d
[16.0][MIG] document_page_group: Migration to 16.0
FernandoRomera Dec 8, 2022
cf78c45
Added translation using Weblate (Italian)
mymage Dec 28, 2022
7147e18
Translated using Weblate (Italian)
mymage Dec 28, 2022
240ea07
Added translation using Weblate (Croatian)
badbole Feb 13, 2023
c0f1f6b
Translated using Weblate (Croatian)
badbole Feb 13, 2023
30d890b
Translated using Weblate (Italian)
mymage Jun 23, 2023
9e1303c
Updated from template
ivs-cetmix Nov 6, 2023
e4b845f
Added translation using Weblate (Portuguese)
peterromao Feb 28, 2024
8fb06b6
Translated using Weblate (Portuguese)
peterromao Feb 28, 2024
2d6bb08
[IMP] document_page_group: pre-commit auto fixes
peluko00 Jun 18, 2024
f87d92f
[MIG] document_page_group: Migration to 17.0
peluko00 Jun 18, 2024
8efa772
Added translation using Weblate (Catalan)
esteveblanch Sep 4, 2024
767bb91
Translated using Weblate (Catalan)
esteveblanch Sep 4, 2024
660788b
[MIG] document_page_group: Migration to 18.0
BhaveshHeliconia Feb 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions document_page_group/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
===================
Document Page Group
===================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f45c4b222f68eeb262b2d35167de6f02623d4b6119dcdaa58f979270cd5cb849
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
:target: https://github.com/OCA/knowledge/tree/18.0/document_page_group
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_group
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to define groups on a category.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`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**>`_.

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

Credits
=======

Authors
-------

* Creu Blanca

Contributors
------------

- Enric Tobella <[email protected]>
- [APSL-Nagarro](https://apsl.tech):

- Antoni Marroig <[email protected]>

- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

- Bhavesh Heliconia

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/18.0/document_page_group>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions document_page_group/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
14 changes: 14 additions & 0 deletions document_page_group/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Document Page Group",
"summary": """
Define access groups on documents""",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"depends": ["document_page"],
"data": ["security/document_page_security.xml", "views/document_page.xml"],
}
38 changes: 38 additions & 0 deletions document_page_group/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-09-04 18:06+0000\n"
"Last-Translator: Esteve Blanch Sanmartí <[email protected]."
"github.com>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Pàgina del document"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Grup"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Estableix els grups que poden veure aquesta categoria i els seus fills"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Visible a"
34 changes: 34 additions & 0 deletions document_page_group/i18n/document_page_group.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr ""

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr ""

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr ""

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr ""
37 changes: 37 additions & 0 deletions document_page_group/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-01-15 16:23+0000\n"
"Last-Translator: Enric Tobella <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Página del documento"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Grupo"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Definir los grupos que puede ver una categoría y sus hijos"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Visible para"
38 changes: 38 additions & 0 deletions document_page_group/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-02-13 13:23+0000\n"
"Last-Translator: Bole <[email protected]>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.14.1\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Stranica dokumenta"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Grupa"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Postavite grupe koje mogu vidjeti ovu kategoriju i njoj podređene"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Vidljivo za"
37 changes: 37 additions & 0 deletions document_page_group/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-23 09:09+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Pagina documento"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Gruppo"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Imposta i gruppi che possono visualizzare questa categoria e le figlie"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Visibile a"
37 changes: 37 additions & 0 deletions document_page_group/i18n/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-28 21:33+0000\n"
"Last-Translator: Peter Romão <[email protected]>\n"
"Language-Team: none\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Página do documento"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Grupo"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Definir os grupos que podem exibir esta categoria e seus descendentes"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Visível para"
38 changes: 38 additions & 0 deletions document_page_group/i18n/sl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-03-21 11:13+0000\n"
"Last-Translator: Matjaz Mozetic <[email protected]>\n"
"Language-Team: none\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 3.10\n"

#. module: document_page_group
#: model:ir.model,name:document_page_group.model_document_page
msgid "Document Page"
msgstr "Stran dokumenta"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__group_ids
msgid "Group"
msgstr "Skupina"

#. module: document_page_group
#: model:ir.model.fields,help:document_page_group.field_document_page__direct_group_ids
msgid "Set the groups that can view this category and its childs"
msgstr "Nastavi skupine z vpogledom v to kategorijo in njej podrejenim"

#. module: document_page_group
#: model:ir.model.fields,field_description:document_page_group.field_document_page__direct_group_ids
msgid "Visible to"
msgstr "Vidno za"
1 change: 1 addition & 0 deletions document_page_group/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import document_page
Loading