Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[13.0][MIG] product_template_tags #542

Merged
merged 11 commits into from
Feb 13, 2020
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
101 changes: 101 additions & 0 deletions product_template_tags/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
=====================
Product Template Tags
=====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fproduct--attribute-lightgray.png?logo=github
:target: https://github.com/OCA/product-attribute/tree/13.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-13-0/product-attribute-13-0-product_template_tags
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/135/13.0
:alt: Try me on Runbot

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

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

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

|maintainer-patrickrwilson|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
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
19 changes: 19 additions & 0 deletions product_template_tags/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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": "13.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_terms: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_terms: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"
Loading