diff --git a/sale_order_line_variant_description/README.rst b/sale_order_line_variant_description/README.rst new file mode 100644 index 000000000..bbd56235f --- /dev/null +++ b/sale_order_line_variant_description/README.rst @@ -0,0 +1,82 @@ +=================================== +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/17.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-17-0/product-variant-17-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=17.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 +- OERP Canada + + - Foram Darji + +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..404c00bb4 --- /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": "17.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..33902b83f --- /dev/null +++ b/sale_order_line_variant_description/i18n/ar.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:01+0000\n" +"PO-Revision-Date: 2024-04-29 15:01+0000\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/ca.po b/sale_order_line_variant_description/i18n/ca.po new file mode 100644 index 000000000..0bd15fa8e --- /dev/null +++ b/sale_order_line_variant_description/i18n/ca.po @@ -0,0 +1,54 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:07+0000\n" +"PO-Revision-Date: 2024-04-29 15:07+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"Language: ca\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 "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..9452060de --- /dev/null +++ b/sale_order_line_variant_description/i18n/de.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:09+0000\n" +"PO-Revision-Date: 2024-04-29 15:09+0000\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 "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..4faab6ef8 --- /dev/null +++ b/sale_order_line_variant_description/i18n/el_GR.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:11+0000\n" +"PO-Revision-Date: 2024-04-29 15:11+0000\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/es.po b/sale_order_line_variant_description/i18n/es.po new file mode 100644 index 000000000..1278c8dac --- /dev/null +++ b/sale_order_line_variant_description/i18n/es.po @@ -0,0 +1,55 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:16+0000\n" +"PO-Revision-Date: 2024-04-29 15:16+0000\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 "" +"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" 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..2caf2b49d --- /dev/null +++ b/sale_order_line_variant_description/i18n/es_VE.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:41+0000\n" +"PO-Revision-Date: 2024-04-29 15:41+0000\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 "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..fff0f56cd --- /dev/null +++ b/sale_order_line_variant_description/i18n/fi.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:44+0000\n" +"PO-Revision-Date: 2024-04-29 15:44+0000\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 "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..687459c01 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:48+0000\n" +"PO-Revision-Date: 2024-04-29 15:48+0000\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 "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 "" 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..ee31e9285 --- /dev/null +++ b/sale_order_line_variant_description/i18n/fr_CH.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:50+0000\n" +"PO-Revision-Date: 2024-04-29 15:50+0000\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/gl.po b/sale_order_line_variant_description/i18n/gl.po new file mode 100644 index 000000000..c4c3036b8 --- /dev/null +++ b/sale_order_line_variant_description/i18n/gl.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 15:57+0000\n" +"PO-Revision-Date: 2024-04-29 15:57+0000\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/hr.po b/sale_order_line_variant_description/i18n/hr.po new file mode 100644 index 000000000..d382d4832 --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr.po @@ -0,0 +1,55 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 16:04+0000\n" +"PO-Revision-Date: 2024-04-29 16:04+0000\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 "" +"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" 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..7535b2aba --- /dev/null +++ b/sale_order_line_variant_description/i18n/hr_HR.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 16:04+0000\n" +"PO-Revision-Date: 2024-04-29 16:04+0000\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 "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_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/it.po b/sale_order_line_variant_description/i18n/it.po new file mode 100644 index 000000000..a6a367ecf --- /dev/null +++ b/sale_order_line_variant_description/i18n/it.po @@ -0,0 +1,55 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 16:08+0000\n" +"PO-Revision-Date: 2024-04-29 16:08+0000\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 "" +"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" 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..27e4fcc01 --- /dev/null +++ b/sale_order_line_variant_description/i18n/nl.po @@ -0,0 +1,55 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 16:24+0000\n" +"PO-Revision-Date: 2024-04-29 16:24+0000\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 "" +"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 "" 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..deb57ae98 --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt.po @@ -0,0 +1,55 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:11+0000\n" +"PO-Revision-Date: 2024-04-29 17:11+0000\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 "" +"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" 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..7e1e752e6 --- /dev/null +++ b/sale_order_line_variant_description/i18n/pt_BR.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:13+0000\n" +"PO-Revision-Date: 2024-04-29 17:13+0000\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 "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 "" + +#. 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/ro.po b/sale_order_line_variant_description/i18n/ro.po new file mode 100644 index 000000000..907dfff9f --- /dev/null +++ b/sale_order_line_variant_description/i18n/ro.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:17+0000\n" +"PO-Revision-Date: 2024-04-29 17:17+0000\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 "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 "" 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..bd30b5052 --- /dev/null +++ b/sale_order_line_variant_description/i18n/ru.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:29+0000\n" +"PO-Revision-Date: 2024-04-29 17:29+0000\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/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..6d0fc8b17 --- /dev/null +++ b/sale_order_line_variant_description/i18n/sale_order_line_variant_description.pot @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:32+0000\n" +"PO-Revision-Date: 2024-04-29 17:32+0000\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..ded4f5ee7 --- /dev/null +++ b/sale_order_line_variant_description/i18n/sl.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:23+0000\n" +"PO-Revision-Date: 2024-04-29 17:23+0000\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/tr.po b/sale_order_line_variant_description/i18n/tr.po new file mode 100644 index 000000000..ad1c000ff --- /dev/null +++ b/sale_order_line_variant_description/i18n/tr.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:35+0000\n" +"PO-Revision-Date: 2024-04-29 17:35+0000\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 "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/vi.po b/sale_order_line_variant_description/i18n/vi.po new file mode 100644 index 000000000..2411f76ba --- /dev/null +++ b/sale_order_line_variant_description/i18n/vi.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:39+0000\n" +"PO-Revision-Date: 2024-04-29 17:39+0000\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/zh_CN.po b/sale_order_line_variant_description/i18n/zh_CN.po new file mode 100644 index 000000000..c54e347d6 --- /dev/null +++ b/sale_order_line_variant_description/i18n/zh_CN.po @@ -0,0 +1,53 @@ +# 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 17.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-29 17:45+0000\n" +"PO-Revision-Date: 2024-04-29 17:45+0000\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/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..5f703451e --- /dev/null +++ b/sale_order_line_variant_description/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Alex Comba \<\> +- Simone Vanin \<\> +- Dhara Solanki \<\> +- OERP Canada \<\> + - Foram Darji \<\> 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..68408df81 --- /dev/null +++ b/sale_order_line_variant_description/static/description/index.html @@ -0,0 +1,428 @@ + + + + + + +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..4b054c18d --- /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().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.create({"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..6200a2a95 --- /dev/null +++ b/sale_order_line_variant_description/views/product_view.xml @@ -0,0 +1,36 @@ + + + + + product.product.form + product.product + + + + product_variant_count > 1 + + + + + + + + product.product.view.form.easy + product.product + + + + + + + + + +