diff --git a/sale_order_line_variant_description/README.rst b/sale_order_line_variant_description/README.rst new file mode 100644 index 000000000..40fd514df --- /dev/null +++ b/sale_order_line_variant_description/README.rst @@ -0,0 +1,80 @@ +=================================== +Sale order line variant description +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d4ba0a4a7e4f830cd8f42f3d366e059d3510eaad6f7eb8385f7c80ba1e975b55 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/18.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-18-0/product-variant-18-0-sale_order_line_variant_description + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/product-variant&target_branch=18.0 + :alt: Try me on Runboat + +|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 to smash 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 +- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) + +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..d5a94f984 --- /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": "18.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..b739b6fa9 --- /dev/null +++ b/sale_order_line_variant_description/i18n/ar.po @@ -0,0 +1,60 @@ +# 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ 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..6f93bef78 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..3b4e40ab6 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..0d6878068 --- /dev/null +++ b/sale_order_line_variant_description/i18n/el_GR.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: 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ 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..c02fd87f5 --- /dev/null +++ b/sale_order_line_variant_description/i18n/es.po @@ -0,0 +1,66 @@ +# 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: 2023-10-09 09:14+0000\n" +"Last-Translator: Ivorra78 \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" +"X-Generator: Weblate 4.17\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 "" +"Una descripción de la variante del producto que desea comunicar a sus " +"clientes. Esta descripción se copiará en cada pedido de venta" + +#. 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 Variant" +msgstr "Variante de 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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "Descripción de la venta de variantes" + +#~ msgid "Variant description for quotations" +#~ msgstr "Descripción de variantes para cotizaciones" + +#~ msgid "Product" +#~ msgstr "Producto" 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..733999575 --- /dev/null +++ b/sale_order_line_variant_description/i18n/es_ES.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: 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Producto" 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..4714ea2cc --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..30be954e5 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..3107dd295 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr.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-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 Variant" +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 "Ligne de commandes de vente" + +#. module: sale_order_line_variant_description +#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Article" 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..eec0bee01 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr_CH.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-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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Produit" 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..9a9a5767f --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr_FR.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-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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Produit" 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..ce0dd3078 --- /dev/null +++ b/sale_order_line_variant_description/i18n/gl.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: 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Produto" 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..3bd3dfb43 --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr.po @@ -0,0 +1,65 @@ +# 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 Variant" +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 "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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "Opis varijante u prodaji" + +#~ msgid "Variant description for quotations" +#~ msgstr "Opis varijante za ponude" + +#~ msgid "Product" +#~ msgstr "Proizvod" 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..bee153455 --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr_HR.po @@ -0,0 +1,60 @@ +# 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Proizvod" 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..7e1011eae --- /dev/null +++ b/sale_order_line_variant_description/i18n/it.po @@ -0,0 +1,66 @@ +# 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: 2024-04-19 09:37+0000\n" +"Last-Translator: mymage \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" +"X-Generator: Weblate 4.17\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 "" +"Una descrizione della variante prodotto da mostrare ai clienti. La " +"descrizione sarà inserita in ogni ordine di vendita" + +#. 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 Variant" +msgstr "Variante 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 "Riga ordine di vendita" + +#. module: sale_order_line_variant_description +#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +msgstr "Questa nota è aggiunta agli ordini di vendita e alle fatture." + +#. 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 "Descrizione vendita variante" + +#~ msgid "Variant description for quotations" +#~ msgstr "Descrizione Variante per preventivi" + +#~ msgid "Product" +#~ msgstr "Prodotto" 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..5dc67d5b7 --- /dev/null +++ b/sale_order_line_variant_description/i18n/nl.po @@ -0,0 +1,65 @@ +# 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 Variant" +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 "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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "Variant verkoopomschrijving" + +#~ msgid "Variant description for quotations" +#~ msgstr "Variant omschrijving voor offertes" + +#~ msgid "Product" +#~ msgstr "Product" 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..cd8534773 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..df4c6d19f --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt.po @@ -0,0 +1,65 @@ +# 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 Variant" +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 "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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "Descrição da Variante na Venda" + +#~ msgid "Variant description for quotations" +#~ msgstr "Descrição da variante em orçamentos" + +#~ msgid "Product" +#~ msgstr "Produto" 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..0145ce314 --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt_BR.po @@ -0,0 +1,64 @@ +# 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: 2024-05-23 00:04+0000\n" +"Last-Translator: Rodrigo Macedo \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" +"X-Generator: Weblate 4.17\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 "" +"Uma descrição da variante do produto que você deseja comunicar aos seus " +"clientes. Essa descrição será copiada para cada pedido 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 Variant" +msgstr "Variante do 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 da 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 Pedido de Venda" + +#. module: sale_order_line_variant_description +#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +msgstr "Esta nota é adicionada a pedidos de vendas e faturas." + +#. 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 venda da variante" + +#~ msgid "Product" +#~ msgstr "Produto" 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..b57c7999f --- /dev/null +++ b/sale_order_line_variant_description/i18n/ro.po @@ -0,0 +1,60 @@ +# 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 Variant" +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 "Linie comandă vânzare" + +#. module: sale_order_line_variant_description +#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Produs" 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..9d5e5864c --- /dev/null +++ b/sale_order_line_variant_description/i18n/ru.po @@ -0,0 +1,61 @@ +# 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ 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..68dfc6526 --- /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 16.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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..32897c9b5 --- /dev/null +++ b/sale_order_line_variant_description/i18n/sl.po @@ -0,0 +1,60 @@ +# 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 Variant" +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 "Postavka prodajnega naloga" + +#. module: sale_order_line_variant_description +#: model_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Proizvod" 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..d879136a0 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..6cbc270e7 --- /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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" 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..bcb626ced --- /dev/null +++ b/sale_order_line_variant_description/i18n/vi_VN.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: 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ msgstr "Sản phẩm" 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..ffcbf4fb0 --- /dev/null +++ b/sale_order_line_variant_description/i18n/zh_CN.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: 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 Variant" +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_terms:ir.ui.view,arch_db:sale_order_line_variant_description.product_normal_form_view +msgid "This note is added to sales orders and invoices." +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 "" + +#~ msgid "Product" +#~ 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..b0ee3c345 --- /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()._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/pyproject.toml b/sale_order_line_variant_description/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/sale_order_line_variant_description/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_order_line_variant_description/readme/CONTRIBUTORS.md b/sale_order_line_variant_description/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..ec69ed1b2 --- /dev/null +++ b/sale_order_line_variant_description/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Alex Comba \<\> +- Simone Vanin \<\> +- Dhara Solanki \<\> +- \[Heliconia Solutions Pvt. Ltd.\]() diff --git a/sale_order_line_variant_description/readme/DESCRIPTION.md b/sale_order_line_variant_description/readme/DESCRIPTION.md new file mode 100644 index 000000000..607b902a5 --- /dev/null +++ b/sale_order_line_variant_description/readme/DESCRIPTION.md @@ -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..692025e27 --- /dev/null +++ b/sale_order_line_variant_description/static/description/index.html @@ -0,0 +1,427 @@ + + + + + +Sale order line variant description + + + +
+

Sale order line variant description

+ + +

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

+

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 to smash 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..82f987ed7 --- /dev/null +++ b/sale_order_line_variant_description/tests/test_sale_order_line_variant_description.py @@ -0,0 +1,25 @@ +# Copyright 2021 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from odoo.tests.common import TransactionCase + + +class TestSaleOrderLineVariantDescription(TransactionCase): + def setUp(self): + super().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_partner_usage(self): + sales_order = self.so_model.create({"partner_id": self.partner.id}) + self.assertEqual( + sales_order.partner_id, + self.partner, + "The partner should match the initialized partner.", + ) 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..15bf87c49 --- /dev/null +++ b/sale_order_line_variant_description/views/product_view.xml @@ -0,0 +1,37 @@ + + + + + product.product.form + product.product + + + + product_variant_count > 1 + + + + + + + + + product.product.view.form.easy + product.product + + + + + + + + + +