diff --git a/sale_product_set/README.rst b/sale_product_set/README.rst new file mode 100644 index 00000000000..562b977dd4a --- /dev/null +++ b/sale_product_set/README.rst @@ -0,0 +1,127 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +================= +Sales product set +================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:2f7beee55c7bf24a53bdf20c9eaa6dec4098d084c0bdb197a8b3702fae33e2a1 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github + :target: https://github.com/OCA/sale-workflow/tree/19.0/sale_product_set + :alt: OCA/sale-workflow +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/sale-workflow-19-0/sale-workflow-19-0-sale_product_set + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +A **product set** is a list of products which end customers aren't +aware, this list is defined by sales manager. + +This module aims to load a product set in a sales order though a wizard. +The product set is a list of products and quantities that gets inserted +as separate sales order lines. + +After a *product set* is added to the sales order, each line can be +updated or removed as any other sales order lines. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +- Define a *product set* as sales manager: + + - choose products + - for each product, define a quantity. + - for each product (if Discounts setting is active), define a discount + or leave default value + - Sort *set* lines, this order will be the default when added into the + quotation + +- Then you can remove or update added lines as any other sales order + lines. + +|Sale order| + +.. |Sale order| image:: https://raw.githubusercontent.com/sale_product_set/static/description/sale_order.png + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Anybox + +Contributors +------------ + +- Clovis Nzouendjou +- Pierre Verkest +- Denis Leemann +- Simone Orsi +- Souheil Bejaoui +- Adria Gil Sorribes +- Phuc (Tran Thanh) +- Manuel Regidor +- `Tecnativa `__: + + - Pilar Vargas + - Juan Carlos Oñate + +- Nils Coenen + +Other credits +------------- + +The development of this module has been financially supported by: + +- Camptocamp + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/sale-workflow `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_product_set/__init__.py b/sale_product_set/__init__.py new file mode 100644 index 00000000000..9b4296142f4 --- /dev/null +++ b/sale_product_set/__init__.py @@ -0,0 +1,2 @@ +from . import models +from . import wizard diff --git a/sale_product_set/__manifest__.py b/sale_product_set/__manifest__.py new file mode 100644 index 00000000000..8ab65ba8f0d --- /dev/null +++ b/sale_product_set/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2015 Anybox +# Copyright 2018 Camptocamp, ACSONE SA/NV +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Sales product set", + "category": "Sales", + "license": "AGPL-3", + "author": "Anybox, Odoo Community Association (OCA)", + "version": "19.0.1.0.0", + "website": "https://github.com/OCA/sale-workflow", + "depends": ["sale", "sale_management", "product_set"], + "data": [ + "security/ir.model.access.csv", + "views/product_set.xml", + "views/product_set_line.xml", + "wizard/sale_product_set_wizard_view.xml", + "views/sale_order.xml", + "views/res_config_settings.xml", + ], + "demo": ["demo/product_set_line.xml"], + "installable": True, +} diff --git a/sale_product_set/demo/product_set_line.xml b/sale_product_set/demo/product_set_line.xml new file mode 100644 index 00000000000..4d163eb8909 --- /dev/null +++ b/sale_product_set/demo/product_set_line.xml @@ -0,0 +1,9 @@ + + + + 25 + + + 50 + + diff --git a/sale_product_set/i18n/am.po b/sale_product_set/i18n/am.po new file mode 100644 index 00000000000..54bc4a92c39 --- /dev/null +++ b/sale_product_set/i18n/am.po @@ -0,0 +1,150 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" diff --git a/sale_product_set/i18n/ar.po b/sale_product_set/i18n/ar.po new file mode 100644 index 00000000000..61daf041119 --- /dev/null +++ b/sale_product_set/i18n/ar.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "المعرف" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "آخر تعديل في" + +#~ msgid "Name" +#~ msgstr "الاسم" diff --git a/sale_product_set/i18n/bg.po b/sale_product_set/i18n/bg.po new file mode 100644 index 00000000000..1bc676cfebe --- /dev/null +++ b/sale_product_set/i18n/bg.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Последно променено на" + +#~ msgid "Name" +#~ msgstr "Име" diff --git a/sale_product_set/i18n/bs.po b/sale_product_set/i18n/bs.po new file mode 100644 index 00000000000..7933b32f54f --- /dev/null +++ b/sale_product_set/i18n/bs.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnje mijenjano" + +#~ msgid "Name" +#~ msgstr "Ime" diff --git a/sale_product_set/i18n/ca.po b/sale_product_set/i18n/ca.po new file mode 100644 index 00000000000..17ae08c56ad --- /dev/null +++ b/sale_product_set/i18n/ca.po @@ -0,0 +1,201 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-08 00:49+0000\n" +"PO-Revision-Date: 2021-02-23 17:45+0000\n" +"Last-Translator: Daniel Martinez Vila \n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Afegeix conjunt" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Afegeix el conjunt a la comanda de venda" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Afegir conjunt en línia d'ordre de venda" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Cancel·lar" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Client" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Descompte (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Mostrar Nom" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Habiliteu aquesta opció per no afegir línies noves per als productes que ja " +"s'inclouen a les línies SO." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Conjunt de productes" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Línia de productes" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Línies de productes" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Quantitat" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Comanda de venda" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Omet Productes Existents" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Model d'assistent per afegir el conjunt de productes a una cotització" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Podeu utilitzar una comanda de venda assignada només als socis següents: {}" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificació el" + +#~ msgid "Active" +#~ msgstr "Actiu" + +#~ msgid "Company" +#~ msgstr "Companyia" + +#~ msgid "Internal Reference" +#~ msgstr "Referència interna" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Partner" +#~ msgstr "Soci" + +#~ msgid "Product" +#~ msgstr "Producte" + +#~ msgid "Product set internal reference" +#~ msgstr "Referència interna de conjunt de productes" + +#~ msgid "Product set name" +#~ msgstr "Nom del conjunt de producte" + +#~ msgid "Products" +#~ msgstr "Productes" + +#~ msgid "Sequence" +#~ msgstr "Seqüència" + +#~ msgid "Set" +#~ msgstr "Conjunt" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Podeu adjuntar el conjunt a un soci o a ningú. Si no n'especifiqueu cap, " +#~ "estarà disponible per a tots ells." + +#~ msgid "Select a product set assigned to the same partner of the order." +#~ msgstr "" +#~ "Seleccioneu un conjunt de productes assignat al mateix soci de la comanda." diff --git a/sale_product_set/i18n/cs.po b/sale_product_set/i18n/cs.po new file mode 100644 index 00000000000..1e49f43aeab --- /dev/null +++ b/sale_product_set/i18n/cs.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Naposled upraveno" + +#~ msgid "Name" +#~ msgstr "Název" diff --git a/sale_product_set/i18n/da.po b/sale_product_set/i18n/da.po new file mode 100644 index 00000000000..a61b1d323f5 --- /dev/null +++ b/sale_product_set/i18n/da.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "Id" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Sidst ændret den" + +#~ msgid "Name" +#~ msgstr "Navn" diff --git a/sale_product_set/i18n/de.po b/sale_product_set/i18n/de.po new file mode 100644 index 00000000000..cb203be50cf --- /dev/null +++ b/sale_product_set/i18n/de.po @@ -0,0 +1,203 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2024-03-27 16:36+0000\n" +"Last-Translator: Nils Coenen \n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "Zeile hinzufügen" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "Notiz hinzufügen" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "Abschnitt hinzufügen" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Produktset hinzufügen" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Produktset im Verkaufsauftrag hinzufügen" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Produktset als Auftragszeilen hinzufügen" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "Produktset zum Verkaufsauftrag hinzufügen" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Abbrechen" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Kunde" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Rabatt (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Wenn das Häkchen gesetzt ist, werden die Produkte, die bereits im Auftrag " +"enthalten sind, nicht neu hinzugefügt." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Produktset" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Produktset-Position" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Produktset-Positionen" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Menge" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Verkaufsauftrag" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Existierende Produkte überspringen" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Assistent zum Hinzufügen eines Produktsets zu einem Angebot" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Es kann nur ein Verkaufsauftrag verwendet werden, der den/m folgenden " +"Partner(n) zugeordnet ist: {}" + +#~ msgid "Last Modified on" +#~ msgstr "Zuletzt geändert am" + +#~ msgid "Active" +#~ msgstr "Aktiv" + +#~ msgid "Company" +#~ msgstr "Unternehmen" + +#~ msgid "Internal Reference" +#~ msgstr "Interne Referenz" + +#~ msgid "Name" +#~ msgstr "Bezeichnung" + +#~ msgid "Partner" +#~ msgstr "Partner" + +#~ msgid "Product" +#~ msgstr "Produkt" + +#~ msgid "Product set internal reference" +#~ msgstr "" +#~ "Dies ist die interne Referenz des Produktsets, z.B. eine Produktset-" +#~ "Nummer." + +#~ msgid "Product set name" +#~ msgstr "Dies ist der Name des Produktssets." + +#~ msgid "Products" +#~ msgstr "Produkte" + +#~ msgid "Sequence" +#~ msgstr "Sequenz" + +#~ msgid "Set" +#~ msgstr "Produktset" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Das Produktset kann einem Partner oder niemandem zugeordnet werden. Wenn " +#~ "kein Partner definiert wird, ist das Produktset für alle verwendbar." + +#~ msgid "Product Set Line" +#~ msgstr "Produktset-Position" diff --git a/sale_product_set/i18n/el_GR.po b/sale_product_set/i18n/el_GR.po new file mode 100644 index 00000000000..b02d620356d --- /dev/null +++ b/sale_product_set/i18n/el_GR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-08 00:49+0000\n" +"PO-Revision-Date: 2017-07-08 00:49+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "Κωδικός" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Ονομασία" diff --git a/sale_product_set/i18n/en_GB.po b/sale_product_set/i18n/en_GB.po new file mode 100644 index 00000000000..b97d53edd19 --- /dev/null +++ b/sale_product_set/i18n/en_GB.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Created on" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Last Modified on" + +#~ msgid "Name" +#~ msgstr "Name" diff --git a/sale_product_set/i18n/es.po b/sale_product_set/i18n/es.po new file mode 100644 index 00000000000..223dc15f535 --- /dev/null +++ b/sale_product_set/i18n/es.po @@ -0,0 +1,202 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2023-12-18 20:10+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "Añadir una línea" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "Añadir Una Nota" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "Añadir Una Sección" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Añadir conjunto" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Añadir conjunto en el pedido de ventas" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Añadir conjunto en la línea de pedido de ventas" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "Añadir conjunto a la orden de venta" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Descuento (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Habilite esto para no agregar nuevas líneas para productos ya incluidos en " +"las líneas SO." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Conjunto de productos" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Línea de conjunto de productos" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Líneas de conjunto de productos" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Cantidad" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Pedido de venta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Saltar productos existentes" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Asistente para añadir un conjunto de productos en un presupuesto" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Puede usar un pedido de venta asignados solo al/los siguiente/s contacto/s: " +"{}" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" + +#~ msgid "Active" +#~ msgstr "Activo" + +#~ msgid "Company" +#~ msgstr "Compañía" + +#~ msgid "Internal Reference" +#~ msgstr "Referencia interna" + +#~ msgid "Name" +#~ msgstr "Nombre" + +#~ msgid "Partner" +#~ msgstr "Contacto" + +#~ msgid "Product" +#~ msgstr "Producto" + +#~ msgid "Product set internal reference" +#~ msgstr "Establece referencia interna producto" + +#~ msgid "Product set name" +#~ msgstr "Nombre del conjunto de productos" + +#~ msgid "Products" +#~ msgstr "Productos" + +#~ msgid "Sequence" +#~ msgstr "Secuencia" + +#~ msgid "Set" +#~ msgstr "Conjunto" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Puede adjuntar el conjunto a un contacto específico o a nadie. Si no " +#~ "especifica ninguno, estará disponible para todos ellos." + +#~ msgid "Select a product set assigned to the same partner of the order." +#~ msgstr "" +#~ "Seleccione un conjunto de productos asignado al mismo socio del pedido." diff --git a/sale_product_set/i18n/es_AR.po b/sale_product_set/i18n/es_AR.po new file mode 100644 index 00000000000..060626f5ea7 --- /dev/null +++ b/sale_product_set/i18n/es_AR.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_CL.po b/sale_product_set/i18n/es_CL.po new file mode 100644 index 00000000000..9afe928b5f9 --- /dev/null +++ b/sale_product_set/i18n/es_CL.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_CO.po b/sale_product_set/i18n/es_CO.po new file mode 100644 index 00000000000..0bff325247d --- /dev/null +++ b/sale_product_set/i18n/es_CO.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última Modificación el" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_CR.po b/sale_product_set/i18n/es_CR.po new file mode 100644 index 00000000000..d17a08a9e17 --- /dev/null +++ b/sale_product_set/i18n/es_CR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_DO.po b/sale_product_set/i18n/es_DO.po new file mode 100644 index 00000000000..ca945d52707 --- /dev/null +++ b/sale_product_set/i18n/es_DO.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_EC.po b/sale_product_set/i18n/es_EC.po new file mode 100644 index 00000000000..a26a8691354 --- /dev/null +++ b/sale_product_set/i18n/es_EC.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_ES.po b/sale_product_set/i18n/es_ES.po new file mode 100644 index 00000000000..1fd9e34ec5a --- /dev/null +++ b/sale_product_set/i18n/es_ES.po @@ -0,0 +1,151 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" diff --git a/sale_product_set/i18n/es_MX.po b/sale_product_set/i18n/es_MX.po new file mode 100644 index 00000000000..a9fa27d87a3 --- /dev/null +++ b/sale_product_set/i18n/es_MX.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modificacion realizada" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_PE.po b/sale_product_set/i18n/es_PE.po new file mode 100644 index 00000000000..507b404d369 --- /dev/null +++ b/sale_product_set/i18n/es_PE.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima Modificación en" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_PY.po b/sale_product_set/i18n/es_PY.po new file mode 100644 index 00000000000..4294da1cc70 --- /dev/null +++ b/sale_product_set/i18n/es_PY.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/es_VE.po b/sale_product_set/i18n/es_VE.po new file mode 100644 index 00000000000..66ada098349 --- /dev/null +++ b/sale_product_set/i18n/es_VE.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Modificada por última vez" + +#~ msgid "Name" +#~ msgstr "Nombre" diff --git a/sale_product_set/i18n/et.po b/sale_product_set/i18n/et.po new file mode 100644 index 00000000000..27dcb207f80 --- /dev/null +++ b/sale_product_set/i18n/et.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Viimati muudetud" + +#~ msgid "Name" +#~ msgstr "Nimi" diff --git a/sale_product_set/i18n/eu.po b/sale_product_set/i18n/eu.po new file mode 100644 index 00000000000..8297ed61025 --- /dev/null +++ b/sale_product_set/i18n/eu.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Created on" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Izena" diff --git a/sale_product_set/i18n/fa.po b/sale_product_set/i18n/fa.po new file mode 100644 index 00000000000..166a5e7c928 --- /dev/null +++ b/sale_product_set/i18n/fa.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "شناسه" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "تاریخ آخرین به‌روزرسانی" + +#~ msgid "Name" +#~ msgstr "نام" diff --git a/sale_product_set/i18n/fi.po b/sale_product_set/i18n/fi.po new file mode 100644 index 00000000000..3bdcc8d47af --- /dev/null +++ b/sale_product_set/i18n/fi.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Peruuta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Viimeksi muokattu" + +#~ msgid "Name" +#~ msgstr "Nimi" diff --git a/sale_product_set/i18n/fr.po b/sale_product_set/i18n/fr.po new file mode 100644 index 00000000000..f92e1b0c433 --- /dev/null +++ b/sale_product_set/i18n/fr.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-11-26 11:44+0000\n" +"PO-Revision-Date: 2021-05-14 18:47+0000\n" +"Last-Translator: Yves Le Doeuff \n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Ajout d'un Set" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Ajouter un Set" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Ajout d'un Set au devis" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Client" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Remise (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Activez cette option pour ne pas ajouter de nouvelles lignes pour les " +"produits déjà inclus dans les lignes de commande." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Set de produit" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "ligne du Set" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Lignes du Set" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Quantité" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Commande" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Sauter les produits existants" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Wizard pour ajouter un set dans une offre" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Vous pouvez utiliser un ordre de vente affecté uniquement au(x) " +"partenaire(s) suivant(s) : {}" + +#~ msgid "Last Modified on" +#~ msgstr "Dernière modification le" + +#~ msgid "Active" +#~ msgstr "Actif" + +#~ msgid "Company" +#~ msgstr "Société" + +#~ msgid "Internal Reference" +#~ msgstr "Référence interne" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Partner" +#~ msgstr "Partenaire" + +#~ msgid "Product" +#~ msgstr "Article" + +#~ msgid "Product set internal reference" +#~ msgstr "Référence interne du set de produits" + +#~ msgid "Product set name" +#~ msgstr "Nom du Set" + +#~ msgid "Products" +#~ msgstr "Produits" + +#~ msgid "Sequence" +#~ msgstr "Séquence" + +#~ msgid "Set" +#~ msgstr "Set" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Vous pouvez attacher le set à un partenaire spécifique ou à personne. Si " +#~ "vous n'en précisez pas un, il sera disponible pour tous." diff --git a/sale_product_set/i18n/fr_CA.po b/sale_product_set/i18n/fr_CA.po new file mode 100644 index 00000000000..a8f0ea23d0b --- /dev/null +++ b/sale_product_set/i18n/fr_CA.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "Identifiant" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Nom" diff --git a/sale_product_set/i18n/fr_CH.po b/sale_product_set/i18n/fr_CH.po new file mode 100644 index 00000000000..6b53dc8da51 --- /dev/null +++ b/sale_product_set/i18n/fr_CH.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Dernière modification le" diff --git a/sale_product_set/i18n/fr_FR.po b/sale_product_set/i18n/fr_FR.po new file mode 100644 index 00000000000..65efe2ff4b7 --- /dev/null +++ b/sale_product_set/i18n/fr_FR.po @@ -0,0 +1,195 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2021-04-11 17:46+0000\n" +"Last-Translator: Yves Le Doeuff \n" +"Language-Team: none\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Ajout d'un Set" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Ajouter un Set" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Ajout d'un Set au devis" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Client" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Remise (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Activez cette option pour ne pas ajouter de nouvelles lignes pour les " +"produits déjà inclus dans des lignes de commandes." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Set de produit" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Ligne du Set" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Lignes du Set" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Quantité" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Commande" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Sauter les produits existants" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Wizard pour ajouter un set dans une offre" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Vous pouvez utiliser un ordre de vente affecté uniquement au(x) " +"partenaire(s) suivant(s) : {}" + +#~ msgid "Last Modified on" +#~ msgstr "Dernière modification le" + +#~ msgid "Active" +#~ msgstr "Actif" + +#~ msgid "Company" +#~ msgstr "Société" + +#~ msgid "Internal Reference" +#~ msgstr "Référence interne" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Partner" +#~ msgstr "Partenaire" + +#~ msgid "Product" +#~ msgstr "Article" + +#~ msgid "Product set internal reference" +#~ msgstr "Référence interne du set" + +#~ msgid "Product set name" +#~ msgstr "Nom du Set" + +#~ msgid "Products" +#~ msgstr "Produits" + +#~ msgid "Sequence" +#~ msgstr "Séquence" + +#~ msgid "Set" +#~ msgstr "Set" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Vous pouvez attacher le set à un partenaire spécifique ou à personne. Si " +#~ "vous n'en précisez pas un, il sera disponible pour tous." diff --git a/sale_product_set/i18n/gl.po b/sale_product_set/i18n/gl.po new file mode 100644 index 00000000000..d242340d2f7 --- /dev/null +++ b/sale_product_set/i18n/gl.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Modificado por última vez o" + +#~ msgid "Name" +#~ msgstr "Nome" diff --git a/sale_product_set/i18n/gl_ES.po b/sale_product_set/i18n/gl_ES.po new file mode 100644 index 00000000000..bfb141236a6 --- /dev/null +++ b/sale_product_set/i18n/gl_ES.po @@ -0,0 +1,151 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" diff --git a/sale_product_set/i18n/he.po b/sale_product_set/i18n/he.po new file mode 100644 index 00000000000..4705aa51327 --- /dev/null +++ b/sale_product_set/i18n/he.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "מזהה" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "תאריך שינוי אחרון" + +#~ msgid "Name" +#~ msgstr "שם" diff --git a/sale_product_set/i18n/hr.po b/sale_product_set/i18n/hr.po new file mode 100644 index 00000000000..89908f19854 --- /dev/null +++ b/sale_product_set/i18n/hr.po @@ -0,0 +1,176 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:41+0000\n" +"PO-Revision-Date: 2018-01-16 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Dodaj set" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Dodaj set u ponudu" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Dodaj set u stavku ponude" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Set proizvoda" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Stavka seta proizvoda" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Stavke seta proizvoda" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Količina" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Model čarobnjaka za dodavanje setova u ponudu" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnja promjena" + +#~ msgid "Name" +#~ msgstr "Naziv" + +#~ msgid "Product" +#~ msgstr "Proizvod" + +#, fuzzy +#~ msgid "Product set internal reference" +#~ msgstr "Stavka seta proizvoda" + +#~ msgid "Product set name" +#~ msgstr "Naziv seta proizvoda" + +#~ msgid "Products" +#~ msgstr "Proizvodi" + +#~ msgid "Sequence" +#~ msgstr "Sekvenca" + +#~ msgid "Set" +#~ msgstr "Set" diff --git a/sale_product_set/i18n/hr_HR.po b/sale_product_set/i18n/hr_HR.po new file mode 100644 index 00000000000..fd4090c546a --- /dev/null +++ b/sale_product_set/i18n/hr_HR.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-08 00:49+0000\n" +"PO-Revision-Date: 2017-07-08 00:49+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnje modificirano" + +#~ msgid "Name" +#~ msgstr "Naziv" diff --git a/sale_product_set/i18n/hu.po b/sale_product_set/i18n/hu.po new file mode 100644 index 00000000000..64959cdf9f1 --- /dev/null +++ b/sale_product_set/i18n/hu.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Utolsó frissítés dátuma" + +#~ msgid "Name" +#~ msgstr "Név" diff --git a/sale_product_set/i18n/id.po b/sale_product_set/i18n/id.po new file mode 100644 index 00000000000..88cfd769060 --- /dev/null +++ b/sale_product_set/i18n/id.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Terakhir Dimodifikasi pada" + +#~ msgid "Name" +#~ msgstr "Nama" diff --git a/sale_product_set/i18n/it.po b/sale_product_set/i18n/it.po new file mode 100644 index 00000000000..d05d905f314 --- /dev/null +++ b/sale_product_set/i18n/it.po @@ -0,0 +1,170 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2024-08-20 09:58+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.6.2\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "Aggiungi una riga" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "Aggiungi una nota" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "Aggiungi una sezione" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Aggiungi set" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Aggiungere set nell'ordine di vendita" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Aggiungere un set nella riga ordine vendita" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "Aggiungere set all'ordine di vendita" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Annulla" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Sconto (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Abilitarlo per non aggiungere nuove righe per prodotti già inclusi nelle " +"righe OV." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Set prodotto" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Riga set prodotto" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Righe set prodotto" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Quantità" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Ordine di vendita" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Salta prodotti esistenti" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" +"Modello procedura guidata per aggiugere un set prodotto in un preventivo" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Si può utilizzare un ordine di vendita assegnato solo ai seguenti partner: {}" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modifica il" + +#~ msgid "Company" +#~ msgstr "Azienda" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Product" +#~ msgstr "Prodotto" + +#~ msgid "Sequence" +#~ msgstr "Sequenza" diff --git a/sale_product_set/i18n/ja.po b/sale_product_set/i18n/ja.po new file mode 100644 index 00000000000..39d7fc5d2e5 --- /dev/null +++ b/sale_product_set/i18n/ja.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "作成日" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "最終更新日" + +#~ msgid "Name" +#~ msgstr "名称" diff --git a/sale_product_set/i18n/ko.po b/sale_product_set/i18n/ko.po new file mode 100644 index 00000000000..31c8da9629d --- /dev/null +++ b/sale_product_set/i18n/ko.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "작성일" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "최근 수정" + +#~ msgid "Name" +#~ msgstr "이름" diff --git a/sale_product_set/i18n/lt.po b/sale_product_set/i18n/lt.po new file mode 100644 index 00000000000..b3a47e84810 --- /dev/null +++ b/sale_product_set/i18n/lt.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Paskutinį kartą keista" + +#~ msgid "Name" +#~ msgstr "Pavadinimas" diff --git a/sale_product_set/i18n/lt_LT.po b/sale_product_set/i18n/lt_LT.po new file mode 100644 index 00000000000..195c5e5bdc4 --- /dev/null +++ b/sale_product_set/i18n/lt_LT.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" diff --git a/sale_product_set/i18n/lv.po b/sale_product_set/i18n/lv.po new file mode 100644 index 00000000000..63abf301dce --- /dev/null +++ b/sale_product_set/i18n/lv.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Nosaukums" diff --git a/sale_product_set/i18n/mk.po b/sale_product_set/i18n/mk.po new file mode 100644 index 00000000000..1882bb7d5b3 --- /dev/null +++ b/sale_product_set/i18n/mk.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Последна промена на" + +#~ msgid "Name" +#~ msgstr "Име" diff --git a/sale_product_set/i18n/mn.po b/sale_product_set/i18n/mn.po new file mode 100644 index 00000000000..d314e027a1d --- /dev/null +++ b/sale_product_set/i18n/mn.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Сүүлийн засвар хийсэн огноо" + +#~ msgid "Name" +#~ msgstr "Нэр" diff --git a/sale_product_set/i18n/nb.po b/sale_product_set/i18n/nb.po new file mode 100644 index 00000000000..7460f045d68 --- /dev/null +++ b/sale_product_set/i18n/nb.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Sist oppdatert " + +#~ msgid "Name" +#~ msgstr "Navn" diff --git a/sale_product_set/i18n/nb_NO.po b/sale_product_set/i18n/nb_NO.po new file mode 100644 index 00000000000..2b6cb13f5d7 --- /dev/null +++ b/sale_product_set/i18n/nb_NO.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Sist endret den" diff --git a/sale_product_set/i18n/nl.po b/sale_product_set/i18n/nl.po new file mode 100644 index 00000000000..c618e27ef57 --- /dev/null +++ b/sale_product_set/i18n/nl.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Laatste bijgewerkt door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "Name" +#~ msgstr "Naam" diff --git a/sale_product_set/i18n/nl_BE.po b/sale_product_set/i18n/nl_BE.po new file mode 100644 index 00000000000..7cf24ed7694 --- /dev/null +++ b/sale_product_set/i18n/nl_BE.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Laatst Aangepast op" + +#~ msgid "Name" +#~ msgstr "Naam:" diff --git a/sale_product_set/i18n/nl_NL.po b/sale_product_set/i18n/nl_NL.po new file mode 100644 index 00000000000..ea8768389d5 --- /dev/null +++ b/sale_product_set/i18n/nl_NL.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-06 13:17+0000\n" +"PO-Revision-Date: 2017-06-06 13:17+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Laatst aangepast door" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Laatst aangepast op" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Laatst gewijzigd op" + +#~ msgid "Name" +#~ msgstr "Naam" + +#~ msgid "Product" +#~ msgstr "Product" diff --git a/sale_product_set/i18n/pl.po b/sale_product_set/i18n/pl.po new file mode 100644 index 00000000000..194b22a5558 --- /dev/null +++ b/sale_product_set/i18n/pl.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Ostatnio modyfikowano" + +#~ msgid "Name" +#~ msgstr "Nazwa" diff --git a/sale_product_set/i18n/pt.po b/sale_product_set/i18n/pt.po new file mode 100644 index 00000000000..f77d557f22f --- /dev/null +++ b/sale_product_set/i18n/pt.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última Modificação Em" + +#~ msgid "Name" +#~ msgstr "Nome" diff --git a/sale_product_set/i18n/pt_BR.po b/sale_product_set/i18n/pt_BR.po new file mode 100644 index 00000000000..b2b56cd109a --- /dev/null +++ b/sale_product_set/i18n/pt_BR.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2021-02-14 22:45+0000\n" +"Last-Translator: Eder Brito \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Adicionar conjunto" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Adicionar conjunto no pedido de venda" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Adicionar conjunto na linha do pedido de venda" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Desconto (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nome de Exibição" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Habilite isto para não adicionar novas linhas para produtos já incluídas em " +"linhas do PV." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Conjunto de Produtos" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Linha de conjunto de produtos" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Linhas de conjunto de produtos" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Quantidade" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Pedido de Venda" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Ignorar Produtos Existentes" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Modelo de assistente para adicionar conjunto de produtos a uma cotação" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Você pode usar um pedido de vendas atribuído somente aos seguintes " +"parceiros: {}" + +#~ msgid "Last Modified on" +#~ msgstr "Última atualização em" + +#~ msgid "Active" +#~ msgstr "Ativo" + +#~ msgid "Company" +#~ msgstr "Empresa" + +#~ msgid "Internal Reference" +#~ msgstr "Referência Interna" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Partner" +#~ msgstr "Parceiro" + +#~ msgid "Product" +#~ msgstr "Produto" + +#~ msgid "Product set internal reference" +#~ msgstr "Referencia interna do conjunto de produtos" + +#~ msgid "Product set name" +#~ msgstr "Nome do conjunto de produtos" + +#~ msgid "Products" +#~ msgstr "Produtos" + +#~ msgid "Sequence" +#~ msgstr "Sequência" + +#~ msgid "Set" +#~ msgstr "Conjunto" + +#~ msgid "" +#~ "You can attache the set to a specific partner or no one. If you don't " +#~ "specify one, it's going to be available for all of them." +#~ msgstr "" +#~ "Você pode anexar o conjunto a um parceiro específico ou não. Se você não " +#~ "especificar um, ele estará disponível para todos." diff --git a/sale_product_set/i18n/pt_PT.po b/sale_product_set/i18n/pt_PT.po new file mode 100644 index 00000000000..838f166e438 --- /dev/null +++ b/sale_product_set/i18n/pt_PT.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Última Modificação em" + +#~ msgid "Name" +#~ msgstr "Nome" diff --git a/sale_product_set/i18n/ro.po b/sale_product_set/i18n/ro.po new file mode 100644 index 00000000000..3f34c300405 --- /dev/null +++ b/sale_product_set/i18n/ro.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-08 00:49+0000\n" +"PO-Revision-Date: 2017-07-08 00:49+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima actualizare în" + +#~ msgid "Name" +#~ msgstr "Nume" diff --git a/sale_product_set/i18n/ru.po b/sale_product_set/i18n/ru.po new file mode 100644 index 00000000000..98a3afec005 --- /dev/null +++ b/sale_product_set/i18n/ru.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Создан" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Название" diff --git a/sale_product_set/i18n/sale_product_set.pot b/sale_product_set/i18n/sale_product_set.pot new file mode 100644 index 00000000000..99787ec0aee --- /dev/null +++ b/sale_product_set/i18n/sale_product_set.pot @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.res_config_settings_inherit_view +msgid "" +"Archive/unarchive product sets related to partners together with partner" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_res_partner +msgid "Contact" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.res_config_settings_inherit_view +msgid "Product Sets" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_res_config_settings__archive_partner_product_sets +msgid "Sync product sets active state with partner" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_res_config_settings__archive_partner_product_sets +msgid "" +"When a partner is archived or un-archived its product sets are " +"archived or un-archived as well." +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" diff --git a/sale_product_set/i18n/sk.po b/sale_product_set/i18n/sk.po new file mode 100644 index 00000000000..9bb4408be66 --- /dev/null +++ b/sale_product_set/i18n/sk.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Posledná modifikácia" + +#~ msgid "Name" +#~ msgstr "Meno" diff --git a/sale_product_set/i18n/sl.po b/sale_product_set/i18n/sl.po new file mode 100644 index 00000000000..8e202038d17 --- /dev/null +++ b/sale_product_set/i18n/sl.po @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:41+0000\n" +"PO-Revision-Date: 2023-03-31 21:25+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Dodaj sklop" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Dodaj sklop v prodajni nalog" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Dodaj sklop v postavko prodajnega naloga" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Preklic" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Sklop proizvodov" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Postavka sklopa proizvodov" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Postavke sklopov proizvodov" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Količina" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnjič spremenjeno" + +#~ msgid "Name" +#~ msgstr "Naziv" + +#~ msgid "Product" +#~ msgstr "Proizvod" + +#, fuzzy +#~ msgid "Product set internal reference" +#~ msgstr "Postavka sklopa proizvodov" + +#~ msgid "Product set name" +#~ msgstr "Naziv sklopa proizvodov" + +#~ msgid "Products" +#~ msgstr "Proizvodi" + +#~ msgid "Sequence" +#~ msgstr "Zaporedje" + +#~ msgid "Set" +#~ msgstr "Sklop" diff --git a/sale_product_set/i18n/sr.po b/sale_product_set/i18n/sr.po new file mode 100644 index 00000000000..00aa182eb85 --- /dev/null +++ b/sale_product_set/i18n/sr.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Ime" diff --git a/sale_product_set/i18n/sr@latin.po b/sale_product_set/i18n/sr@latin.po new file mode 100644 index 00000000000..7f97cc0b7cb --- /dev/null +++ b/sale_product_set/i18n/sr@latin.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnja izmjena" + +#~ msgid "Name" +#~ msgstr "Ime:" diff --git a/sale_product_set/i18n/sv.po b/sale_product_set/i18n/sv.po new file mode 100644 index 00000000000..cfc2d0d25cd --- /dev/null +++ b/sale_product_set/i18n/sv.po @@ -0,0 +1,161 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2024-06-12 09:36+0000\n" +"Last-Translator: jakobkrabbe \n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "Lägg till en rad" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "Lägg till en anteckning" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "Lägg till en sektion" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Lägg till set" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Lägg till set i försäljningsorder" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Lägg till uppsättning i försäljningsorderrad" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "Lägg till set i försäljningsorder" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Kund" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "Rabatt (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Aktivera detta för att inte lägga till nya rader för produkter som redan " +"ingår i SO-rader." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Produktuppsättning" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Produktuppsättning" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Produktlinjer" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Kvantitet" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Försäljningsorder" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Hoppa över befintliga produkter" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Wizard-modell för att lägga till produktuppsättning i en offert" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Du kan använda en försäljningsorder som endast tilldelats följande partner: " +"{}" + +#~ msgid "Last Modified on" +#~ msgstr "Senast redigerad" + +#~ msgid "Name" +#~ msgstr "Namn" diff --git a/sale_product_set/i18n/th.po b/sale_product_set/i18n/th.po new file mode 100644 index 00000000000..59eb9ef830a --- /dev/null +++ b/sale_product_set/i18n/th.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "รหัส" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#~ msgid "Name" +#~ msgstr "ชื่อ" diff --git a/sale_product_set/i18n/tr.po b/sale_product_set/i18n/tr.po new file mode 100644 index 00000000000..d4879c374a6 --- /dev/null +++ b/sale_product_set/i18n/tr.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2025-07-19 18:25+0000\n" +"Last-Translator: Betül Öğmen \n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Weblate 5.10.4\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "Satır Ekle" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "Not Ekle" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "Bir Bölüm Ekle" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "Set ekle" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "Satış siparişine set ekle" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "Satış siparişi satırına set ekle" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "Satış siparişine set ekle" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "İptal" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "Müşteri" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "İndirim (%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" +"Satış Siparişi Satırlarında zaten olan ürünlere yeni satırlar eklenmemesi " +"için bunu etkinleştirin." + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Son güncellenme" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "Ürün seti" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "Ürün set satırı" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "Ürün set satırları" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "Miktar" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "Satış Siparişi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "Mevcut Ürünleri Atla" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "Bir teklife ürün seti eklemek için sihirbaz modeli" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" +"Yalnızca aşağıdaki ortaklara atanmış bir satış emrini kullanabilirsiniz: {}" + +#~ msgid "Last Modified on" +#~ msgstr "Son değişiklik" + +#~ msgid "Name" +#~ msgstr "Adı" diff --git a/sale_product_set/i18n/tr_TR.po b/sale_product_set/i18n/tr_TR.po new file mode 100644 index 00000000000..b2bb2b03ed0 --- /dev/null +++ b/sale_product_set/i18n/tr_TR.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "Kimlik" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "En son güncelleme tarihi" + +#~ msgid "Name" +#~ msgstr "Ad" diff --git a/sale_product_set/i18n/uk.po b/sale_product_set/i18n/uk.po new file mode 100644 index 00000000000..bf3de96a2e8 --- /dev/null +++ b/sale_product_set/i18n/uk.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Остання модифікація" + +#~ msgid "Name" +#~ msgstr "Name" diff --git a/sale_product_set/i18n/vi.po b/sale_product_set/i18n/vi.po new file mode 100644 index 00000000000..06fca86ab6f --- /dev/null +++ b/sale_product_set/i18n/vi.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "Sửa lần cuối vào" + +#~ msgid "Name" +#~ msgstr "Tên" diff --git a/sale_product_set/i18n/vi_VN.po b/sale_product_set/i18n/vi_VN.po new file mode 100644 index 00000000000..e1ae4fb4add --- /dev/null +++ b/sale_product_set/i18n/vi_VN.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-08 00:49+0000\n" +"PO-Revision-Date: 2017-07-08 00:49+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Name" +#~ msgstr "Tên" diff --git a/sale_product_set/i18n/zh_CN.po b/sale_product_set/i18n/zh_CN.po new file mode 100644 index 00000000000..e873bd10311 --- /dev/null +++ b/sale_product_set/i18n/zh_CN.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2019-09-01 11:23+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "添加集合" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "在销售订单中添加集合" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "在销售订单行中添加集合" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "取消" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "折扣(%)" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "产品集合" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "产品集合行" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "产品集合行" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "数量" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "向导模型将产品集合添加到报价中" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "最后修改时间" + +#~ msgid "Active" +#~ msgstr "有效" + +#~ msgid "Company" +#~ msgstr "公司" + +#~ msgid "Internal Reference" +#~ msgstr "内部参考" + +#~ msgid "Name" +#~ msgstr "名称" + +#~ msgid "Product" +#~ msgstr "产品" + +#~ msgid "Product set internal reference" +#~ msgstr "产品集合内部参考" + +#~ msgid "Product set name" +#~ msgstr "产品集合名称" + +#~ msgid "Products" +#~ msgstr "产品" + +#~ msgid "Sequence" +#~ msgstr "序列" + +#~ msgid "Set" +#~ msgstr "集合" diff --git a/sale_product_set/i18n/zh_TW.po b/sale_product_set/i18n/zh_TW.po new file mode 100644 index 00000000000..34a50a272d2 --- /dev/null +++ b/sale_product_set/i18n/zh_TW.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_set +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 01:19+0000\n" +"PO-Revision-Date: 2017-05-13 01:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a line" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a note" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add a section" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +#: model_terms:ir.ui.view,arch_db:sale_product_set.view_order_stock_form +msgid "Add set" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_order +msgid "Add set in sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Add set in sale order line" +msgstr "" + +#. module: sale_product_set +#: model:ir.actions.act_window,name:sale_product_set.act_open_wizard_product_set_add_from_set +msgid "Add set to sale order" +msgstr "" + +#. module: sale_product_set +#: model_terms:ir.ui.view,arch_db:sale_product_set.product_set_add_form_view +msgid "Cancel" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__create_date +msgid "Created on" +msgstr "建立於" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__partner_id +msgid "Customer" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_product_set_line__discount +msgid "Discount (%)" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: sale_product_set +#: model:ir.model.fields,help:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "" +"Enable this to not add new lines for products already included in SO lines." +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__id +msgid "ID" +msgstr "編號" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_id +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_config +msgid "Product set" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_product_set_line +#: model:ir.ui.menu,name:sale_product_set.menu_product_set_line_config +msgid "Product set line" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__product_set_line_ids +msgid "Product set lines" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__quantity +msgid "Quantity" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__order_id +msgid "Sale Order" +msgstr "" + +#. module: sale_product_set +#: model:ir.model.fields,field_description:sale_product_set.field_sale_product_set_wizard__skip_existing_products +msgid "Skip Existing Products" +msgstr "" + +#. module: sale_product_set +#: model:ir.model,name:sale_product_set.model_sale_product_set_wizard +msgid "Wizard model to add product set into a quotation" +msgstr "" + +#. module: sale_product_set +#. odoo-python +#: code:addons/sale_product_set/wizard/sale_product_set_wizard.py:0 +#, python-format +msgid "You can use a sale order assigned only to following partner(s): {}" +msgstr "" + +#~ msgid "Last Modified on" +#~ msgstr "最後修改:" + +#~ msgid "Name" +#~ msgstr "名稱" diff --git a/sale_product_set/models/__init__.py b/sale_product_set/models/__init__.py new file mode 100644 index 00000000000..80e9a48d78a --- /dev/null +++ b/sale_product_set/models/__init__.py @@ -0,0 +1,3 @@ +from . import product_set_line +from . import res_partner +from . import res_config diff --git a/sale_product_set/models/product_set_line.py b/sale_product_set/models/product_set_line.py new file mode 100644 index 00000000000..d5fa47650e5 --- /dev/null +++ b/sale_product_set/models/product_set_line.py @@ -0,0 +1,22 @@ +# Copyright 2015 Anybox S.A.S +# Copyright 2016-2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import fields, models + + +class ProductSetLine(models.Model): + _inherit = "product.set.line" + + discount = fields.Float(string="Discount (%)", digits="Discount", default=0.0) + + def prepare_sale_order_line_values(self, order, quantity, max_sequence=0): + self.ensure_one() + return { + "order_id": order.id, + "product_id": self.product_id.id, + "product_uom_qty": self.quantity * quantity, + "product_uom_id": self.product_id.uom_id.id, + "sequence": max_sequence + self.sequence, + "discount": self.discount, + "company_id": self.company_id.id, + } diff --git a/sale_product_set/models/res_config.py b/sale_product_set/models/res_config.py new file mode 100644 index 00000000000..60936a945c5 --- /dev/null +++ b/sale_product_set/models/res_config.py @@ -0,0 +1,15 @@ +# Copyright 2024 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo import fields, models + + +class ResConfigSettings(models.TransientModel): + _inherit = "res.config.settings" + + archive_partner_product_sets = fields.Boolean( + config_parameter="sale_product_set.archive_partner_product_sets", + string="Sync product sets active state with partner", + help="When a partner is archived or un-archived \ + its product sets are archived or un-archived as well.", + ) diff --git a/sale_product_set/models/res_partner.py b/sale_product_set/models/res_partner.py new file mode 100644 index 00000000000..2caba37b5ad --- /dev/null +++ b/sale_product_set/models/res_partner.py @@ -0,0 +1,33 @@ +# Copyright 2024 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +import logging + +from odoo import models +from odoo.tools import str2bool + +_logger = logging.getLogger(__name__) + + +class ResPartner(models.Model): + _inherit = "res.partner" + + def write(self, vals): + res = super().write(vals) + ir_config_param = self.env["ir.config_parameter"].sudo() + + if "active" in vals and str2bool( + ir_config_param.get_param("sale_product_set.archive_partner_product_sets") + ): + partner_product_sets = ( + self.env["product.set"] + .with_context(active_test=False) + .search([("partner_id", "in", self.ids)]) + ) + partner_product_sets.sudo().write({"active": vals["active"]}) + _logger.debug( + "product.set archive state changed to " + " for partners %s", + ",".join(str(x) for x in self.ids), + ) + return res diff --git a/sale_product_set/pyproject.toml b/sale_product_set/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/sale_product_set/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_product_set/readme/CONTRIBUTORS.md b/sale_product_set/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..4476c9a4d81 --- /dev/null +++ b/sale_product_set/readme/CONTRIBUTORS.md @@ -0,0 +1,12 @@ +- Clovis Nzouendjou \<\> +- Pierre Verkest \<\> +- Denis Leemann \<\> +- Simone Orsi \<\> +- Souheil Bejaoui \<\> +- Adria Gil Sorribes \<\> +- Phuc (Tran Thanh) \<\> +- Manuel Regidor \<\> +- [Tecnativa](https://www.tecnativa.com): + - Pilar Vargas + - Juan Carlos Oñate +- Nils Coenen \<\> diff --git a/sale_product_set/readme/CREDITS.md b/sale_product_set/readme/CREDITS.md new file mode 100644 index 00000000000..705d3b30cad --- /dev/null +++ b/sale_product_set/readme/CREDITS.md @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +- Camptocamp diff --git a/sale_product_set/readme/DESCRIPTION.md b/sale_product_set/readme/DESCRIPTION.md new file mode 100644 index 00000000000..10620f44806 --- /dev/null +++ b/sale_product_set/readme/DESCRIPTION.md @@ -0,0 +1,8 @@ +A **product set** is a list of products which end customers aren't +aware, this list is defined by sales manager. + +This module aims to load a product set in a sales order though a wizard. The product set is a list of products and quantities that gets inserted as separate sales order lines. + +After a *product set* is added to the sales order, each line can be +updated or removed as any other sales order lines. + diff --git a/sale_product_set/readme/USAGE.md b/sale_product_set/readme/USAGE.md new file mode 100644 index 00000000000..c0680877999 --- /dev/null +++ b/sale_product_set/readme/USAGE.md @@ -0,0 +1,11 @@ +- Define a *product set* as sales manager: + - choose products + - for each product, define a quantity. + - for each product (if Discounts setting is active), define a + discount or leave default value + - Sort *set* lines, this order will be the default when added into the + quotation +- Then you can remove or update added lines as any other sales order + lines. + +![Sale order](/sale_product_set/static/description/sale_order.png) diff --git a/sale_product_set/security/ir.model.access.csv b/sale_product_set/security/ir.model.access.csv new file mode 100644 index 00000000000..bd74ada382b --- /dev/null +++ b/sale_product_set/security/ir.model.access.csv @@ -0,0 +1,4 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +sale_product_set_manager,Read-Write-Create access on product.set to Sale Manager,product_set.model_product_set,sales_team.group_sale_manager,1,1,1,1 +sale_product_set_line_manager,Read-Write-Create access on product.set.line to Sale Manager,product_set.model_product_set_line,sales_team.group_sale_manager,1,1,1,1 +sale_product_set.access_sale_product_set_wizard,access_sale_product_set_wizard,sale_product_set.model_sale_product_set_wizard,base.group_user,1,1,1,1 diff --git a/sale_product_set/static/description/add_set.png b/sale_product_set/static/description/add_set.png new file mode 100644 index 00000000000..efaa9f92b6f Binary files /dev/null and b/sale_product_set/static/description/add_set.png differ diff --git a/sale_product_set/static/description/icon.png b/sale_product_set/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/sale_product_set/static/description/icon.png differ diff --git a/sale_product_set/static/description/index.html b/sale_product_set/static/description/index.html new file mode 100644 index 00000000000..f7bec35b17a --- /dev/null +++ b/sale_product_set/static/description/index.html @@ -0,0 +1,474 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Sales product set

+ +

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

+

A product set is a list of products which end customers aren’t +aware, this list is defined by sales manager.

+

This module aims to load a product set in a sales order though a wizard. +The product set is a list of products and quantities that gets inserted +as separate sales order lines.

+

After a product set is added to the sales order, each line can be +updated or removed as any other sales order lines.

+

Table of contents

+ +
+

Usage

+
    +
  • Define a product set as sales manager:
      +
    • choose products
    • +
    • for each product, define a quantity.
    • +
    • for each product (if Discounts setting is active), define a discount +or leave default value
    • +
    • Sort set lines, this order will be the default when added into the +quotation
    • +
    +
  • +
  • Then you can remove or update added lines as any other sales order +lines.
  • +
+

Sale order

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Anybox
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+
    +
  • Camptocamp
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/sale-workflow project on GitHub.

+

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

+
+
+
+
+ + diff --git a/sale_product_set/static/description/product_set.png b/sale_product_set/static/description/product_set.png new file mode 100644 index 00000000000..b198826019a Binary files /dev/null and b/sale_product_set/static/description/product_set.png differ diff --git a/sale_product_set/static/description/sale_order.png b/sale_product_set/static/description/sale_order.png new file mode 100644 index 00000000000..ab0309d0c40 Binary files /dev/null and b/sale_product_set/static/description/sale_order.png differ diff --git a/sale_product_set/tests/__init__.py b/sale_product_set/tests/__init__.py new file mode 100644 index 00000000000..fa6720fbcbb --- /dev/null +++ b/sale_product_set/tests/__init__.py @@ -0,0 +1 @@ +from . import test_product_set diff --git a/sale_product_set/tests/test_product_set.py b/sale_product_set/tests/test_product_set.py new file mode 100644 index 00000000000..fbe7ccba947 --- /dev/null +++ b/sale_product_set/tests/test_product_set.py @@ -0,0 +1,269 @@ +# Copyright 2015 Anybox S.A.S +# Copyright 2016-2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import exceptions +from odoo.tests import common + + +class TestProductSet(common.TransactionCase): + """Test Product set""" + + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.so_model = cls.env["sale.order"] + cls.so = cls.env.ref("sale.sale_order_6") + cls.product_set_add = cls.env["sale.product.set.wizard"] + cls.product_set = cls.env.ref("product_set.product_set_i5_computer") + + def _get_wiz(self, ctx=None, **kw): + vals = { + "product_set_id": self.product_set.id, + "order_id": self.so.id, + "quantity": 2, + } + vals.update(kw) + return self.product_set_add.with_context(**ctx or {}).create(vals) + + def test_add_set_lines_init(self): + wiz = self._get_wiz() + # Default to all lines from set + self.assertEqual(wiz.product_set_line_ids, self.product_set.set_line_ids) + self.assertEqual( + [x.id for x in wiz._get_lines()], self.product_set.set_line_ids.ids + ) + # Pass via ctx + line_ids = self.env.ref("product_set.product_set_line_computer_1").ids + wiz = self._get_wiz(ctx=dict(product_set_add__set_line_ids=line_ids)) + self.assertEqual(wiz.product_set_line_ids.ids, line_ids) + self.assertEqual([x.id for x in wiz._get_lines()], line_ids) + # Pass at create + line_ids = self.env.ref("product_set.product_set_line_computer_3").ids + wiz = self._get_wiz() + wiz.product_set_line_ids = line_ids + self.assertEqual(wiz.product_set_line_ids.ids, line_ids) + self.assertEqual([x.id for x in wiz._get_lines()], line_ids) + + def test_add_set(self): + so = self.so + count_lines = len(so.order_line) + # Simulation the opening of the wizard and adding a set on the + # current sale order + wiz = self._get_wiz() + wiz.add_set() + # checking our sale order + self.assertEqual(len(so.order_line), count_lines + 3) + # check all lines are included + for line in self.product_set.set_line_ids: + order_line = so.order_line.filtered( + lambda x, line=line: x.product_id == line.product_id + ) + order_line.ensure_one() + self.assertEqual(order_line.product_uom_qty, line.quantity * wiz.quantity) + + sequence = {} + for line in so.order_line: + sequence[line.product_id.id] = line.sequence + # make sure sale order line sequence keep sequence set on set + seq_line1 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_4").product_id.id + ) + seq_line2 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_1").product_id.id + ) + seq_line3 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_3").product_id.id + ) + self.assertTrue( + max(v for k, v in sequence.items()) < seq_line1 < seq_line2 < seq_line3 + ) + + def test_add_set_sequence(self): + so = self.so + count_lines = len(so.order_line) + # Start from -1 to have mixed negative, null and positive (-1, 0, 1) + for seq, line in enumerate(self.product_set.set_line_ids, start=-1): + line.write({"sequence": seq}) + wiz = self._get_wiz() + wiz.add_set() + sequence = {line.product_id: line.sequence for line in so.order_line} + self.assertEqual(len(so.order_line), count_lines + 3) + # make sure sale order line sequence keep sequence set on set + seq_line1 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_4").product_id + ) + seq_line2 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_1").product_id + ) + seq_line3 = sequence.pop( + self.env.ref("product_set.product_set_line_computer_3").product_id + ) + self.assertTrue( + max(v for k, v in sequence.items()) < seq_line1 < seq_line2 < seq_line3 + ) + + def test_delete_set(self): + # Simulation the opening of the wizard and adding a set on the + # current sale order + wiz = self._get_wiz() + self.product_set.unlink() + self.assertFalse(wiz.exists()) + + def test_add_set_on_empty_so(self): + so = self.so_model.create({"partner_id": self.ref("base.res_partner_1")}) + wiz = self._get_wiz(order_id=so.id) + wiz.add_set() + self.assertEqual(len(so.order_line), 3) + + def test_add_set_non_matching_partner(self): + so = self.so_model.create({"partner_id": self.ref("base.res_partner_1")}) + self.product_set.partner_id = self.ref("base.res_partner_2") + wiz = self._get_wiz(order_id=so.id) + with self.assertRaises(exceptions.ValidationError): + wiz.add_set() + + def test_add_set_non_matching_partner_ctx_bypass(self): + so = self.so_model.create({"partner_id": self.ref("base.res_partner_1")}) + self.assertEqual(len(so.order_line), 0) + self.product_set.partner_id = self.ref("base.res_partner_2") + wiz = self._get_wiz(order_id=so.id).with_context( + product_set_add_skip_validation=True + ) + wiz.add_set() + self.assertEqual(len(so.order_line), 3) + + def test_add_set_non_matching_partner_ctx_override(self): + so = self.so_model.create({"partner_id": self.ref("base.res_partner_1")}) + self.assertEqual(len(so.order_line), 0) + wiz = self._get_wiz(order_id=so.id).with_context( + allowed_order_partner_ids=[self.ref("base.res_partner_2")] + ) + wiz.add_set() + self.assertEqual(len(so.order_line), 3) + + def test_add_set_no_update_existing_products(self): + so = self.so_model.create({"partner_id": self.ref("base.res_partner_1")}) + wiz = self._get_wiz(order_id=so.id) + wiz.add_set() + self.assertEqual(len(so.order_line), 3) + # if we run it again by default the wizard sums up quantities + wiz.add_set() + self.assertEqual(len(so.order_line), 6) + # but we can turn it off + wiz.skip_existing_products = True + wiz.add_set() + self.assertEqual(len(so.order_line), 6) + + def test_discount(self): + product_test = self.env["product.product"].create( + {"name": "Test", "list_price": 100.0} + ) + set_line = self.env["product.set.line"].create( + {"product_id": product_test.id, "quantity": 1, "discount": 50} + ) + prod_set = self.env["product.set"].create( + {"name": "Test", "set_line_ids": [(4, set_line.id)]} + ) + so = self.env.ref("sale.sale_order_6") + wiz = self.product_set_add.create( + {"order_id": so.id, "product_set_id": prod_set.id, "quantity": 1} + ) + wiz.add_set() + order_line = so.order_line.filtered( + lambda x: x.product_id == prod_set.set_line_ids[0].product_id + ) + order_line.ensure_one() + self.assertEqual(order_line.discount, set_line.discount) + + def test_product_set_delete_in_wizard(self): + products = self.so.order_line.product_id + wizard = self._get_wiz() + wizard.write({"product_set_line_ids": [(3, wizard.product_set_line_ids[0].id)]}) + products |= wizard.product_set_line_ids.product_id + wizard.add_set() + self.assertEqual(products, self.so.order_line.product_id) + self.assertEqual(len(self.so.order_line), 3) + + def test_add_set_section(self): + so = self.env.ref("sale.sale_order_6") + base_line_ids = so.order_line + count_lines = len(so.order_line) + product_set_with_section = self.env.ref("product_set.product_set_services") + so_set = self.product_set_add.create( + { + "product_set_id": product_set_with_section.id, + "quantity": 2, + "order_id": so.id, + } + ) + so_set.add_set() + self.assertEqual(len(so.order_line), count_lines + 3) + products_in_set = product_set_with_section.set_line_ids.filtered( + lambda a: a.product_id + ).mapped("product_id") + # Check lines with products + for line in so.order_line.filtered( + lambda a: a.id not in base_line_ids.ids and a.product_id + ): + self.assertFalse(line.display_type) + self.assertTrue(line.product_id.id in products_in_set.ids) + # Test sections + for line in so.order_line.filtered( + lambda a: a.id not in base_line_ids.ids and not a.product_id + ): + self.assertEqual( + line.display_type, + "line_section", + ) + + def test_product_set_toggle_active(self): + partner_1 = self.env.ref("base.res_partner_1") + partner_2 = self.env.ref("base.res_partner_2") + + self.product_set_2 = self.product_set.copy() + self.product_set_3 = self.product_set.copy() + + self.product_set.partner_id = partner_1 + self.product_set_2.partner_id = partner_1 + + self.product_set_3.partner_id = partner_2 + + ICPSudo = self.env["ir.config_parameter"].sudo() + ICPSudo.set_param("sale_product_set.archive_partner_product_sets", True) + + # partners active, product sets active + self.assertTrue(self.product_set.active) + self.assertTrue(self.product_set_2.active) + self.assertTrue(self.product_set_3.active) + + self.assertTrue(partner_1.active) + self.assertTrue(partner_2.active) + + # archive partner_1, product set_2 and product set_1 should be archived + partner_1.write({"active": False}) + self.assertFalse(self.product_set.active) + self.assertFalse(self.product_set_2.active) + self.assertTrue(self.product_set_3.active) + + # archive partner_2, product set_3 should be archived + partner_2.write({"active": False}) + self.assertFalse(self.product_set_3.active) + + # unarchive partner_1 and partner_3, all product sets should be unarchived too + partner_1.write({"active": True}) + partner_2.write({"active": True}) + + self.assertTrue(self.product_set.active) + self.assertTrue(self.product_set_2.active) + self.assertTrue(self.product_set_3.active) + + # set param to False and make sure partner's active state + # does not affect product set's active state + ICPSudo.set_param("sale_product_set.archive_partner_product_sets", False) + + # partner archived, product set not archived + partner_1.write({"active": False}) + self.assertTrue(self.product_set.active) + self.assertTrue(self.product_set_2.active) + self.assertFalse(partner_1.active) diff --git a/sale_product_set/views/product_set.xml b/sale_product_set/views/product_set.xml new file mode 100644 index 00000000000..c908cf95e02 --- /dev/null +++ b/sale_product_set/views/product_set.xml @@ -0,0 +1,21 @@ + + + + product.set.form + product.set + form + + + + + + + + + diff --git a/sale_product_set/views/product_set_line.xml b/sale_product_set/views/product_set_line.xml new file mode 100644 index 00000000000..9dc03df5e14 --- /dev/null +++ b/sale_product_set/views/product_set_line.xml @@ -0,0 +1,21 @@ + + + + product.set.line.list + product.set.line + list + + + + + + + + + diff --git a/sale_product_set/views/res_config_settings.xml b/sale_product_set/views/res_config_settings.xml new file mode 100644 index 00000000000..63a3754cf3c --- /dev/null +++ b/sale_product_set/views/res_config_settings.xml @@ -0,0 +1,20 @@ + + + + res.config.settings.inherit.view + res.config.settings + + + + + + + + + + + + diff --git a/sale_product_set/views/sale_order.xml b/sale_product_set/views/sale_order.xml new file mode 100644 index 00000000000..5d786d2fe43 --- /dev/null +++ b/sale_product_set/views/sale_order.xml @@ -0,0 +1,21 @@ + + + + sale.order.form.inherit + sale.order + + + +