Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
97 changes: 97 additions & 0 deletions document_page_product/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=====================
Document Page Product
=====================

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

.. |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/license-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/19.0/document_page_product
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-19-0/knowledge-19-0-document_page_product
: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=19.0
:alt: Try me on Runboat

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

This module allow to link document pages to products.

**Table of contents**

.. contents::
:local:

Usage
=====

- Go to to a product and click on "Wiki Pages" to see linked documents
or to create new ones.

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_product%0Aversion:%2019.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
-------

* Tecnativa

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

- \`Tecnativa <https://www.tecnativa.com>\`:

- Víctor Martínez
- Pedro M. Baeza

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.

.. |maintainer-victoralmau| image:: https://github.com/victoralmau.png?size=40px
:target: https://github.com/victoralmau
:alt: victoralmau

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-victoralmau|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions document_page_product/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models
20 changes: 20 additions & 0 deletions document_page_product/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2026 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Document Page Product",
"summary": "This module links document pages to products",
"version": "19.0.1.0.0",
"category": "Product",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"depends": ["product", "document_page"],
"data": [
"views/document_page_views.xml",
"views/product_product_views.xml",
"views/product_template_views.xml",
],
"installable": True,
"maintainers": ["victoralmau"],
}
68 changes: 68 additions & 0 deletions document_page_product/i18n/document_page_product.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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_product
#: model_terms:ir.actions.act_window,help:document_page_product.action_document_page_products
msgid "Click to create a new web page."
msgstr ""

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

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_count
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_count
msgid "Document Page Count"
msgstr ""

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_ids
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_ids
msgid "Document Pages"
msgstr ""

#. module: document_page_product
#: model:ir.actions.act_window,name:document_page_product.action_document_page_products
#: model_terms:ir.ui.view,arch_db:document_page_product.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:document_page_product.product_template_only_form_view
msgid "Knowledge"
msgstr ""

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_template
msgid "Product"
msgstr ""

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_template_count
msgid "Product Template Count"
msgstr ""

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_tmpl_ids
msgid "Product Templates"
msgstr ""

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_product
msgid "Product Variant"
msgstr ""

#. module: document_page_product
#: model_terms:ir.ui.view,arch_db:document_page_product.view_wiki_form
msgid "Products"
msgstr ""
72 changes: 72 additions & 0 deletions document_page_product/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-06 07:49+0000\n"
"PO-Revision-Date: 2026-04-19 09:18+0000\n"
"Last-Translator: Ed-Spain <eduamoros@gmail.com>\n"
"Language-Team: \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 5.15.2\n"

#. module: document_page_product
#: model_terms:ir.actions.act_window,help:document_page_product.action_document_page_products
msgid "Click to create a new web page."
msgstr "Click para crear una página web nueva."

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

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_count
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_count
msgid "Document Page Count"
msgstr "Total de páginas de documento"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_ids
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_ids
msgid "Document Pages"
msgstr "Páginas de conocimiento"

#. module: document_page_product
#: model:ir.actions.act_window,name:document_page_product.action_document_page_products
#: model_terms:ir.ui.view,arch_db:document_page_product.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:document_page_product.product_template_only_form_view
msgid "Knowledge"
msgstr "Conocimiento"

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_template
msgid "Product"
msgstr "Producto"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_template_count
msgid "Product Template Count"
msgstr "Número de plantillas de producto"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_tmpl_ids
msgid "Product Templates"
msgstr "Plantillas de producto"

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_product
msgid "Product Variant"
msgstr "Variante de producto"

#. module: document_page_product
#: model_terms:ir.ui.view,arch_db:document_page_product.view_wiki_form
msgid "Products"
msgstr "Productos"
71 changes: 71 additions & 0 deletions document_page_product/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2026-06-09 14:32+0000\n"
"Last-Translator: Yann Papouin <ypa@decgroupe.com>\n"
"Language-Team: none\n"
"Language: fr\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.15.2\n"

#. module: document_page_product
#: model_terms:ir.actions.act_window,help:document_page_product.action_document_page_products
msgid "Click to create a new web page."
msgstr "Cliquer pour créer une nouvelle page Web."

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

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_count
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_count
msgid "Document Page Count"
msgstr "Nombre de pages"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_product_product__document_page_ids
#: model:ir.model.fields,field_description:document_page_product.field_product_template__document_page_ids
msgid "Document Pages"
msgstr "Pages"

#. module: document_page_product
#: model:ir.actions.act_window,name:document_page_product.action_document_page_products
#: model_terms:ir.ui.view,arch_db:document_page_product.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:document_page_product.product_template_only_form_view
msgid "Knowledge"
msgstr "Connaissances"

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_template
msgid "Product"
msgstr "Article"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_template_count
msgid "Product Template Count"
msgstr "Nombre de modèles de produits"

#. module: document_page_product
#: model:ir.model.fields,field_description:document_page_product.field_document_page__product_tmpl_ids
msgid "Product Templates"
msgstr "Modèles d'article"

#. module: document_page_product
#: model:ir.model,name:document_page_product.model_product_product
msgid "Product Variant"
msgstr "Variante d'article"

#. module: document_page_product
#: model_terms:ir.ui.view,arch_db:document_page_product.view_wiki_form
msgid "Products"
msgstr "Articles"
Loading
Loading