Skip to content
Merged
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
ede2949
Update document_page_tags/views/document_page_tag.xml
marcelsavegnago May 19, 2020
b72e440
[UPD] Update document_page_tag.pot
oca-travis May 21, 2020
28e7dfa
[UPD] README.rst
OCA-git-bot May 21, 2020
376d39c
Translated using Weblate (Slovenian)
sysadminmatmoz Jun 30, 2020
0dfeb05
Update translation files
oca-transbot Jul 1, 2020
a8cdf45
Translated using Weblate (Slovenian)
sysadminmatmoz Aug 11, 2020
7817c9d
Update translation files
oca-transbot Aug 16, 2020
89ae1e8
Translated using Weblate (French)
ypapouin May 19, 2021
195afca
[IMP] document_page_tag: black, isort, prettier
manuelregidor Mar 7, 2022
f0466b5
[MIG]document_page_tag: Migration to 13.0
manuelregidor Mar 7, 2022
2e59222
[UPD] Update document_page_tag.pot
oca-travis Mar 7, 2022
d4ea867
[UPD] README.rst
OCA-git-bot Mar 7, 2022
1fa4c1f
[IMP] document_page_tag: black, isort, prettier
Mar 15, 2022
c4d3103
[MIG]document_page_tag: Migration to 14.0
Mar 15, 2022
f07b03a
[UPD] Update document_page_tag.pot
oca-travis Mar 17, 2022
61fd24f
[UPD] README.rst
OCA-git-bot Mar 17, 2022
3418cf8
Translated using Weblate (Spanish)
HaraldPanten Mar 18, 2022
966d2ac
[14.0][FIX] document_page_tag: change 'Tags must me unique' to 'Tags …
Mar 23, 2022
6fdb599
[UPD] Update document_page_tag.pot
oca-travis Mar 23, 2022
539c512
document_page_tag 14.0.1.0.1
OCA-git-bot Mar 23, 2022
5656fa2
Update translation files
oca-transbot Mar 23, 2022
85add84
[14.0][IMP] document_page_tag: color_picker widget in color field.
Apr 8, 2022
04f4d2d
document_page_tag 14.0.1.0.2
OCA-git-bot Apr 13, 2022
720d226
[IMP] document_page_tag: black, isort, prettier
manuelregidor Apr 28, 2022
e9cbc74
[MIG]document_page_tag: Migration to 15.0
manuelregidor Apr 28, 2022
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
93 changes: 93 additions & 0 deletions document_page_tag/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
=================
Document Page Tag
=================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/14.0/document_page_tag
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_page_tag
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/118/14.0
:alt: Try me on Runbot

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

This module allows you to fill in keywords on your pages to simplify finding
them afterwards.

**Table of contents**

.. contents::
:local:

Installation
============

This module depends on module knowledge. So make sure to have it in your addons list.

Configuration
=============

No configuration required.

Usage
=====

Fill in your keywords, and search for them by typing (part of) the keyword and
choose searching for keywords.

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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page_tag%0Aversion:%2014.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
~~~~~~~

* Therp BV

Contributors
~~~~~~~~~~~~

* Holger Brunn <hbrunn@therp.nl>
* Marcel Savegnago <marcel.savegnago@gmail.com>
* Manuel Regidor <manuel.regidor@sygel.es>
* Angel Garcia de la Chica Herrera <angel.garcia@sygel.es>

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/14.0/document_page_tag>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions document_page_tag/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models
19 changes: 19 additions & 0 deletions document_page_tag/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Document Page Tag",
"version": "15.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"category": "Knowledge Management",
"summary": "Allows you to assign tags or keywords to pages and search for "
"them afterwards",
"depends": ["document_page"],
"data": [
"views/document_page_tag.xml",
"views/document_page.xml",
"security/ir.model.access.csv",
],
"installable": True,
}
119 changes: 119 additions & 0 deletions document_page_tag/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Amharic (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/am/)\n"
"Language: am\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"

#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr ""

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__create_date
msgid "Created on"
msgstr "Creado en"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__display_name
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__display_name
msgid "Display Name"
msgstr ""

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

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr ""

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Document Tags"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__id
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__id
msgid "ID"
msgstr "ID"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__tag_ids
msgid "Keywords"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page____last_update
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag____last_update
msgid "Last Modified on"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__write_date
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__name
msgid "Name"
msgstr ""

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""

#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
msgid "Tags"
msgstr ""

#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
120 changes: 120 additions & 0 deletions document_page_tag/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr ""

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__create_date
msgid "Created on"
msgstr "أنشئ في"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__display_name
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__display_name
msgid "Display Name"
msgstr "اسم العرض"

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

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr ""

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Document Tags"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__id
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__id
msgid "ID"
msgstr "المعرف"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page__tag_ids
msgid "Keywords"
msgstr ""

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page____last_update
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag____last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"

#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__name
msgid "Name"
msgstr "الاسم"

#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""

#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
msgid "Tags"
msgstr ""

#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
Loading