diff --git a/sale_order_line_variant_description/README.rst b/sale_order_line_variant_description/README.rst new file mode 100644 index 000000000..314bbb614 --- /dev/null +++ b/sale_order_line_variant_description/README.rst @@ -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 `_. +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Agile Business Group + +Contributors +~~~~~~~~~~~~ + +* Alex Comba +* Simone Vanin +* Dhara Solanki + +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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_order_line_variant_description/__init__.py b/sale_order_line_variant_description/__init__.py new file mode 100644 index 000000000..97ea22402 --- /dev/null +++ b/sale_order_line_variant_description/__init__.py @@ -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 diff --git a/sale_order_line_variant_description/__manifest__.py b/sale_order_line_variant_description/__manifest__.py new file mode 100644 index 000000000..df9ed85a0 --- /dev/null +++ b/sale_order_line_variant_description/__manifest__.py @@ -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, +} diff --git a/sale_order_line_variant_description/i18n/ar.po b/sale_order_line_variant_description/i18n/ar.po new file mode 100644 index 000000000..7680fb823 --- /dev/null +++ b/sale_order_line_variant_description/i18n/ar.po @@ -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 , 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 , 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 "" diff --git a/sale_order_line_variant_description/i18n/ca.po b/sale_order_line_variant_description/i18n/ca.po new file mode 100644 index 000000000..48d8eb1ce --- /dev/null +++ b/sale_order_line_variant_description/i18n/ca.po @@ -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 , 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 , 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 "" diff --git a/sale_order_line_variant_description/i18n/de.po b/sale_order_line_variant_description/i18n/de.po new file mode 100644 index 000000000..85eae8628 --- /dev/null +++ b/sale_order_line_variant_description/i18n/de.po @@ -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 , 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 , 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 "" diff --git a/sale_order_line_variant_description/i18n/el_GR.po b/sale_order_line_variant_description/i18n/el_GR.po new file mode 100644 index 000000000..4634f6b0b --- /dev/null +++ b/sale_order_line_variant_description/i18n/el_GR.po @@ -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 "" diff --git a/sale_order_line_variant_description/i18n/es.po b/sale_order_line_variant_description/i18n/es.po new file mode 100644 index 000000000..800435e46 --- /dev/null +++ b/sale_order_line_variant_description/i18n/es.po @@ -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 , 2017 +# enjolras , 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 , 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 "" diff --git a/sale_order_line_variant_description/i18n/es_ES.po b/sale_order_line_variant_description/i18n/es_ES.po new file mode 100644 index 000000000..8549abe35 --- /dev/null +++ b/sale_order_line_variant_description/i18n/es_ES.po @@ -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-01-04 10:47+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/es_ES/)\n" +"Language: es_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 "" + +#. 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 "" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/es_VE.po b/sale_order_line_variant_description/i18n/es_VE.po new file mode 100644 index 000000000..7e96468ba --- /dev/null +++ b/sale_order_line_variant_description/i18n/es_VE.po @@ -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 , 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 , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\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ínea de 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 "" diff --git a/sale_order_line_variant_description/i18n/fi.po b/sale_order_line_variant_description/i18n/fi.po new file mode 100644 index 000000000..e4d538dfa --- /dev/null +++ b/sale_order_line_variant_description/i18n/fi.po @@ -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 , 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 , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\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 "Myyntitilausrivi" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/fr.po b/sale_order_line_variant_description/i18n/fr.po new file mode 100644 index 000000000..11c910f51 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr.po @@ -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: 2016-02-26 09:59+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-sale-workflow-8-0/" +"language/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: 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 "Article" + +#. 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 "Ligne de commandes de vente" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/fr_CH.po b/sale_order_line_variant_description/i18n/fr_CH.po new file mode 100644 index 000000000..0a864775c --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr_CH.po @@ -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: 2016-11-29 16:44+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/fr_CH/)\n" +"Language: fr_CH\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 "Produit" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/fr_FR.po b/sale_order_line_variant_description/i18n/fr_FR.po new file mode 100644 index 000000000..bb40f25f5 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr_FR.po @@ -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: 2016-11-22 23:35+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/fr_FR/)\n" +"Language: fr_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: 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 "Produit" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/gl.po b/sale_order_line_variant_description/i18n/gl.po new file mode 100644 index 000000000..c8cf969b3 --- /dev/null +++ b/sale_order_line_variant_description/i18n/gl.po @@ -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: Galician (http://www.transifex.com/oca/OCA-sale-workflow-8-0/" +"language/gl/)\n" +"Language: gl\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 "Produto" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/hr.po b/sale_order_line_variant_description/i18n/hr.po new file mode 100644 index 000000000..459716754 --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_line_variant_description +# +# Translators: +# Bole , 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: Bole , 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: 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 "" +"Opis varijante proizvoda koji želite prikazati kupcima. Ovaj opis će biti " +"kopiran na svakoj ponudi" + +#. 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 "Bilješke" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_product_product +msgid "Product" +msgstr "Proizvod" + +#. 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 "Opis prodaje" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line +msgid "Sales Order Line" +msgstr "Stavka ponude" + +#. 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 "Opis varijante u prodaji" + +#. 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 "Opis varijante za ponude" diff --git a/sale_order_line_variant_description/i18n/hr_HR.po b/sale_order_line_variant_description/i18n/hr_HR.po new file mode 100644 index 000000000..c2db77db9 --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr_HR.po @@ -0,0 +1,57 @@ +# 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: 2016-10-04 13:41+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/hr_HR/)\n" +"Language: hr_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: 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 "Proizvod" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/it.po b/sale_order_line_variant_description/i18n/it.po new file mode 100644 index 000000000..a49cc72d4 --- /dev/null +++ b/sale_order_line_variant_description/i18n/it.po @@ -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 , 2017 +# Paolo Valier , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-30 08:37+0000\n" +"PO-Revision-Date: 2017-12-30 08:37+0000\n" +"Last-Translator: Paolo Valier , 2018\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\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 "Note" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_product_product +msgid "Product" +msgstr "Prodotto" + +#. 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 "Descrizione Vendita" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linea d'ordine di vendita" + +#. 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 "Descrizione Variante per preventivi" diff --git a/sale_order_line_variant_description/i18n/nl.po b/sale_order_line_variant_description/i18n/nl.po new file mode 100644 index 000000000..b28fee770 --- /dev/null +++ b/sale_order_line_variant_description/i18n/nl.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_line_variant_description +# +# Translators: +# OCA Transbot , 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: 2019-04-17 10:15+0000\n" +"Last-Translator: Cas Vissers \n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: 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" +"X-Generator: Weblate 3.5.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 "" +"Een beschrijving van de productvariant die u aan uw klanten wilt " +"communiceren. Deze beschrijving wordt naar elke verkooporder gekopieerd" + +#. 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 "Opmerkingen" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_product_product +msgid "Product" +msgstr "Product" + +#. 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 "Verkoopomschrijving" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line +msgid "Sales Order Line" +msgstr "Verkooporderregel" + +#. 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 "Variant verkoopomschrijving" + +#. 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 "Variant omschrijving voor offertes" diff --git a/sale_order_line_variant_description/i18n/nl_NL.po b/sale_order_line_variant_description/i18n/nl_NL.po new file mode 100644 index 000000000..1e629503a --- /dev/null +++ b/sale_order_line_variant_description/i18n/nl_NL.po @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_line_variant_description +# +# Translators: +# Peter Hageman , 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: Peter Hageman , 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: 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 "Verkooporderregel" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/pt.po b/sale_order_line_variant_description/i18n/pt.po new file mode 100644 index 000000000..69a040748 --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt.po @@ -0,0 +1,59 @@ +# 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: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2019-01-26 15:41+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/pt/)\n" +"Language: pt\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" +"X-Generator: Weblate 3.3\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 "" +"A descrição da variante de produto que quer comunicar aos seus clientes. " +"Esta descrição será copiado para cada Encomenda de Venda" + +#. 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 "Produto" + +#. 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 "Descrição na Venda" + +#. module: sale_order_line_variant_description +#: model:ir.model,name:sale_order_line_variant_description.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linha de Encomenda de Venda" + +#. 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 "Descrição da Variante na Venda" + +#. 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 "Descrição da variante em orçamentos" diff --git a/sale_order_line_variant_description/i18n/pt_BR.po b/sale_order_line_variant_description/i18n/pt_BR.po new file mode 100644 index 000000000..fafcde8dd --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt_BR.po @@ -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 , 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 , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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 "Produto" + +#. 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 "Linha Pedido de Venda" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/ro.po b/sale_order_line_variant_description/i18n/ro.po new file mode 100644 index 000000000..77972255a --- /dev/null +++ b/sale_order_line_variant_description/i18n/ro.po @@ -0,0 +1,57 @@ +# 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-06-22 12:40+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-sale-workflow-8-0/" +"language/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2: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 "Produs" + +#. 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 "Linie comandă vânzare" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/ru.po b/sale_order_line_variant_description/i18n/ru.po new file mode 100644 index 000000000..3aa6c1653 --- /dev/null +++ b/sale_order_line_variant_description/i18n/ru.po @@ -0,0 +1,58 @@ +# 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-05-01 22:31+0000\n" +"PO-Revision-Date: 2016-02-26 10:00+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-sale-workflow-8-0/" +"language/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\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 "" diff --git a/sale_order_line_variant_description/i18n/sale_order_line_variant_description.pot b/sale_order_line_variant_description/i18n/sale_order_line_variant_description.pot new file mode 100644 index 000000000..919a2c162 --- /dev/null +++ b/sale_order_line_variant_description/i18n/sale_order_line_variant_description.pot @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_line_variant_description +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \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 "" diff --git a/sale_order_line_variant_description/i18n/sl.po b/sale_order_line_variant_description/i18n/sl.po new file mode 100644 index 000000000..6ecebbd3c --- /dev/null +++ b/sale_order_line_variant_description/i18n/sl.po @@ -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 , 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 , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\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 "Proizvod" + +#. 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 "Postavka prodajnega naloga" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/tr.po b/sale_order_line_variant_description/i18n/tr.po new file mode 100644 index 000000000..74a4a193c --- /dev/null +++ b/sale_order_line_variant_description/i18n/tr.po @@ -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 , 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 , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\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 "Satış Siparişi Hattı" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/tr_TR.po b/sale_order_line_variant_description/i18n/tr_TR.po new file mode 100644 index 000000000..ec3076181 --- /dev/null +++ b/sale_order_line_variant_description/i18n/tr_TR.po @@ -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 , 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 , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\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 "Sipariş emri satırı " + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/vi_VN.po b/sale_order_line_variant_description/i18n/vi_VN.po new file mode 100644 index 000000000..0be2734ec --- /dev/null +++ b/sale_order_line_variant_description/i18n/vi_VN.po @@ -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: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\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 "Sản phẩm" + +#. 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 "" diff --git a/sale_order_line_variant_description/i18n/zh_CN.po b/sale_order_line_variant_description/i18n/zh_CN.po new file mode 100644 index 000000000..bf00483a6 --- /dev/null +++ b/sale_order_line_variant_description/i18n/zh_CN.po @@ -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: Chinese (China) (http://www.transifex.com/oca/OCA-sale-" +"workflow-8-0/language/zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\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 "" diff --git a/sale_order_line_variant_description/models/__init__.py b/sale_order_line_variant_description/models/__init__.py new file mode 100644 index 000000000..b4c532a21 --- /dev/null +++ b/sale_order_line_variant_description/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2015-17 Alex Comba - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import product_product +from . import sale_order_line diff --git a/sale_order_line_variant_description/models/product_product.py b/sale_order_line_variant_description/models/product_product.py new file mode 100644 index 000000000..f86622f91 --- /dev/null +++ b/sale_order_line_variant_description/models/product_product.py @@ -0,0 +1,17 @@ +# Copyright 2015-17 Alex Comba - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + + +from odoo import fields, models + + +class ProductProduct(models.Model): + _inherit = "product.product" + + variant_description_sale = fields.Text( + string="Variant Sale Description", + help="A description of the product variant that you want to " + "communicate to your customers." + "This description will be copied to every Sale Order", + translate=True, + ) diff --git a/sale_order_line_variant_description/models/sale_order_line.py b/sale_order_line_variant_description/models/sale_order_line.py new file mode 100644 index 000000000..13fd34c30 --- /dev/null +++ b/sale_order_line_variant_description/models/sale_order_line.py @@ -0,0 +1,17 @@ +# Copyright 2015-17 Alex Comba - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, models + + +class SaleOrderLine(models.Model): + _inherit = "sale.order.line" + + @api.onchange("product_id") + def _onchange_product_id_warning(self): + res = super(SaleOrderLine, self)._onchange_product_id_warning() + if self.product_id: + product = self.product_id.with_context(lang=self.order_id.partner_id.lang) + if product.variant_description_sale: + self.name = product.variant_description_sale + return res diff --git a/sale_order_line_variant_description/readme/CONTRIBUTORS.rst b/sale_order_line_variant_description/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..58b302f08 --- /dev/null +++ b/sale_order_line_variant_description/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Alex Comba +* Simone Vanin +* Dhara Solanki diff --git a/sale_order_line_variant_description/readme/DESCRIPTION.rst b/sale_order_line_variant_description/readme/DESCRIPTION.rst new file mode 100644 index 000000000..f609eeddd --- /dev/null +++ b/sale_order_line_variant_description/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module allows to specify different sale description values for each product +variant and use them on the sale order lines as their names. diff --git a/sale_order_line_variant_description/static/description/icon.png b/sale_order_line_variant_description/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/sale_order_line_variant_description/static/description/icon.png differ diff --git a/sale_order_line_variant_description/static/description/index.html b/sale_order_line_variant_description/static/description/index.html new file mode 100644 index 000000000..675a7d370 --- /dev/null +++ b/sale_order_line_variant_description/static/description/index.html @@ -0,0 +1,421 @@ + + + + + + +Sale order line variant description + + + +
+

Sale order line variant description

+ + +

Beta License: AGPL-3 OCA/product-variant Translate me on Weblate Try me on Runbot

+

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

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Agile Business Group
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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 project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/sale_order_line_variant_description/tests/__init__.py b/sale_order_line_variant_description/tests/__init__.py new file mode 100644 index 000000000..4321b9e5c --- /dev/null +++ b/sale_order_line_variant_description/tests/__init__.py @@ -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 test_sale_order_line_variant_description diff --git a/sale_order_line_variant_description/tests/test_sale_order_line_variant_description.py b/sale_order_line_variant_description/tests/test_sale_order_line_variant_description.py new file mode 100644 index 000000000..547aabc54 --- /dev/null +++ b/sale_order_line_variant_description/tests/test_sale_order_line_variant_description.py @@ -0,0 +1,58 @@ +# Copyright 2015-17 Alex Comba - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo.tests import TransactionCase + + +class TestSaleOrderLineVariantDescription(TransactionCase): + def setUp(self): + super(TestSaleOrderLineVariantDescription, self).setUp() + self.fiscal_position_model = self.env["account.fiscal.position"] + self.tax_model = self.env["account.tax"] + self.pricelist_model = self.env["product.pricelist"] + self.uom_uom_model = self.env["uom.uom"] + self.product_tmpl_model = self.env["product.template"] + self.product_model = self.env["product.product"] + self.so_model = self.env["sale.order"] + self.so_line_model = self.env["sale.order.line"] + self.partner = self.env.ref("base.res_partner_1") + + def test_product_id_change(self): + pricelist = self.pricelist_model.search([("name", "=", "Public Pricelist")])[0] + uom = self.uom_uom_model.search([("name", "=", "Units")])[0] + tax_include = self.tax_model.create( + dict(name="Include tax", amount="0.21", price_include=True) + ) + product_tmpl = self.product_tmpl_model.create( + dict( + name="Product template", + list_price="121", + taxes_id=[(6, 0, [tax_include.id])], + ) + ) + product_tmpl.product_variant_id.update( + dict( + variant_description_sale="Product variant description", + ) + ) + product = product_tmpl.product_variant_id + fp = self.fiscal_position_model.create(dict(name="fiscal position", sequence=1)) + so = self.so_model.create( + { + "partner_id": self.partner.id, + "pricelist_id": pricelist.id, + "fiscal_position_id": fp.id, + } + ) + so_line = self.so_line_model.create( + { + "name": product.name, + "product_id": product.id, + "product_uom_qty": 1.0, + "product_uom": uom.id, + "price_unit": 121.0, + "order_id": so.id, + } + ) + so_line._onchange_product_id_warning() + self.assertEqual(product.variant_description_sale, so_line.name) diff --git a/sale_order_line_variant_description/views/product_view.xml b/sale_order_line_variant_description/views/product_view.xml new file mode 100644 index 000000000..26a4ecb3d --- /dev/null +++ b/sale_order_line_variant_description/views/product_view.xml @@ -0,0 +1,32 @@ + + + + + + product.product.form + product.product + + + + + + + + + + + product.product.view.form.easy + product.product + + + + + + + + + + + + diff --git a/setup/sale_order_line_variant_description/odoo/addons/sale_order_line_variant_description b/setup/sale_order_line_variant_description/odoo/addons/sale_order_line_variant_description new file mode 120000 index 000000000..593ba9f3e --- /dev/null +++ b/setup/sale_order_line_variant_description/odoo/addons/sale_order_line_variant_description @@ -0,0 +1 @@ +../../../../sale_order_line_variant_description \ No newline at end of file diff --git a/setup/sale_order_line_variant_description/setup.py b/setup/sale_order_line_variant_description/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/sale_order_line_variant_description/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)