Skip to content
New issue

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

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

Already on GitHub? # to your account

[MIG][12.0] product_template_tags #448

Merged
merged 1 commit into from
Apr 30, 2019
Merged
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
62 changes: 62 additions & 0 deletions product_template_tags/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

=====================
Product Template Tags
=====================

This addon allows to add tags on products.

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

* Go on the product form view.
* Create and edit tags using the form view

Usage
=====

* On the product view, you can add and create tags.
* Tags will be shown in the kanban view.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/135/10.0

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 smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

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

* Benjamin Willig <benjamin.willig@acsone.eu>
* Numigi (tm) and all its contributors (https://bit.ly/numigiens)

Maintainer
----------

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

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
1 change: 1 addition & 0 deletions product_template_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
24 changes: 24 additions & 0 deletions product_template_tags/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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': '12.0.1.0.0',
'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_template.xml',
'views/product_template_tag.xml',
],
'maintainers': [
'patrickrwilson',
],
}
103 changes: 103 additions & 0 deletions product_template_tags/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_template_tags
#
# Translators:
# Niki Waibel, 2018
# Rudolf Schnapka <rs@techno-flex.de>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-29 08:49+0000\n"
"PO-Revision-Date: 2018-01-29 08:49+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2018\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\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: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_products_count
msgid "# of Products"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_color
msgid "Color Index"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_company_id
#: model:ir.ui.view,arch_db:product_template_tags.product_template_tag_search_view
msgid "Company"
msgstr ""

#. 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 "ID"

#. 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_tag
msgid "Product Tag"
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
#: model:ir.ui.menu,name:product_template_tags.product_template_tag_config_menu
msgid "Product Tags"
msgstr ""

#. module: product_template_tags
#: model:ir.model,name:product_template_tags.model_product_template
msgid "Product Template"
msgstr "Produktvorlage"

#. module: product_template_tags
#: model:ir.actions.act_window,name:product_template_tags.product_template_tag_act_window
msgid "Product Template Tag"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_product_tmpl_ids
msgid "Products"
msgstr "Produkte"
102 changes: 102 additions & 0 deletions product_template_tags/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_template_tags
#
# Translators:
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-03 02:14+0000\n"
"PO-Revision-Date: 2018-01-03 02:14+0000\n"
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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"

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_products_count
msgid "# of Products"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_color
msgid "Color Index"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_company_id
#: model:ir.ui.view,arch_db:product_template_tags.product_template_tag_search_view
msgid "Company"
msgstr ""

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

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

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

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_id
msgid "ID"
msgstr "ID"

#. 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ón 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 actualización por"

#. 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 modificación el"

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_name
msgid "Name"
msgstr ""

#. module: product_template_tags
#: model:ir.model,name:product_template_tags.model_product_template_tag
msgid "Product Tag"
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
#: model:ir.ui.menu,name:product_template_tags.product_template_tag_config_menu
msgid "Product Tags"
msgstr ""

#. module: product_template_tags
#: model:ir.model,name:product_template_tags.model_product_template
msgid "Product Template"
msgstr "Plantilla de producto"

#. module: product_template_tags
#: model:ir.actions.act_window,name:product_template_tags.product_template_tag_act_window
msgid "Product Template Tag"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_product_tmpl_ids
msgid "Products"
msgstr "Productos"
102 changes: 102 additions & 0 deletions product_template_tags/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_template_tags
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:49+0000\n"
"PO-Revision-Date: 2018-01-27 03:49+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\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"

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_products_count
msgid "# of Products"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_color
msgid "Color Index"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_company_id
#: model:ir.ui.view,arch_db:product_template_tags.product_template_tag_search_view
msgid "Company"
msgstr ""

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

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

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_display_name
msgid "Display Name"
msgstr "Nom affiché"

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_id
msgid "ID"
msgstr "ID"

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag___last_update
msgid "Last Modified on"
msgstr "Dernière Modification le"

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

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

#. 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_tag
msgid "Product Tag"
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
#: model:ir.ui.menu,name:product_template_tags.product_template_tag_config_menu
msgid "Product Tags"
msgstr ""

#. module: product_template_tags
#: model:ir.model,name:product_template_tags.model_product_template
msgid "Product Template"
msgstr "Modèle de produit"

#. module: product_template_tags
#: model:ir.actions.act_window,name:product_template_tags.product_template_tag_act_window
msgid "Product Template Tag"
msgstr ""

#. module: product_template_tags
#: model:ir.model.fields,field_description:product_template_tags.field_product_template_tag_product_tmpl_ids
msgid "Products"
msgstr ""
Loading