diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/sale_product_matrix | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/sale_product_matrix')
65 files changed, 7331 insertions, 0 deletions
diff --git a/addons/sale_product_matrix/__init__.py b/addons/sale_product_matrix/__init__.py new file mode 100644 index 00000000..be9f4fab --- /dev/null +++ b/addons/sale_product_matrix/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +from . import models diff --git a/addons/sale_product_matrix/__manifest__.py b/addons/sale_product_matrix/__manifest__.py new file mode 100644 index 00000000..62cdd066 --- /dev/null +++ b/addons/sale_product_matrix/__manifest__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +{ + 'name': "Sale Matrix", + 'summary': "Add variants to Sales Order through a grid entry.", + 'description': """ + This module allows to fill Sales Order rapidly + by choosing product variants quantity through a Grid Entry. + """, + 'category': 'Sales/Sales', + 'version': '1.0', + 'depends': ['sale', 'product_matrix', 'sale_product_configurator'], + 'data': [ + 'views/assets.xml', + 'views/product_template_views.xml', + 'views/sale_views.xml', + 'report/sale_report_templates.xml', + ], + 'demo': [ + 'data/product_matrix_demo.xml' + ], + 'license': 'LGPL-3', +} diff --git a/addons/sale_product_matrix/data/product_matrix_demo.xml b/addons/sale_product_matrix/data/product_matrix_demo.xml new file mode 100644 index 00000000..be183126 --- /dev/null +++ b/addons/sale_product_matrix/data/product_matrix_demo.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo> + <record id="product_matrix.matrix_product_template_shirt" model="product.template"> + <field name="product_add_mode">matrix</field> + </record> +</odoo> diff --git a/addons/sale_product_matrix/i18n/ar.po b/addons/sale_product_matrix/i18n/ar.po new file mode 100644 index 00000000..5f9432c6 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ar.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Mohammed Albasha <m.albasha.ma@gmail.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\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_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "المُعرف" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "قالب المنتج" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "أمر البيع" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/bg.po b/addons/sale_product_matrix/i18n/bg.po new file mode 100644 index 00000000..cfbbe206 --- /dev/null +++ b/addons/sale_product_matrix/i18n/bg.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Igor Sheludko <igor.sheludko@gmail.com>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон за продукт " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Поръчка" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/bn.po b/addons/sale_product_matrix/i18n/bn.po new file mode 100644 index 00000000..b096e881 --- /dev/null +++ b/addons/sale_product_matrix/i18n/bn.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "আইডি " + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "বিক্রয় আদেশ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ca.po b/addons/sale_product_matrix/i18n/ca.po new file mode 100644 index 00000000..0707fb14 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ca.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: escolliu valors d'atributs per tal d'afegir la variant correcta a la comanda.\n" +"Graella: afegiu diverses variants al mateix temps des de la graella d'atributs" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Graella d'entrada de comandes" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productes" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producte" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Comanda de venda" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ckb.po b/addons/sale_product_matrix/i18n/ckb.po new file mode 100644 index 00000000..43d2f9b5 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ckb.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ناسنامە" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "داواکاری فرۆشتن" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/cs.po b/addons/sale_product_matrix/i18n/cs.po new file mode 100644 index 00000000..b7f75fcf --- /dev/null +++ b/addons/sale_product_matrix/i18n/cs.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# karolína schusterová <karolina.schusterova@vdp.sk>, 2021 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Produkt mřížky tmpl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Aktualizace mřížky" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Tisk mřížek variant" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurátor produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Šablona produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodejní objednávka" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technické pole pro funkce product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Zda pole mřížky obsahuje novou matici, která se má použít, nebo ne." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/da.po b/addons/sale_product_matrix/i18n/da.po new file mode 100644 index 00000000..bd928f11 --- /dev/null +++ b/addons/sale_product_matrix/i18n/da.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Mads Søndergaard, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mads Søndergaard, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Tilføj produkt tilstand" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: Vælg egenskabs værdier for at tilføje passende produkt varianter til ordren.\n" +"Gitter: Tilføj flere varianter på samme tid, fra en gitter visning af egenskabs værdier" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Gitter produkt skbl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Gitter opdater" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"hvis angivet, vil matrikset af produkter som kan konfigureres af matriks " +"blive vist på rapporten for ordren." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matriks lokal lager" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Bestilling gitter" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print variant gitter" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produkt konfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktskabelon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salgsordre" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Salg variant valg" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Teknisk felt for product_matrix funktionaliteter." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Teknisk lokalt lager for gitter.\n" +"Hvis grid_update, vil blive hentet ned i SO'en.\n" +"Hvis ikke, repræsenterer det matriks der skal åbnes." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Hvorvidt gitter feltet indeholder et nyt matriks til anvendelse eller ej." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Du kan ikke ændre mængden af et produkt, som er til stede på flere " +"salgslinjer." diff --git a/addons/sale_product_matrix/i18n/de.po b/addons/sale_product_matrix/i18n/de.po new file mode 100644 index 00000000..ced899f8 --- /dev/null +++ b/addons/sale_product_matrix/i18n/de.po @@ -0,0 +1,143 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Patrick Heuel <patrick.heuel@odoo-bs.com>, 2020 +# philku79 <philip.kuss@gmx.de>, 2020 +# Andreas Schmidt <schmigo@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Andreas Schmidt <schmigo@gmail.com>, 2021\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Produktmodus hinzufügen" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: Auswahl von Attributwerten zum Hinzufügen der passenden Produktvariante zum Auftrag.\n" +"Raster: mehrere Varianten auf einmal aus dem Raster der Attributwerte hinzufügen" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Raster Prod-Vlge" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Gitter aktualisieren" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Wenn gesetzt, wird die Matrix der per Matrix konfigurierbaren Produkte auf " +"dem Bericht der Bestellung angezeigt." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix lokaler Speicher" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Varianten-Matrix" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Varianten-Matrix drucken" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produktkonfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Verkaufsauftrag" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Auswahl der Verkaufsvariante" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technisches Feld für product_matrix Funktionalitäten." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technische lokale Speicherung des Rasters. \n" +"Wenn grid_update, wird auf die SO geladen. \n" +"Wenn nicht, stellt die zu öffnende Matrix dar." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Ob das Rasterfeld eine neue Matrix enthält, die angewendet werden soll oder " +"nicht." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Sie können die Menge eines Produkts, das in mehreren Verkaufslinien " +"vorhanden ist, nicht ändern." diff --git a/addons/sale_product_matrix/i18n/el.po b/addons/sale_product_matrix/i18n/el.po new file mode 100644 index 00000000..a60b5226 --- /dev/null +++ b/addons/sale_product_matrix/i18n/el.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# George Tarasidis <george_tarasidis@yahoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Κωδικός" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Πρότυπο Είδους " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Παραγγελία" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/eo.po b/addons/sale_product_matrix/i18n/eo.po new file mode 100644 index 00000000..0d0c3b8d --- /dev/null +++ b/addons/sale_product_matrix/i18n/eo.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/es.po b/addons/sale_product_matrix/i18n/es.po new file mode 100644 index 00000000..40c87a4d --- /dev/null +++ b/addons/sale_product_matrix/i18n/es.po @@ -0,0 +1,143 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Miguel Orueta <mo@landoo.es>, 2020 +# John Guardado <jgu@odoo.com>, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Añadir modo de producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: seleccione valores de atributo para añadir la variante de producto correspondiente a la orden.\n" +"Cuadrícula: añade varias variantes a la vez desde la cuadrícula de valores de atributos." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Plantilla del Producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Actualización de la plantilla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si está configurado, la matriz de los productos configurables por matriz se " +"mostrará en el informe del pedido." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Almacenamiento local de matriz" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada de la Cuadrícula de Pedidos" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir cuadrículas de variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productos" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selección de variantes de ventas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico de las funcionalidades de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Almacenamiento técnico local de la rejilla.\n" +"Si grid_update, se cargará en el SO.\n" +"Si no, representa la matriz a abrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Si el campo de cuadrícula contiene una nueva matriz para aplicar o no." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"No puede cambiar la cantidad de un producto presente en varias líneas de " +"venta." diff --git a/addons/sale_product_matrix/i18n/es_MX.po b/addons/sale_product_matrix/i18n/es_MX.po new file mode 100644 index 00000000..9fa0f76b --- /dev/null +++ b/addons/sale_product_matrix/i18n/es_MX.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Lucia Pacheco <lpo@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lucia Pacheco <lpo@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Añadir modo de producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: seleccione valores de atributo para añadir la variante de producto correspondiente a la orden.\n" +"Tabla: añade varias variantes a la vez desde la tabla de valores de atributos." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Plantilla de las tablas del producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Actualización de la tabla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si se establece, la matriz de los productos configurables por matriz se " +"mostrará en el reporte de la orden." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Almacenamiento local de matriz" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada en la tabla de órdenes" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir las tablas de las variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productos" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Orden de venta" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selección de variantes de ventas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico de las funciones de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Almacenamiento técnico local de la tabla.\n" +"Si grid_update, se cargará en la orden de venta.\n" +"Si no, representa la matriz a abrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Si el campo de tabla contiene una nueva matriz para aplicar o no." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"No puede cambiar la cantidad de un producto presente en varias líneas de " +"venta." diff --git a/addons/sale_product_matrix/i18n/et.po b/addons/sale_product_matrix/i18n/et.po new file mode 100644 index 00000000..bd041ef3 --- /dev/null +++ b/addons/sale_product_matrix/i18n/et.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Rivo Zängov <eraser@eraser.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# Piia Paurson <piia@avalah.ee>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Piia Paurson <piia@avalah.ee>, 2021\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Toote võrgustiku mall" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Võrgustiku uuendamine" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Prindi variantide võrgustik" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Toote konfiguraator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Toote mall" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Müügitellimus" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix funktsionaalsuste tehniline väli." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Kas võrgustiku väli sisaldab uut rakendatavat maatriksit või mitte." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/eu.po b/addons/sale_product_matrix/i18n/eu.po new file mode 100644 index 00000000..228205fe --- /dev/null +++ b/addons/sale_product_matrix/i18n/eu.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# Mikel Lizarralde <mikellizarralde@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mikel Lizarralde <mikellizarralde@gmail.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktuaren txantiloia" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salmenta-eskaera" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fa.po b/addons/sale_product_matrix/i18n/fa.po new file mode 100644 index 00000000..9e060d24 --- /dev/null +++ b/addons/sale_product_matrix/i18n/fa.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Faraz Sadri Alamdari <ifarazir@gmail.com>, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "شناسه" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "پیکربندی کننده محصول" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "قالب محصول" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "سفارش فروش" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fi.po b/addons/sale_product_matrix/i18n/fi.po new file mode 100644 index 00000000..113f2a5c --- /dev/null +++ b/addons/sale_product_matrix/i18n/fi.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Tuotemalli" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Myyntitilaus" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fr.po b/addons/sale_product_matrix/i18n/fr.po new file mode 100644 index 00000000..ce0dac98 --- /dev/null +++ b/addons/sale_product_matrix/i18n/fr.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# omaodoo <oma@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Priscilla Sanchez <prs@odoo.com>, 2020 +# edc <edc@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: edc <edc@odoo.com>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Ajouter un mode produit" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurateur de produits: Choisissez différentes valeurs d'attribut pour former un produit unique puis ajouter ce produit à votre bon de commande.\n" +"Grid: Ajouter plusieurs produits à votre bon de commande à partir d'une grille qui reprend toutes les variantes d'article." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grille des modèles d'articles" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Mise à jour de la grille" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si sélectionné, La grille des produits telle que sélectionnée sera ajoutée " +"sur votre rapport de vente." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Stockage local matriciel" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Grille des variantes du produit" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimer la grille des variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurateur de produits" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modèle d'article" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Bon de commande" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Sélection des variantes de vente" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Champ technique pour les fonctionnalités de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Stockage technique local du réseau. \n" +"Si grid_update, sera chargé sur le SO. \n" +"Sinon, représente la matrice à ouvrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Est-ce que le champ grille contient une nouvelle matrice à appliquer ou pas." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Vous ne pouvez pas changer les quantités pour un produit présent dans " +"différentes lignes de commande." diff --git a/addons/sale_product_matrix/i18n/he.po b/addons/sale_product_matrix/i18n/he.po new file mode 100644 index 00000000..8863c65c --- /dev/null +++ b/addons/sale_product_matrix/i18n/he.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "הוסף מצב מוצר" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"מגדיר: בחר ערכי תכונות כדי להוסיף את וריאנט המוצר התואם להזמנה.\n" +"רשת: הוסף מספר וריאנטים בבת אחת מרשת הערכים של התכונות" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "הצג שם" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "רשת תבנית מוצר" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "עדכן רשת" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "תעודה מזהה" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"אם מוגדר, המטריצה של המוצרים הניתנים להגדרה על ידי מטריצה תוצג בדוח " +"ההזמנה." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "שינוי אחרון ב" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "אחסון מקומי של מטריצה" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "רשומת רשת הזמנות" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "הדפס תצוגות רשת של וריאנטים" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "מגדיר מוצר" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "תבנית מוצר " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "הזמנת לקוח" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "בחירת וריאנט מכירות" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "שדה טכני לפונקציונליות של product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"אחסון טכני מקומי לרשת. \n" +"אם grid_update, אז ייטען בהזמנת לקוח. \n" +"אם לא, מייצג את המטריצה לפתיחה." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "בין אם שדה הרשת מכיל מטריצה חדשה ליישום או לא." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "אינך יכול לשנות את כמות המוצר הקיימת במספר שורות מכירה." diff --git a/addons/sale_product_matrix/i18n/hi.po b/addons/sale_product_matrix/i18n/hi.po new file mode 100644 index 00000000..aeba1695 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hi.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/hr.po b/addons/sale_product_matrix/i18n/hr.po new file mode 100644 index 00000000..2e513e91 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hr.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2021 +# Hrvoje Sić <hrvoje.sic@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Hrvoje Sić <hrvoje.sic@gmail.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Mreža predložaka proizvoda" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Ažuriraj mrežu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurator artikala" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/hu.po b/addons/sale_product_matrix/i18n/hu.po new file mode 100644 index 00000000..fea24a66 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hu.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Azonosító" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Termék konfigurátor" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Terméksablon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Értékesítési rendelés" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/id.po b/addons/sale_product_matrix/i18n/id.po new file mode 100644 index 00000000..b03f1d86 --- /dev/null +++ b/addons/sale_product_matrix/i18n/id.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Ryanto The <ry.the77@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Ryanto The <ry.the77@gmail.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Templete Produk" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Order Penjualan" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/it.po b/addons/sale_product_matrix/i18n/it.po new file mode 100644 index 00000000..99e52f76 --- /dev/null +++ b/addons/sale_product_matrix/i18n/it.po @@ -0,0 +1,138 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Modalità aggiunta prodotto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configuratore: scelta dei valori attributo per l'aggiunta della variante prodotto corrispondente all'ordine.\n" +"Griglia: aggiunta contemporanea di alcune varianti dalla griglia dei valori attributo" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Modello prodotto griglia" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Aggiornamento griglia" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Se impostato, la matrice dei prodotti configurabili viene mostrata nel " +"resoconto dell'ordine." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Memoria locale della matrice" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Voce griglia per ordine" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Stampa griglie variante" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configuratore prodotto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modello prodotto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Ordine di vendita" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selezione variante vendite" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo tecnico per le funzionalità product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Memoria locale tecnica della griglia.\n" +"Se grid_update, viene caricata nell'OdV.\n" +"In caso contrario, rappresenta la matrice da aprire." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Indica se il campo griglia contiene una nuova matrice da applicare." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Impossibile cambiare la quantità di un prodotto presente in più di una riga " +"di vendita." diff --git a/addons/sale_product_matrix/i18n/ja.po b/addons/sale_product_matrix/i18n/ja.po new file mode 100644 index 00000000..aa84e456 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ja.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Tim Siu Lai <tl@roomsfor.hk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tim Siu Lai <tl@roomsfor.hk>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "オーダグリッド入力" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "バリアントグリッドを印刷" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "プロダクトコンフィギュレーター" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "プロダクトテンプレート" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "販売オーダ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "販売バリアント選択" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ka.po b/addons/sale_product_matrix/i18n/ka.po new file mode 100644 index 00000000..d4b99d97 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ka.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Martin Trigaux, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "პროდუქტის შაბლონი" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "გაყიდვის ორდერი" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/km.po b/addons/sale_product_matrix/i18n/km.po new file mode 100644 index 00000000..324253de --- /dev/null +++ b/addons/sale_product_matrix/i18n/km.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "គំរូផលិតផល" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "លក់តាមការបញ្ជាទិញ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ko.po b/addons/sale_product_matrix/i18n/ko.po new file mode 100644 index 00000000..c041f57a --- /dev/null +++ b/addons/sale_product_matrix/i18n/ko.po @@ -0,0 +1,135 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "상품 모드 추가하기" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"구성기 : 속성 값을 선택하여 주문에 일치하는 파생 상품을 추가하십시오.\n" +"그리드 : 속성 값 그리드에서 여러 파생 상품을 한 번에 추가" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "그리드 상품 서식" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "그리드 갱신" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "설정된 경우 매트릭스로 구성 할 수 있는 제품의 매트릭스가 주문 보고서에 표시됩니다." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "매트릭스 로컬 스토리지" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "주문 그리드 항목" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "파생 그리드 인쇄" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "상품 구성기" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "상품 양식" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "판매 주문" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "판매 파생 선택" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "product_matrix 기능에 대한 기술 필드." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"그리드의 기술 로컬 스토리지. \n" +"grid_update이면 SO에 로드됩니다. \n" +"그렇지 않은 경우 열어야 할 매트릭스를 나타냅니다." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "그리드 필드에 적용할 새 매트릭스가 있는지 여부." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "여러 판매 방법에 존재하는 제품의 수량은 변경할 수 없습니다." diff --git a/addons/sale_product_matrix/i18n/lb.po b/addons/sale_product_matrix/i18n/lb.po new file mode 100644 index 00000000..25ee4ece --- /dev/null +++ b/addons/sale_product_matrix/i18n/lb.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:17+0000\n" +"PO-Revision-Date: 2019-08-26 09:14+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple purchase " +"lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/lt.po b/addons/sale_product_matrix/i18n/lt.po new file mode 100644 index 00000000..b280f9d7 --- /dev/null +++ b/addons/sale_product_matrix/i18n/lt.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produkto šablonas" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pardavimo užsakymas" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/lv.po b/addons/sale_product_matrix/i18n/lv.po new file mode 100644 index 00000000..84f473e1 --- /dev/null +++ b/addons/sale_product_matrix/i18n/lv.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/mn.po b/addons/sale_product_matrix/i18n/mn.po new file mode 100644 index 00000000..cbf57cdb --- /dev/null +++ b/addons/sale_product_matrix/i18n/mn.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Minj P <pminj322@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Minj P <pminj322@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Хүснэгтэн барааны загвар" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Хүснэгт шинэчлэх" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Хувилбарын хүснэгтийг хэвлэх" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Барааны загвар" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Борлуулалтын захиалга" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix функцийн техникийн талбар" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/nb.po b/addons/sale_product_matrix/i18n/nb.po new file mode 100644 index 00000000..b9027e2b --- /dev/null +++ b/addons/sale_product_matrix/i18n/nb.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Legg til produktmodus" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: velg attributtverdier for å legge til matchende produktvariant til ordren.\n" +"Grid: legg til flere varianter samtidig fra matrisen med attributtverdier" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Matrise Produktmal" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Oppdater Matrise" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Hvis huket av, vil matrisen over produkter som kan konfigureres med matrise " +"bli vist på salgsordrerapporten." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrise lokal lagring" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print variantmatrise" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produktkonfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktmal" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salgsordre" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Valg av variant" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Teknisk felt for product_matrix funksjonalitet." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Om matrisefeltet inneholder en ny matrise som skal legges til, eller ikke." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Du kan ikke endre antall for et produkt som allerede eksisterer i flere " +"salgslinjer." diff --git a/addons/sale_product_matrix/i18n/nl.po b/addons/sale_product_matrix/i18n/nl.po new file mode 100644 index 00000000..26550598 --- /dev/null +++ b/addons/sale_product_matrix/i18n/nl.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Antoine Gilard <ang@odoo.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Product modus toevoegen" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurator: kies kenmerkwaarden om de bijbehorende productvariant aan de order toe te voegen.\n" +"Matrix: voeg meerdere varianten tegelijk toe uit de matrix van kenmerkwaarden" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Matrix productsjabloon" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Matrix update" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Indien ingesteld, wordt de matrix van configureerbare producten getoond in " +"het rapport van deze order." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix lokale opslag" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Ordermatrix ingave" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Variantenmatrix afdrukken" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Productconfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Productsjabloon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Verkoop variant selectie" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technisch veld voor product_matrix functionaliteiten." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technische opslag van matrix.\n" +"Indien grid_update, wordt dit geladen op de verkooporder.\n" +"Indien niet grid_update stelt het de matrix voor om te openen." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Of de rasterweergave een nieuwe matrix bevat om toe te voegen of niet." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"U kan de hoeveelheid van een aanwezig product niet veranderen in meerdere " +"verkooporderregels." diff --git a/addons/sale_product_matrix/i18n/pl.po b/addons/sale_product_matrix/i18n/pl.po new file mode 100644 index 00000000..494777cf --- /dev/null +++ b/addons/sale_product_matrix/i18n/pl.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Szablon produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Zamówienie sprzedaży" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/pt.po b/addons/sale_product_matrix/i18n/pt.po new file mode 100644 index 00000000..858274cf --- /dev/null +++ b/addons/sale_product_matrix/i18n/pt.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Nuno Silva <nuno.silva@arxi.pt>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modelo de Artigo" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Ordem de Vendas" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/pt_BR.po b/addons/sale_product_matrix/i18n/pt_BR.po new file mode 100644 index 00000000..fb6989e2 --- /dev/null +++ b/addons/sale_product_matrix/i18n/pt_BR.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Rafael H L Moretti <rafael.moretti@gmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Éder Brito <britoederr@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Adicione modo do produto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: escolha valores de atributos para adicionar à variante correspondente do produto para o pedido.\n" +"Grade: adicione várias variantes de uma vez a partir da grade de valores de atributos" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Modelo da Grade de Produto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Atualizar Grade" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Se configurada, a matriz dos produtos configuráveis pela matriz será " +"mostrada no relatório do pedido." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matriz de armazenamento local" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada de Grade de Pedido" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir Grades de Variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de Produto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modelo de Produto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venda" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Seleção de Variante de Vendas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico para funcionalidades product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Armazenamento técnico local da grade.\n" +"Se grid_update, será carregado no Pedido.\n" +"Caso contrário, representa a matriz a ser aberta." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Se o campo da grade contém uma nova matriz para aplicar ou não." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Você não pode alterar a quantidade de um produto presente em várias linhas " +"de venda." diff --git a/addons/sale_product_matrix/i18n/ro.po b/addons/sale_product_matrix/i18n/ro.po new file mode 100644 index 00000000..f1b635e4 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ro.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurator produs" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Șablon produs" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Comandă de vânzare" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Câmp tehnic pentru funcționalitățile lui product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Indiferent dacă câmpul grilă conține o nouă matrice de aplicat sau nu." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ru.po b/addons/sale_product_matrix/i18n/ru.po new file mode 100644 index 00000000..c7df978e --- /dev/null +++ b/addons/sale_product_matrix/i18n/ru.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Константин Коровин <korovin74@gmail.com>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\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_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Идентификатор" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон продукта" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Заказ на продажу" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sale_product_matrix.pot b/addons/sale_product_matrix/i18n/sale_product_matrix.pot new file mode 100644 index 00000000..4a590afe --- /dev/null +++ b/addons/sale_product_matrix/i18n/sale_product_matrix.pot @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07: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_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/si.po b/addons/sale_product_matrix/i18n/si.po new file mode 100644 index 00000000..e1391479 --- /dev/null +++ b/addons/sale_product_matrix/i18n/si.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sk.po b/addons/sale_product_matrix/i18n/sk.po new file mode 100644 index 00000000..119fc4cc --- /dev/null +++ b/addons/sale_product_matrix/i18n/sk.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jan Prokop, 2020 +# Rastislav Brenčič <rastislav.brencic99@gmail.com>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Šablóna produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Objednávka " + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Či pole mriežky obsahuje novú maticu, ktorá sa má alebo nemá použiť." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sl.po b/addons/sale_product_matrix/i18n/sl.po new file mode 100644 index 00000000..54e45adc --- /dev/null +++ b/addons/sale_product_matrix/i18n/sl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Grega Vavtar <grega@hbs.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\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_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurator izdelkov" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Predloga izdelka" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sv.po b/addons/sale_product_matrix/i18n/sv.po new file mode 100644 index 00000000..792405e1 --- /dev/null +++ b/addons/sale_product_matrix/i18n/sv.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktmall" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Kundorder" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/th.po b/addons/sale_product_matrix/i18n/th.po new file mode 100644 index 00000000..49065f8e --- /dev/null +++ b/addons/sale_product_matrix/i18n/th.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "รหัส" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "รูปแบบสินค้า" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "ใบสั่งขาย" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/tr.po b/addons/sale_product_matrix/i18n/tr.po new file mode 100644 index 00000000..2007ad69 --- /dev/null +++ b/addons/sale_product_matrix/i18n/tr.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Tugay Hatıl <tugayh@projetgrup.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tugay Hatıl <tugayh@projetgrup.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Ürün modu ekle" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Yapılandırıcı: eşleşen ürün varyantını siparişe eklemek için nitelik değerlerini seçin.\n" +"Grid: öznitelik değerleri tablosundan aynı anda birkaç varyant ekleyin" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grid Ürün Şablonu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Grid Güncelle" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Ayarlanırsa, matrisle yapılandırılabilen ürünlerin matrisi sipariş raporunda" +" gösterilecektir." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix yerel depolama" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Sipariş Tablo Girişi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Varyant Gridleri Yazdır" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Ürün Yapılandırma" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Ürün Şablonu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Satış Siparişi" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Satış Değişkeni Seçimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix işlevleri için teknik alan." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Tablonun teknik depolanması.\n" +"Grid_update ise, SO'ya yüklenir.\n" +"Değilse, açılacak matrisi temsil eder." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Grid alanının uygulanacak yeni bir matris içerip içermediği." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Birden çok satış satırında bulunan bir ürünün miktarını değiştiremezsiniz." diff --git a/addons/sale_product_matrix/i18n/uk.po b/addons/sale_product_matrix/i18n/uk.po new file mode 100644 index 00000000..7e680b1a --- /dev/null +++ b/addons/sale_product_matrix/i18n/uk.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Додати режим товару" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Конфігуратор: оберіть значення атрибуту, щоби додати співставлення варіанта товару до замовлення.\n" +"Сітка: додайте кілька варіантів за раз із сітки значень атрибуту" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Шаблон сітки товарів" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Оновлення сітки" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Якщо встановлено, матриця товарів, яка налаштовується матрицею буде " +"відображатися у звіті замовлення." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Локальне сховище матриці" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Запис сітки замовлення" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Друкувати сітки варіантів" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Конфігуратор товару" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон товару" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Замовлення на продаж" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Вибір варіанта продажів" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Технічне поле для функціоналу product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Технічне локальне сховище сітки. \n" +"Якщо grid_update, буде завантажено на ЗНП. \n" +"Якщо ні, представляє матрицю для відкриття." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Чи містить поле сітки нову матрицю, яку слід застосувати чи ні." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Ви не можете змінити кількість товару, присутнього в декількох рядках " +"продажу." diff --git a/addons/sale_product_matrix/i18n/ur.po b/addons/sale_product_matrix/i18n/ur.po new file mode 100644 index 00000000..921cd772 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ur.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/vi.po b/addons/sale_product_matrix/i18n/vi.po new file mode 100644 index 00000000..65d12898 --- /dev/null +++ b/addons/sale_product_matrix/i18n/vi.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Add product mode" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grid Product Tmpl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Grid Update" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix local storage" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Order Grid Entry" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print Variant Grids" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Cấu hình sản phẩm" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Mẫu sản phẩm" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Đơn bán hàng" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Sales Variant Selection" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technical field for product_matrix functionalities." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Whether the grid field contains a new matrix to apply or not." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"You cannot change the quantity of a product present in multiple sale lines." diff --git a/addons/sale_product_matrix/i18n/zh_CN.po b/addons/sale_product_matrix/i18n/zh_CN.po new file mode 100644 index 00000000..c0ac2ba7 --- /dev/null +++ b/addons/sale_product_matrix/i18n/zh_CN.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# guohuadeng <guohuadeng@hotmail.com>, 2020 +# Jeanphy <hzh0292@qq.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# Lin Li <ljsrzc007@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lin Li <ljsrzc007@gmail.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "添加产品模式" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"配置:选择产品变体值来添加匹配的产品到订单中。\n" +"网格:从产品变体值网格中快速添加一系列产品变体" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "产品网格" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "网格更新" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "如果勾选,可配置产品矩阵将会在订单报表中显示。" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "矩阵本地存储" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "订单网格入口" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "产品配置器" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "产品模板" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "销售订单" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "销售变体选择" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "产品矩阵功能的技术字段。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"网格的技术本地存储。 \n" +"如果网格更新,将会加载到SO中。\n" +"如果没有,显示矩阵为打开状态。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "网格字段包含一个新的矩阵应用与否。" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "您不能更改多个销售线中存在的产品数量。" diff --git a/addons/sale_product_matrix/i18n/zh_TW.po b/addons/sale_product_matrix/i18n/zh_TW.po new file mode 100644 index 00000000..dc4a94bc --- /dev/null +++ b/addons/sale_product_matrix/i18n/zh_TW.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "添加產品模式" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"配置器:選擇屬性值以將匹配的產品變體添加到訂單中。\n" +"矩陣:從屬性值矩陣中一次添加多個變體" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "產品變體矩陣模板" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "矩陣更新" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "如果設置,則訂單報表上將顯示按矩陣配置的產品矩陣。" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "矩陣本機存放區" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "訂單矩陣條目" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "列印變體矩陣" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "產品配置器" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "產品模板" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "銷售訂單" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "銷售變體選擇" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "產品矩陣功能的技術欄位。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"矩陣的技術本機存放區。\n" +"如果grid_update,則將載入到 SO 上。\n" +"如果沒有,則表示要打開的矩陣。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "矩陣欄位是否包含要應用的新矩陣。" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/models/__init__.py b/addons/sale_product_matrix/models/__init__.py new file mode 100644 index 00000000..f2d32ff9 --- /dev/null +++ b/addons/sale_product_matrix/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +from . import sale_order +from . import product_template diff --git a/addons/sale_product_matrix/models/product_template.py b/addons/sale_product_matrix/models/product_template.py new file mode 100644 index 00000000..8440b5b3 --- /dev/null +++ b/addons/sale_product_matrix/models/product_template.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +from odoo import api, models, fields + + +class ProductTemplate(models.Model): + _inherit = 'product.template' + + product_add_mode = fields.Selection([ + ('configurator', 'Product Configurator'), + ('matrix', 'Order Grid Entry'), + ], string='Add product mode', default='configurator', help="Configurator: choose attribute values to add the matching \ + product variant to the order.\nGrid: add several variants at once from the grid of attribute values") + + def get_single_product_variant(self): + res = super(ProductTemplate, self).get_single_product_variant() + if self.has_configurable_attributes: + res['mode'] = self.product_add_mode + else: + res['mode'] = 'configurator' + return res diff --git a/addons/sale_product_matrix/models/sale_order.py b/addons/sale_product_matrix/models/sale_order.py new file mode 100644 index 00000000..6ce55c5d --- /dev/null +++ b/addons/sale_product_matrix/models/sale_order.py @@ -0,0 +1,164 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +import json +from odoo import api, fields, models, _ +from odoo.exceptions import ValidationError + + +class SaleOrder(models.Model): + _inherit = 'sale.order' + + report_grids = fields.Boolean( + string="Print Variant Grids", default=True, + help="If set, the matrix of the products configurable by matrix will be shown on the report of the order.") + + """ Matrix loading and update: fields and methods : + + NOTE: The matrix functionality was done in python, server side, to avoid js + restriction. Indeed, the js framework only loads the x first lines displayed + in the client, which means in case of big matrices and lots of so_lines, + the js doesn't have access to the 41nth and following lines. + + To force the loading, a 'hack' of the js framework would have been needed... + """ + + grid_product_tmpl_id = fields.Many2one( + 'product.template', store=False, + help="Technical field for product_matrix functionalities.") + grid_update = fields.Boolean( + default=False, store=False, + help="Whether the grid field contains a new matrix to apply or not.") + grid = fields.Char( + "Matrix local storage", store=False, + help="Technical local storage of grid. \nIf grid_update, will be loaded on the SO. \nIf not, represents the matrix to open.") + + @api.onchange('grid_product_tmpl_id') + def _set_grid_up(self): + """Save locally the matrix of the given product.template, to be used by the matrix configurator.""" + if self.grid_product_tmpl_id: + self.grid_update = False + self.grid = json.dumps(self._get_matrix(self.grid_product_tmpl_id)) + + @api.onchange('grid') + def _apply_grid(self): + """Apply the given list of changed matrix cells to the current SO.""" + if self.grid and self.grid_update: + grid = json.loads(self.grid) + product_template = self.env['product.template'].browse(grid['product_template_id']) + dirty_cells = grid['changes'] + Attrib = self.env['product.template.attribute.value'] + default_so_line_vals = {} + new_lines = [] + for cell in dirty_cells: + combination = Attrib.browse(cell['ptav_ids']) + no_variant_attribute_values = combination - combination._without_no_variant_attributes() + + # create or find product variant from combination + product = product_template._create_product_variant(combination) + order_lines = self.order_line.filtered( + lambda line: line.product_id.id == product.id + and line.product_no_variant_attribute_value_ids.ids == no_variant_attribute_values.ids + ) + + # if product variant already exist in order lines + old_qty = sum(order_lines.mapped('product_uom_qty')) + qty = cell['qty'] + diff = qty - old_qty + # TODO keep qty check? cannot be 0 because we only get cell changes ... + if diff and order_lines: + if qty == 0: + if self.state in ['draft', 'sent']: + # Remove lines if qty was set to 0 in matrix + # only if SO state = draft/sent + self.order_line -= order_lines + else: + order_lines.update({'product_uom_qty': 0.0}) + else: + """ + When there are multiple lines for same product and its quantity was changed in the matrix, + An error is raised. + + A 'good' strategy would be to: + * Sets the quantity of the first found line to the cell value + * Remove the other lines. + + But this would remove all business logic linked to the other lines... + Therefore, it only raises an Error for now. + """ + if len(order_lines) > 1: + raise ValidationError(_("You cannot change the quantity of a product present in multiple sale lines.")) + else: + order_lines[0].product_uom_qty = qty + # If we want to support multiple lines edition: + # removal of other lines. + # For now, an error is raised instead + # if len(order_lines) > 1: + # # Remove 1+ lines + # self.order_line -= order_lines[1:] + elif diff and not order_lines: + if not default_so_line_vals: + OrderLine = self.env['sale.order.line'] + default_so_line_vals = OrderLine.default_get(OrderLine._fields.keys()) + last_sequence = self.order_line[-1:].sequence + if last_sequence: + default_so_line_vals['sequence'] = last_sequence + new_lines.append((0, 0, dict( + default_so_line_vals, + product_id=product.id, + product_uom_qty=qty, + product_no_variant_attribute_value_ids=no_variant_attribute_values.ids) + )) + if new_lines: + res = False + self.update(dict(order_line=new_lines)) + for line in self.order_line.filtered(lambda line: line.product_template_id == product_template): + res = line.product_id_change() or res + line._onchange_discount() + line._onchange_product_id_set_customer_lead() + return res + + def _get_matrix(self, product_template): + """Return the matrix of the given product, updated with current SOLines quantities. + + :param product.template product_template: + :return: matrix to display + :rtype dict: + """ + def has_ptavs(line, sorted_attr_ids): + # TODO instead of sorting on ids, use odoo-defined order for matrix ? + ptav = line.product_template_attribute_value_ids.ids + pnav = line.product_no_variant_attribute_value_ids.ids + pav = pnav + ptav + pav.sort() + return pav == sorted_attr_ids + matrix = product_template._get_template_matrix( + company_id=self.company_id, + currency_id=self.currency_id, + display_extra_price=True) + if self.order_line: + lines = matrix['matrix'] + order_lines = self.order_line.filtered(lambda line: line.product_template_id == product_template) + for line in lines: + for cell in line: + if not cell.get('name', False): + line = order_lines.filtered(lambda line: has_ptavs(line, cell['ptav_ids'])) + if line: + cell.update({ + 'qty': sum(line.mapped('product_uom_qty')) + }) + return matrix + + def get_report_matrixes(self): + """Reporting method. + + :return: array of matrices to display in the report + :rtype: list + """ + matrixes = [] + if self.report_grids: + grid_configured_templates = self.order_line.filtered('is_configurable_product').product_template_id.filtered(lambda ptmpl: ptmpl.product_add_mode == 'matrix') + for template in grid_configured_templates: + if len(self.order_line.filtered(lambda line: line.product_template_id == template)) > 1: + # TODO do we really want the whole matrix even if there isn't a lot of lines ?? + matrixes.append(self._get_matrix(template)) + return matrixes diff --git a/addons/sale_product_matrix/report/sale_report_templates.xml b/addons/sale_product_matrix/report/sale_report_templates.xml new file mode 100644 index 00000000..c419c442 --- /dev/null +++ b/addons/sale_product_matrix/report/sale_report_templates.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <template id="grid_report_saleorder_inherit" inherit_id="sale.report_saleorder_document"> + <xpath expr="//table[hasclass('o_main_table')]" position="before"> + <t t-call="product_matrix.matrix"> + <t t-set="order" t-value="doc"/> + </t> + </xpath> + </template> +</odoo> diff --git a/addons/sale_product_matrix/static/src/js/product_matrix_configurator.js b/addons/sale_product_matrix/static/src/js/product_matrix_configurator.js new file mode 100644 index 00000000..7ea00210 --- /dev/null +++ b/addons/sale_product_matrix/static/src/js/product_matrix_configurator.js @@ -0,0 +1,97 @@ +odoo.define('sale_product_matrix.product_configurator', function (require) { +var ProductConfiguratorWidget = require('sale_product_configurator.product_configurator'); + +/** + * Extension of the ProductConfiguratorWidget to support product configuration + * as variant batches to add to the SO.. + * It opens when a configurable product_template is set + * (multiple variants, or custom attributes) + * and its configuration mode is matrix. + * + */ +ProductConfiguratorWidget.include({ + + /** + * @override + */ + _openConfigurator: function (result, productTemplateId, dataPointId) { + var self = this; + var mode = result.mode; + this._super.apply(this, arguments).then(function (configuratorOpened) { + if (!configuratorOpened && mode === 'matrix') { + self._openGridConfigurator(productTemplateId, dataPointId); + return Promise.resolve(true); + } + return Promise.resolve(configuratorOpened); + }); + }, + + _openGridConfigurator: function (productTemplateId, dataPointId, edit) { + var attribs = edit ? this._getPTAVS() : []; + this.trigger_up('open_matrix', { + product_template_id: productTemplateId, + model: 'sale.order', + dataPointId: dataPointId, + edit: edit, + editedCellAttributes: attribs, + }); + }, + + _onEditProductConfiguration: function () { + if (!this.recordData.is_configurable_product) { + // if line should be edited by another configurator + // or simply inline. + this._super.apply(this, arguments); + return; + } + var self = this; + var productTemplateId = this.recordData.product_template_id.data.id; + this._rpc({ + model: 'product.template', + method: 'read', + args: [productTemplateId, ['product_add_mode']], + }).then(function (result) { + if (result && result[0].product_add_mode === 'matrix') { + self._openGridConfigurator(productTemplateId, self.dataPointID, true); + } else { + // Call super only if product_add_mode different than matrix + // to avoid product configurator opening (which is the default case). + self._openProductConfigurator({ + configuratorMode: 'edit', + default_product_template_id: self.recordData.product_template_id.data.id, + default_pricelist_id: self._getPricelistId(), + default_product_template_attribute_value_ids: self._convertFromMany2Many( + self.recordData.product_template_attribute_value_ids + ), + default_product_no_variant_attribute_value_ids: self._convertFromMany2Many( + self.recordData.product_no_variant_attribute_value_ids + ), + default_product_custom_attribute_value_ids: self._convertFromOne2Many( + self.recordData.product_custom_attribute_value_ids + ), + default_quantity: self.recordData.product_uom_qty + }, + self.dataPointID + ); + } + }); + }, + + /** + * Returns the list of attribute ids (product.template.attribute.value) + * from the current SOLine. + */ + _getPTAVS: function () { + var PTAVSIDS = []; + _.each(this.recordData.product_no_variant_attribute_value_ids.res_ids, function (id) { + PTAVSIDS.push(id); + }); + _.each(this.recordData.product_template_attribute_value_ids.res_ids, function (id) { + PTAVSIDS.push(id); + }); + return PTAVSIDS.sort(function (a, b) {return a - b;}); + } + +}); + +}); diff --git a/addons/sale_product_matrix/static/tests/section_and_note_widget_tests.js b/addons/sale_product_matrix/static/tests/section_and_note_widget_tests.js new file mode 100644 index 00000000..939fa2e8 --- /dev/null +++ b/addons/sale_product_matrix/static/tests/section_and_note_widget_tests.js @@ -0,0 +1,106 @@ +odoo.define('sale_product_matrix.section_and_note_widget_tests', function (require) { +"use strict"; + +var FormView = require('web.FormView'); +var testUtils = require('web.test_utils'); +var createView = testUtils.createView; + +QUnit.module('section_and_note: sale_product_matrix', { + beforeEach: function () { + this.data = { + sale_order: { + fields: { + order_line_ids: { + string: "Lines", + type: 'one2many', + relation: 'order_line', + relation_field: 'order_id', + }, + grid: {string: "Grid", type: 'char'}, + }, + }, + order_line: { + fields: { + order_id: {string: "Invoice", type: 'many2one', relation: 'invoice'}, + product_template_id: {string: "Product", type: 'many2one', relation: 'product'}, + }, + }, + product: { + fields: { + name: {string: "Name", type: 'char'}, + }, + records: [ + {id: 1, name: 'A configurable product'}, + ], + }, + }; + + this.grid = JSON.stringify({ + header: [{name: "My Company Tshirt (GRID)"}, {name: "M"}, {name: "L"}], + matrix: [[ + {name: "Men"}, + {ptav_ids: [10, 13], qty: 0, is_possible_combination: true}, + {ptav_ids: [11, 13], qty: 0, is_possible_combination: true}, + ], [ + {name: "Women"}, + {ptav_ids: [10, 14], qty: 0, is_possible_combination: true}, + {ptav_ids: [11, 14], qty: 0, is_possible_combination: true}, + ]], + }); + }, +}, function () { + QUnit.test('can configure a product with the matrix', async function (assert) { + assert.expect(4); + + this.data.sale_order.onchanges = { + order_line_ids: obj => { + obj.grid = this.grid; + }, + grid: () => {}, + }; + var form = await createView({ + View: FormView, + model: 'sale_order', + data: this.data, + arch: `<form> + <field name="grid" invisible="1"/> + <field name="order_line_ids" widget="section_and_note_one2many"> + <tree editable="bottom"> + <field name="product_template_id" widget="product_configurator"/> + </tree> + </field> + </form>`, + mockRPC: function (route, args) { + if (args.method === 'onchange' && args.args[2] === 'grid') { + // should trigger an onchange on the grid field and let the + // business logic create rows according to the matrix content + assert.deepEqual(args.args[1].grid, JSON.stringify({ + changes: [{qty: 2, ptav_ids: [10, 13]}, {qty: 3, ptav_ids: [11, 14]}], + product_template_id: 1, + })); + } + if (args.method === 'get_single_product_variant') { + assert.strictEqual(args.args[0], 1); + return Promise.resolve({mode: 'matrix'}); + } + return this._super.apply(this, arguments); + }, + }); + + await testUtils.dom.click('.o_field_x2many_list_row_add a'); + await testUtils.fields.many2one.searchAndClickItem("product_template_id", {item: 'configurable'}); + + assert.containsOnce(document.body, '.modal .o_product_variant_matrix'); + const $matrix = $('.modal .o_product_variant_matrix'); + assert.strictEqual($matrix.text().replace(/[\n\r\s\u00a0]+/g, ' '), + ' My Company Tshirt (GRID) M L Men Women '); + + // select 2 M-Men and 3 L-Women + await testUtils.fields.editInput($matrix.find('.o_matrix_input[ptav_ids="10,13"]'), '2'); + await testUtils.fields.editInput($matrix.find('.o_matrix_input[ptav_ids="11,14"]'), '3'); + await testUtils.dom.click($('.modal .modal-footer .btn-primary')); + + form.destroy(); + }); +}); +}); diff --git a/addons/sale_product_matrix/static/tests/tours/sale_product_matrix_tour.js b/addons/sale_product_matrix/static/tests/tours/sale_product_matrix_tour.js new file mode 100644 index 00000000..c0158763 --- /dev/null +++ b/addons/sale_product_matrix/static/tests/tours/sale_product_matrix_tour.js @@ -0,0 +1,143 @@ +odoo.define('sale_product_matrix.sale_matrix_tour', function (require) { +"use strict"; + +var tour = require('web_tour.tour'); + +tour.register('sale_matrix_tour', { + url: "/web", + test: true, +}, [tour.stepUtils.showAppsMenuItem(), { + trigger: '.o_app[data-menu-xmlid="sale.sale_menu_root"]', +}, { + trigger: ".o_list_button_add", + extra_trigger: ".o_sale_order" +}, { + trigger: "a:contains('Add a product')" +}, { + trigger: 'div[name="product_template_id"] input', + run: function () { + var $input = $('div[name="product_template_id"] input'); + $input.click(); + $input.val('Matrix'); + var keyDownEvent = jQuery.Event("keydown"); + keyDownEvent.which = 42; + $input.trigger(keyDownEvent); + } +}, { + trigger: 'ul.ui-autocomplete a:contains("Matrix")', + run: 'click' +}, { + trigger: '.o_product_variant_matrix', + run: function () { + // fill the whole matrix with 1's + $('.o_matrix_input').val(1); + } +}, { + trigger: 'span:contains("Confirm")', + run: 'click' +}, { + trigger: 'span:contains("Matrix (PAV11, PAV22, PAV31)\n\nPA4: PAV41")', + extra_trigger: '.o_form_editable', + run: 'click' +}, { + trigger: '.o_edit_product_configuration', + run: 'click' // edit the matrix +}, { + trigger: '.o_product_variant_matrix', + run: function () { + // set all qties to 3 + $('.o_matrix_input').val(3); + } +}, { + trigger: 'span:contains("Confirm")', + run: 'click' // apply the matrix +}, { + trigger: 'span:contains("Matrix (PAV11, PAV22, PAV31)\n\nPA4: PAV41")', + extra_trigger: '.o_form_editable', + run: 'click' +}, { + trigger: '.o_edit_product_configuration', + run: 'click' // edit the matrix +}, { + trigger: '.o_product_variant_matrix', + run: function () { + // reset all qties to 1 + $('.o_matrix_input').val(1); + } +}, { + trigger: 'span:contains("Confirm")', + run: 'click' // apply the matrix +}, { + trigger: ".o_form_editable .o_field_many2one[name='partner_id'] input", + extra_trigger: ".o_sale_order", + run: 'text Agrolait' +}, { + trigger: ".ui-menu-item > a", + auto: true, + in_modal: false, +}, { + trigger: '.o_form_button_save:contains("Save")', + run: 'click' // SAVE Sales Order. +}, +// Open the matrix through the pencil button next to the product in line edit mode. +{ + trigger: '.o_form_button_edit:contains("Edit")', + run: 'click' // Edit Sales Order. +}, { + trigger: 'span:contains("Matrix (PAV11, PAV22, PAV31)\n\nPA4: PAV41")', + extra_trigger: '.o_form_editable', + run: 'click' +}, { + trigger: '.o_edit_product_configuration', + run: 'click' // edit the matrix +}, { + trigger: '.o_product_variant_matrix', + run: function () { + // update some of the matrix values. + $('.o_matrix_input').slice(8, 16).val(4); + } // set the qty to 4 for half of the matrix products. +}, { + trigger: 'span:contains("Confirm")', + run: 'click' // apply the matrix +}, { + trigger: '.o_form_button_save:contains("Save")', + extra_trigger: '.o_field_cell.o_data_cell.o_list_number:contains("4.00")', + run: 'click' // SAVE Sales Order, after matrix has been applied (extra_trigger). +}, { + trigger: '.o_form_button_edit:contains("Edit")', + run: 'click' // Edit Sales Order. +}, +// Ensures the matrix is opened with the values, when adding the same product. +{ + trigger: "a:contains('Add a product')" +}, { + trigger: 'div[name="product_template_id"] input', + run: function () { + var $input = $('div[name="product_template_id"] input'); + $input.click(); + $input.val('Matrix'); + var keyDownEvent = jQuery.Event("keydown"); + keyDownEvent.which = 42; + $input.trigger(keyDownEvent); + } +}, { + trigger: 'ul.ui-autocomplete a:contains("Matrix")', + run: 'click' +}, { + trigger: "input[value='4']", + run: function () { + // update some values of the matrix + $("input[value='4']").slice(0, 4).val(8.2); + } +}, { + trigger: 'span:contains("Confirm")', + run: 'click' // apply the matrix +}, { + trigger: '.o_form_button_save:contains("Save")', + extra_trigger: '.o_field_cell.o_data_cell.o_list_number:contains("8.20")', + run: 'click' // SAVE Sales Order, after matrix has been applied (extra_trigger). +}, +]); + + +}); diff --git a/addons/sale_product_matrix/tests/__init__.py b/addons/sale_product_matrix/tests/__init__.py new file mode 100644 index 00000000..943bad6e --- /dev/null +++ b/addons/sale_product_matrix/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_sale_matrix diff --git a/addons/sale_product_matrix/tests/test_sale_matrix.py b/addons/sale_product_matrix/tests/test_sale_matrix.py new file mode 100644 index 00000000..513c6742 --- /dev/null +++ b/addons/sale_product_matrix/tests/test_sale_matrix.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import odoo.tests +from odoo.addons.product_matrix.tests import common + + +@odoo.tests.tagged('post_install', '-at_install') +class TestSaleMatrixUi(common.TestMatrixCommon): + + """ + This test needs sale_management module to work. + """ + + def test_sale_matrix_ui(self): + # Set the template as configurable by matrix. + self.matrix_template.product_add_mode = "matrix" + + self.start_tour("/web", 'sale_matrix_tour', login="admin") + + # Ensures some dynamic create variants have been created by the matrix + # Ensures a SO has been created with exactly x lines ... + + self.assertEqual(len(self.matrix_template.product_variant_ids), 8) + self.assertEqual(len(self.matrix_template.product_variant_ids.product_template_attribute_value_ids), 6) + self.assertEqual(len(self.matrix_template.attribute_line_ids.product_template_value_ids), 8) + self.env['sale.order.line'].search([('product_id', 'in', self.matrix_template.product_variant_ids.ids)]).order_id.action_confirm() + + self.matrix_template.flush() + self.assertEqual(round(self.matrix_template.sales_count, 2), 56.8) + for variant in self.matrix_template.product_variant_ids: + # 5 and 9.2 because of no variant attributes + self.assertIn(round(variant.sales_count, 2), [5, 9.2]) + + # Ensure no duplicate line has been created on the SO. + # NB: the *2 is because the no_variant attribute doesn't create a variant + # but still gives different order lines. + self.assertEqual( + len(self.env['sale.order.line'].search([('product_id', 'in', self.matrix_template.product_variant_ids.ids)])), + len(self.matrix_template.product_variant_ids)*2 + ) diff --git a/addons/sale_product_matrix/views/assets.xml b/addons/sale_product_matrix/views/assets.xml new file mode 100644 index 00000000..bd2c9998 --- /dev/null +++ b/addons/sale_product_matrix/views/assets.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <template id="assets_backend_inherit_sale" inherit_id="web.assets_backend" name="Sale Grid assets"> + <xpath expr="script[last()]" position="after"> + <script type="text/javascript" src="/sale_product_matrix/static/src/js/product_matrix_configurator.js"/> + </xpath> + </template> + + <template id="qunit_suite" name="sale_product_matrix tests" inherit_id="web.qunit_suite_tests"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/sale_product_matrix/static/tests/section_and_note_widget_tests.js"></script> + </xpath> + </template> + + <template id="assets_tests" name="Sale Product Matrix Assets Tests" inherit_id="web.assets_tests"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/sale_product_matrix/static/tests/tours/sale_product_matrix_tour.js"/> + </xpath> + </template> +</odoo> diff --git a/addons/sale_product_matrix/views/product_template_views.xml b/addons/sale_product_matrix/views/product_template_views.xml new file mode 100644 index 00000000..58b85e85 --- /dev/null +++ b/addons/sale_product_matrix/views/product_template_views.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="product_template_grid_view_form" model="ir.ui.view"> + <field name="name">product.template.form.inherit.sale.product.matrix</field> + <field name="model">product.template</field> + <field name="inherit_id" ref="product.product_template_only_form_view"/> + <field name="arch" type="xml"> + <xpath expr="//page[@name='variants']" position="inside"> + <group name="product_mode" attrs="{'invisible': [('has_configurable_attributes', '=', False)]}"> + <group string="Sales Variant Selection"> + <field name="has_configurable_attributes" invisible="1"/> + <field name="product_add_mode" widget="radio" nolabel="1"/> + </group> + </group> + </xpath> + </field> + </record> + + <record id="product_template_view_form" model="ir.ui.view"> + <field name="name">product.template.form.inherit</field> + <field name="model">product.template</field> + <field name="inherit_id" ref="sale_product_configurator.product_template_view_form"/> + <field name="arch" type="xml"> + <xpath expr="//group[@name='options']" position="inside"> + <field name="product_add_mode" widget="radio" invisible="1"/> + <!-- + Field is only needed as invisible on product variants view + --> + </xpath> + <xpath expr="//group[@name='options']" position="attributes"> + <!-- HIDE optional products many2many when product is added through the grid to SOLines --> + <attribute name="attrs">{'invisible': [('product_add_mode', '=', 'grid')]}</attribute> + </xpath> + </field> + </record> +</odoo> diff --git a/addons/sale_product_matrix/views/sale_views.xml b/addons/sale_product_matrix/views/sale_views.xml new file mode 100644 index 00000000..1dc4f422 --- /dev/null +++ b/addons/sale_product_matrix/views/sale_views.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo> + <record id="view_order_form_with_variant_grid" model="ir.ui.view"> + <field name="name">sale.order.line.variant.grid</field> + <field name="model">sale.order</field> + <field name="inherit_id" ref="sale.view_order_form"/> + <field name="arch" type="xml"> + <field name="partner_id" position="after"> + <!-- Technical non stored fields for Order Grid Entry --> + <field name="grid" invisible="1"/> + <field name="grid_product_tmpl_id" invisible="1"/> + <field name="grid_update" invisible="1"/> + </field> + <xpath expr="//notebook//group[@name='sales_person']" position="inside"> + <field name="report_grids" groups="base.group_no_one"/> + </xpath> + </field> + </record> +</odoo> |
