-
-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zurab Kituashvili
committed
Apr 17, 2024
1 parent
d972fbf
commit e451573
Showing
29 changed files
with
2,085 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
===================== | ||
Product Template Tags | ||
===================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:53fb0f2779dec9659da98e445cfd03c266e73cb3f38aaeae17ec2db86d42e8d6 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Fproduct--attribute-lightgray.png?logo=github | ||
:target: https://github.com/OCA/product-attribute/tree/17.0/product_template_tags | ||
: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-17-0/product-attribute-17-0-product_template_tags | ||
: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=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This addon allows to add tags on products. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
|
||
#. Go to the product form view. | ||
#. Create and edit tags using the form view | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. On the product view, you can add and create tags. | ||
#. Tags will be shown in the kanban view. | ||
|
||
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_template_tags%0Aversion:%2016.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 | ||
~~~~~~~ | ||
|
||
* ACSONE SA/NV | ||
* Numigi | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Benjamin Willig <benjamin.willig@acsone.eu> | ||
* Numigi (tm) and all its contributors (https://bit.ly/numigiens) | ||
* Patrick Wilson <patrickraymondwilson@gmail.com> | ||
* Pimolnat Suntian <pimolnats@ecosoft.co.th> | ||
|
||
* `Camptocamp <https://www.camptocamp.com>`_ | ||
|
||
* Iván Todorovich <ivan.todorovich@gmail.com> | ||
* David Montull Guasch <david.montull@bt-group.com> | ||
|
||
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-patrickrwilson| image:: https://github.com/patrickrwilson.png?size=40px | ||
:target: https://github.com/patrickrwilson | ||
:alt: patrickrwilson | ||
.. |maintainer-ivantodorovich| image:: https://github.com/ivantodorovich.png?size=40px | ||
:target: https://github.com/ivantodorovich | ||
:alt: ivantodorovich | ||
|
||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-patrickrwilson| |maintainer-ivantodorovich| | ||
|
||
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/17.0/product_template_tags>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2017 ACSONE SA/NV | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Product Template Tags", | ||
"summary": "This addon allow to add tags on products", | ||
"version": "17.0.1.0.1", | ||
"license": "AGPL-3", | ||
"author": "ACSONE SA/NV, Odoo Community Association (OCA), Numigi", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"depends": ["product"], | ||
"data": [ | ||
"security/product_template_rule.xml", | ||
"security/product_template_tag.xml", | ||
"views/product_product.xml", | ||
"views/product_template.xml", | ||
"views/product_template_tag.xml", | ||
], | ||
"maintainers": ["patrickrwilson", "ivantodorovich"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_template_tags | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-17 13:02+0000\n" | ||
"PO-Revision-Date: 2024-04-17 13:02+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__products_count | ||
msgid "# of Products" | ||
msgstr "# de productes" | ||
|
||
#. module: product_template_tags | ||
#: model_terms:ir.actions.act_window,help:product_template_tags.product_template_tag_act_window | ||
msgid "Add tags" | ||
msgstr "Afegir etiquetes" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__color | ||
msgid "Color Index" | ||
msgstr "Índex de colors" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__company_id | ||
#: model_terms:ir.ui.view,arch_db:product_template_tags.product_template_tag_search_view | ||
msgid "Company" | ||
msgstr "Companyia" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__create_uid | ||
msgid "Created by" | ||
msgstr "Creat per" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__create_date | ||
msgid "Created on" | ||
msgstr "Creat el" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__display_name | ||
msgid "Display Name" | ||
msgstr "Nom de visualització" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última modificació el" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última actualització per" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__write_date | ||
msgid "Last Updated on" | ||
msgstr "Última actualització el" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__name | ||
msgid "Name" | ||
msgstr "Nom" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model,name:product_template_tags.model_product_template | ||
msgid "Product" | ||
msgstr "Producte" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model,name:product_template_tags.model_product_template_tag | ||
msgid "Product Tag" | ||
msgstr "Etiqueta de producte" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.actions.act_window,name:product_template_tags.product_template_tag_act_window | ||
msgid "Product Template Tag" | ||
msgstr "Etiqueta de plantilla de producte" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__product_tmpl_ids | ||
#: model_terms:ir.ui.view,arch_db:product_template_tags.product_template_tag_form_view | ||
msgid "Products" | ||
msgstr "Productes" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__sequence | ||
msgid "Sequence" | ||
msgstr "Seqüència" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.constraint,message:product_template_tags.constraint_product_template_tag_name_uniq | ||
msgid "Tag name must be unique inside a company" | ||
msgstr "El nom de l'etiqueta ha de ser únic dins d'una empresa" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_product__tag_ids | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template__tag_ids | ||
msgid "Tags" | ||
msgstr "Etiquetes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_template_tags | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-17 12:58+0000\n" | ||
"PO-Revision-Date: 2024-04-17 12:58+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__products_count | ||
msgid "# of Products" | ||
msgstr "# Produkte" | ||
|
||
#. module: product_template_tags | ||
#: model_terms:ir.actions.act_window,help:product_template_tags.product_template_tag_act_window | ||
msgid "Add tags" | ||
msgstr "Tags hinzufügen" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__color | ||
msgid "Color Index" | ||
msgstr "Farbindex" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__company_id | ||
#: model_terms:ir.ui.view,arch_db:product_template_tags.product_template_tag_search_view | ||
msgid "Company" | ||
msgstr "Unternehmen" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__create_uid | ||
msgid "Created by" | ||
msgstr "Angelegt durch" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__create_date | ||
msgid "Created on" | ||
msgstr "Angelegt am" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__display_name | ||
msgid "Display Name" | ||
msgstr "Anzeigebezeichnung" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag____last_update | ||
msgid "Last Modified on" | ||
msgstr "Zuletzt verändert am" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Zuletzt aktualisiert durch" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__write_date | ||
msgid "Last Updated on" | ||
msgstr "Zuletzt aktualisiert am" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__name | ||
msgid "Name" | ||
msgstr "Bezeichnung" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model,name:product_template_tags.model_product_template | ||
msgid "Product" | ||
msgstr "Produkt" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model,name:product_template_tags.model_product_template_tag | ||
msgid "Product Tag" | ||
msgstr "Produkt Tag" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.actions.act_window,name:product_template_tags.product_template_tag_act_window | ||
msgid "Product Template Tag" | ||
msgstr "Produktvorlage Tag" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__product_tmpl_ids | ||
#: model_terms:ir.ui.view,arch_db:product_template_tags.product_template_tag_form_view | ||
msgid "Products" | ||
msgstr "Produkte" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag__sequence | ||
msgid "Sequence" | ||
msgstr "" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.constraint,message:product_template_tags.constraint_product_template_tag_name_uniq | ||
msgid "Tag name must be unique inside a company" | ||
msgstr "" | ||
|
||
#. module: product_template_tags | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_product__tag_ids | ||
#: model:ir.model.fields,field_description:product_template_tags.field_product_template__tag_ids | ||
msgid "Tags" | ||
msgstr "" |
Oops, something went wrong.