Skip to content

Commit

Permalink
Merge PR #305 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by JordiBForgeFlow
  • Loading branch information
OCA-git-bot committed Sep 20, 2023
2 parents 67a09f0 + d0ed7e5 commit da9cf3c
Show file tree
Hide file tree
Showing 42 changed files with 2,192 additions and 0 deletions.
76 changes: 76 additions & 0 deletions sale_order_line_variant_description/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
===================================
Sale order line variant description
===================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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--variant-lightgray.png?logo=github
:target: https://github.com/OCA/product-variant/tree/16.0/sale_order_line_variant_description
:alt: OCA/product-variant
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/product-variant-15-0/product-variant-15-0-sale_order_line_variant_description
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/137/15.0
:alt: Try me on Runbot

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

This module allows to specify different sale description values for each product
variant and use them on the sale order lines as their names.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-variant/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-variant/issues/new?body=module:%20sale_order_line_variant_description%0Aversion:%2015.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
~~~~~~~

* Agile Business Group

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

* Alex Comba <[email protected]>
* Simone Vanin <[email protected]>
* Dhara Solanki <[email protected]>

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-variant <https://github.com/OCA/product-variant/tree/16.0/sale_order_line_variant_description>`_ 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 sale_order_line_variant_description/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2015-17 Alex Comba - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
18 changes: 18 additions & 0 deletions sale_order_line_variant_description/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2015-17 Alex Comba - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Sale order line variant description",
"version": "16.0.1.0.0",
"category": "Sales Management",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-variant",
"license": "AGPL-3",
"depends": [
"sale",
],
"data": [
"views/product_view.xml",
],
"installable": True,
}
57 changes: 57 additions & 0 deletions sale_order_line_variant_description/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_variant_description
#
# Translators:
# abdullah alsabi <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 03:46+0000\n"
"PO-Revision-Date: 2017-11-30 03:46+0000\n"
"Last-Translator: abdullah alsabi <[email protected]>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: sale_order_line_variant_description
#: model:ir.model.fields,help:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid ""
"A description of the product variant that you want to communicate to your "
"customers.This description will be copied to every Sale Order"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Notes"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_product_product
msgid "Product"
msgstr "المنتج"

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model.fields,field_description:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid "Variant Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view
msgid "Variant description for quotations"
msgstr ""
56 changes: 56 additions & 0 deletions sale_order_line_variant_description/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_variant_description
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 03:46+0000\n"
"PO-Revision-Date: 2017-11-30 03:46+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\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: sale_order_line_variant_description
#: model:ir.model.fields,help:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid ""
"A description of the product variant that you want to communicate to your "
"customers.This description will be copied to every Sale Order"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Notes"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_product_product
msgid "Product"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línia de comanda de vendes"

#. module: sale_order_line_variant_description
#: model:ir.model.fields,field_description:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid "Variant Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view
msgid "Variant description for quotations"
msgstr ""
56 changes: 56 additions & 0 deletions sale_order_line_variant_description/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_variant_description
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 03:46+0000\n"
"PO-Revision-Date: 2017-11-30 03:46+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 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: sale_order_line_variant_description
#: model:ir.model.fields,help:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid ""
"A description of the product variant that you want to communicate to your "
"customers.This description will be copied to every Sale Order"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Notes"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_product_product
msgid "Product"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line
msgid "Sales Order Line"
msgstr "Auftragsposition"

#. module: sale_order_line_variant_description
#: model:ir.model.fields,field_description:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid "Variant Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view
msgid "Variant description for quotations"
msgstr ""
56 changes: 56 additions & 0 deletions sale_order_line_variant_description/i18n/el_GR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_variant_description
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 06:31+0000\n"
"PO-Revision-Date: 2016-02-26 10:00+0000\n"
"Last-Translator: <>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-sale-"
"workflow-8-0/language/el_GR/)\n"
"Language: el_GR\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: sale_order_line_variant_description
#: model:ir.model.fields,help:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid ""
"A description of the product variant that you want to communicate to your "
"customers.This description will be copied to every Sale Order"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Notes"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_product_product
msgid "Product"
msgstr "Προϊόν"

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#. module: sale_order_line_variant_description
#: model:ir.model.fields,field_description:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid "Variant Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view
msgid "Variant description for quotations"
msgstr ""
57 changes: 57 additions & 0 deletions sale_order_line_variant_description/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_line_variant_description
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# enjolras <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-23 02:10+0000\n"
"PO-Revision-Date: 2018-02-23 02:10+0000\n"
"Last-Translator: enjolras <[email protected]>, 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: sale_order_line_variant_description
#: model:ir.model.fields,help:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid ""
"A description of the product variant that you want to communicate to your "
"customers.This description will be copied to every Sale Order"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Notes"
msgstr "Notas"

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_product_product
msgid "Product"
msgstr "Producto"

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_variant_easy_edit_view
msgid "Sale Description"
msgstr "Descripción de la venta"

#. module: sale_order_line_variant_description
#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea pedido de venta"

#. module: sale_order_line_variant_description
#: model:ir.model.fields,field_description:sale_order_line_variant_description.field_product_product__variant_description_sale
msgid "Variant Sale Description"
msgstr ""

#. module: sale_order_line_variant_description
#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view
msgid "Variant description for quotations"
msgstr ""
Loading

0 comments on commit da9cf3c

Please sign in to comment.