Skip to content

Commit

Permalink
Merge a2a5f57 into 1de1018
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikul-Chaudhary committed Oct 22, 2019
2 parents 1de1018 + a2a5f57 commit e532407
Show file tree
Hide file tree
Showing 17 changed files with 922 additions and 0 deletions.
75 changes: 75 additions & 0 deletions product_state/README.rst
@@ -0,0 +1,75 @@
=============
Product State
=============

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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/12.0/product_state
: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-12-0/product-attribute-12-0-product_state
: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/12.0
:alt: Try me on Runbot

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

This module introduces the state field on product template and allows simple product life cycle.

**Table of contents**

.. contents::
:local:

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_state%0Aversion:%2012.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

Contributors
~~~~~~~~~~~~

* Cedric Pigeon <cedric.pigeon@acsone.eu>
* Alexandre Saunier <alexandre.saunier@camptocamp.com>
* Nikul Chaudhary <nikulchaudhary2112@gmail.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.

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions product_state/__init__.py
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
15 changes: 15 additions & 0 deletions product_state/__manifest__.py
@@ -0,0 +1,15 @@
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Product State",
"summary": """
Module introducing a state field on product template""",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-attribute",
"category": "Product",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"depends": ["product"],
"data": ["views/product_views.xml"],
"application": True,
}
50 changes: 50 additions & 0 deletions product_state/i18n/de.po
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_state
#
# Translators:
# Niki Waibel <niki.waibel@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-17 02:38+0000\n"
"PO-Revision-Date: 2017-05-17 02:38+0000\n"
"Last-Translator: Niki Waibel <niki.waibel@gmail.com>, 2017\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_state
#: selection:product.template,state:0
msgid "End of Lifecycle"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "In Development"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "Normal"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "Obsolete"
msgstr ""

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

#. module: product_state
#: model:ir.model.fields,field_description:product_state.field_product_product__state
#: model:ir.model.fields,field_description:product_state.field_product_template__state
msgid "Status"
msgstr ""
51 changes: 51 additions & 0 deletions product_state/i18n/es.po
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_state
#
# Translators:
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2018
# enjolras <yo@miguelrevilla.com>, 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: enjolras <yo@miguelrevilla.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_state
#: selection:product.template,state:0
msgid "End of Lifecycle"
msgstr "Fin del ciclo de vida"

#. module: product_state
#: selection:product.template,state:0
msgid "In Development"
msgstr "En desarrollo"

#. module: product_state
#: selection:product.template,state:0
msgid "Normal"
msgstr "Normal"

#. module: product_state
#: selection:product.template,state:0
msgid "Obsolete"
msgstr "Obsoleto"

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

#. module: product_state
#: model:ir.model.fields,field_description:product_state.field_product_product__state
#: model:ir.model.fields,field_description:product_state.field_product_template__state
msgid "Status"
msgstr "Estado"
51 changes: 51 additions & 0 deletions product_state/i18n/fr.po
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_state
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# guillaume bauer <guillaume.bauer@syentys.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-29 02:55+0000\n"
"PO-Revision-Date: 2017-07-29 02:55+0000\n"
"Last-Translator: guillaume bauer <guillaume.bauer@syentys.com>, 2017\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_state
#: selection:product.template,state:0
msgid "End of Lifecycle"
msgstr "Fin de vie"

#. module: product_state
#: selection:product.template,state:0
msgid "In Development"
msgstr "Phase de recherche et de développement"

#. module: product_state
#: selection:product.template,state:0
msgid "Normal"
msgstr "Normal"

#. module: product_state
#: selection:product.template,state:0
msgid "Obsolete"
msgstr "Obsolète"

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

#. module: product_state
#: model:ir.model.fields,field_description:product_state.field_product_product__state
#: model:ir.model.fields,field_description:product_state.field_product_template__state
msgid "Status"
msgstr "Statut"
51 changes: 51 additions & 0 deletions product_state/i18n/hr.po
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_state
#
# Translators:
# Bole <bole@dajmi5.com>, 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: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: product_state
#: selection:product.template,state:0
msgid "End of Lifecycle"
msgstr "Kraj životnog ciklusa"

#. module: product_state
#: selection:product.template,state:0
msgid "In Development"
msgstr "U razvoju"

#. module: product_state
#: selection:product.template,state:0
msgid "Normal"
msgstr "Normalno"

#. module: product_state
#: selection:product.template,state:0
msgid "Obsolete"
msgstr "Zastarjelo"

#. module: product_state
#: model:ir.model,name:product_state.model_product_template
msgid "Product Template"
msgstr "Predložak proizvoda"

#. module: product_state
#: model:ir.model.fields,field_description:product_state.field_product_product__state
#: model:ir.model.fields,field_description:product_state.field_product_template__state
msgid "Status"
msgstr "Status"
51 changes: 51 additions & 0 deletions product_state/i18n/nl_NL.po
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_state
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-27 04:44+0000\n"
"PO-Revision-Date: 2017-05-27 04:44+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\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_state
#: selection:product.template,state:0
msgid "End of Lifecycle"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "In Development"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "Normal"
msgstr ""

#. module: product_state
#: selection:product.template,state:0
msgid "Obsolete"
msgstr ""

#. module: product_state
#: model:ir.model,name:product_state.model_product_template
msgid "Product Template"
msgstr "Productsjabloon"

#. module: product_state
#: model:ir.model.fields,field_description:product_state.field_product_product__state
#: model:ir.model.fields,field_description:product_state.field_product_template__state
msgid "Status"
msgstr ""

0 comments on commit e532407

Please sign in to comment.