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 product_category_tag/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

====================
Product Category Tag
====================

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

.. |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%2Fproduct--attribute-lightgray.png?logo=github
:target: https://github.com/OCA/product-attribute/tree/18.0/product_category_tag
:alt: OCA/product-attribute
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/product-attribute-18-0/product-attribute-18-0-product_category_tag
: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/product-attribute&target_branch=18.0
:alt: Try me on Runboat

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

This module allows you to tag product categories with custom tags.

**Table of contents**

.. contents::
:local:

Usage
=====

- Navigate to Inventoy > Configuration > Product Categories.
- Open the product category you want to tag.
- In the "Tags" tab, you can add or remove tags for that category.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/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/product-attribute/issues/new?body=module:%20product_category_tag%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
-------

* APSL-Nagarro

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

`APSL-Nagarro <https://www.apsl.tech>`__:

- Patryk Pyczko <ppyczko@apsl.net>

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-ppyczko| image:: https://github.com/ppyczko.png?size=40px
:target: https://github.com/ppyczko
:alt: ppyczko

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

|maintainer-ppyczko|

This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/18.0/product_category_tag>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions product_category_tag/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2025 Patryk Pyczko (APSL-Nagarro)<ppyczko@apsl.net>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
20 changes: 20 additions & 0 deletions product_category_tag/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2025 Patryk Pyczko (APSL-Nagarro)<ppyczko@apsl.net>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Product Category Tag",
"version": "15.0.1.0.0",
"summary": "Add tags to product categories",
"website": "https://github.com/OCA/product-attribute",
"author": "APSL-Nagarro, Odoo Community Association (OCA)",
"maintainers": ["ppyczko"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["product", "account", "stock"],
"data": [
"security/ir.model.access.csv",
"views/product_category_tag_views.xml",
"views/product_category_views.xml",
],
}
90 changes: 90 additions & 0 deletions product_category_tag/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_category_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-06-30 11:01+0000\n"
"PO-Revision-Date: 2025-06-30 11:01+0000\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: product_category_tag
#: model:ir.actions.act_window,name:product_category_tag.action_product_category_tag
#: model:ir.ui.menu,name:product_category_tag.menu_product_category_tag_root
#: model_terms:ir.ui.view,arch_db:product_category_tag.product_category_form_view
msgid "Category Tags"
msgstr "Etiquetas de categoría"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__color
msgid "Color"
msgstr "Color"

#. module: product_category_tag
#: model_terms:ir.actions.act_window,help:product_category_tag.action_product_category_tag
msgid "Create new tags for your product categories."
msgstr "Crea nuevas etiquetas para tus categorías de producto."

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

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__create_date
msgid "Created on"
msgstr "Creado el"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__display_name
msgid "Display Name"
msgstr "Nombre mostrado"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__id
msgid "ID"
msgstr "ID"

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

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__write_date
msgid "Last Updated on"
msgstr "Última actualización el"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__name
msgid "Name"
msgstr "Nombre"

#. module: product_category_tag
#: model:ir.model,name:product_category_tag.model_product_category
msgid "Product Category"
msgstr "Categoría de producto"

#. module: product_category_tag
#: model:ir.model,name:product_category_tag.model_product_category_tag
msgid "Product Category Tag"
msgstr "Etiqueta de categoría de producto"

#. module: product_category_tag
#: model:ir.model.constraint,message:product_category_tag.constraint_product_category_tag_category_tag_name_uniq
msgid "Tag name already exists!"
msgstr "¡El nombre de la etiqueta ya existe!"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category__tag_ids
#: model_terms:ir.ui.view,arch_db:product_category_tag.product_category_search_view
#: model_terms:ir.ui.view,arch_db:product_category_tag.view_product_category_tag_form
msgid "Tags"
msgstr "Etiquetas"
95 changes: 95 additions & 0 deletions product_category_tag/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_category_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0-20240924\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-19 08:39+0000\n"
"PO-Revision-Date: 2026-02-19 08:39+0000\n"
"Last-Translator: teicee <nlemarinel@teicee.com>\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: product_category_tag
#: model:ir.actions.act_window,name:product_category_tag.action_product_category_tag
#: model:ir.ui.menu,name:product_category_tag.menu_product_category_tag_root
#: model_terms:ir.ui.view,arch_db:product_category_tag.product_category_form_view
msgid "Category Tags"
msgstr "Tags de Catégorie"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__color
msgid "Color"
msgstr "Couleur"

#. module: product_category_tag
#: model_terms:ir.actions.act_window,help:product_category_tag.action_product_category_tag
msgid "Create new tags for your product categories."
msgstr "Créer des nouveaux tags pour vos catégories d'articles"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__create_uid
msgid "Created by"
msgstr "Créé par"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__create_date
msgid "Created on"
msgstr "Créé le"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__display_name
msgid "Display Name"
msgstr "Nom d'affichage"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__id
msgid "ID"
msgstr ""

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category_tag__name
msgid "Name"
msgstr "Nom"

#. module: product_category_tag
#: model:ir.model,name:product_category_tag.model_product_category
msgid "Product Category"
msgstr "Catégorie d'article"

#. module: product_category_tag
#: model:ir.model,name:product_category_tag.model_product_category_tag
msgid "Product Category Tag"
msgstr "Tag de Catégorie d'article"

#. module: product_category_tag
#: model:ir.model.constraint,message:product_category_tag.constraint_product_category_tag_category_tag_name_uniq
msgid "Tag name already exists!"
msgstr "Ce tag existe déjà!"

#. module: product_category_tag
#: model:ir.model.fields,field_description:product_category_tag.field_product_category__tag_ids
#: model_terms:ir.ui.view,arch_db:product_category_tag.product_category_search_view
#: model_terms:ir.ui.view,arch_db:product_category_tag.view_product_category_tag_form
msgid "Tags"
msgstr ""
Loading
Loading