diff --git a/setup/stock_demand_estimate/odoo/addons/stock_demand_estimate b/setup/stock_demand_estimate/odoo/addons/stock_demand_estimate new file mode 120000 index 000000000..9e30f42cb --- /dev/null +++ b/setup/stock_demand_estimate/odoo/addons/stock_demand_estimate @@ -0,0 +1 @@ +../../../../stock_demand_estimate \ No newline at end of file diff --git a/setup/stock_demand_estimate/setup.py b/setup/stock_demand_estimate/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_demand_estimate/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst new file mode 100644 index 000000000..fabaabbfe --- /dev/null +++ b/stock_demand_estimate/README.rst @@ -0,0 +1,77 @@ +===================== +Stock Demand Estimate +===================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png + :target: https://odoo-community.org/page/development-status + :alt: Production/Stable +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_demand_estimate + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Jordi Ballester Alomar +* Lois Rilo + +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/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_demand_estimate/__init__.py b/stock_demand_estimate/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/stock_demand_estimate/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py new file mode 100644 index 000000000..0f169e045 --- /dev/null +++ b/stock_demand_estimate/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2016-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). +{ + "name": "Stock Demand Estimate", + "summary": "Allows to create demand estimates.", + "version": "16.0.1.0.1", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "development_status": "Production/Stable", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Warehouse", + "depends": ["stock"], + "data": [ + "security/ir.model.access.csv", + "security/stock_security.xml", + "views/stock_demand_estimate_view.xml", + ], + "license": "LGPL-3", + "installable": True, +} diff --git a/stock_demand_estimate/i18n/am.po b/stock_demand_estimate/i18n/am.po new file mode 100644 index 000000000..533817d4d --- /dev/null +++ b/stock_demand_estimate/i18n/am.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/ar.po b/stock_demand_estimate/i18n/ar.po new file mode 100644 index 000000000..fd0d39899 --- /dev/null +++ b/stock_demand_estimate/i18n/ar.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "الشركة" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "المعرف" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "إلغاء" + +#~ msgid "or" +#~ msgstr "أو" diff --git a/stock_demand_estimate/i18n/bg.po b/stock_demand_estimate/i18n/bg.po new file mode 100644 index 000000000..0248ea88a --- /dev/null +++ b/stock_demand_estimate/i18n/bg.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Фирма" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "or" +#~ msgstr "или" diff --git a/stock_demand_estimate/i18n/bs.po b/stock_demand_estimate/i18n/bs.po new file mode 100644 index 000000000..fbf962036 --- /dev/null +++ b/stock_demand_estimate/i18n/bs.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Kompanija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/stock_demand_estimate/i18n/ca.po b/stock_demand_estimate/i18n/ca.po new file mode 100644 index 000000000..4eb42577d --- /dev/null +++ b/stock_demand_estimate/i18n/ca.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Companyia" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Ubicació " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Ubicació " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Producte" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantitat" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel·la" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Producte" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/ca_ES.po b/stock_demand_estimate/i18n/ca_ES.po new file mode 100644 index 000000000..73f1ef164 --- /dev/null +++ b/stock_demand_estimate/i18n/ca_ES.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Companyia" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel·la" diff --git a/stock_demand_estimate/i18n/cs.po b/stock_demand_estimate/i18n/cs.po new file mode 100644 index 000000000..50d8e2e0b --- /dev/null +++ b/stock_demand_estimate/i18n/cs.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Společnost" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Zrušit" + +#~ msgid "or" +#~ msgstr "nebo" diff --git a/stock_demand_estimate/i18n/da.po b/stock_demand_estimate/i18n/da.po new file mode 100644 index 000000000..d6b8899c4 --- /dev/null +++ b/stock_demand_estimate/i18n/da.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Virksomhed" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Postnr/by " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "Id" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Postnr/by " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuller" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/stock_demand_estimate/i18n/de.po b/stock_demand_estimate/i18n/de.po new file mode 100644 index 000000000..dd44a63cb --- /dev/null +++ b/stock_demand_estimate/i18n/de.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Angelegt durch" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Angelegt am" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Datum ab" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "Datum bis" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Standort" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Datum ab" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Standort" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produkt" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Menge" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Abbrechen" + +#, fuzzy +#~ msgid "Date to" +#~ msgstr "Datum bis" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produkt" + +#~ msgid "or" +#~ msgstr "oder" diff --git a/stock_demand_estimate/i18n/el_GR.po b/stock_demand_estimate/i18n/el_GR.po new file mode 100644 index 000000000..c05207b53 --- /dev/null +++ b/stock_demand_estimate/i18n/el_GR.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Εταιρεία" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "Κωδικός" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Προϊόν" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Ποσότητα" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Άκυρο" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Προϊόν" + +#~ msgid "or" +#~ msgstr "ή" diff --git a/stock_demand_estimate/i18n/en_AU.po b/stock_demand_estimate/i18n/en_AU.po new file mode 100644 index 000000000..f3702bf17 --- /dev/null +++ b/stock_demand_estimate/i18n/en_AU.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "or" +#~ msgstr "or" diff --git a/stock_demand_estimate/i18n/en_GB.po b/stock_demand_estimate/i18n/en_GB.po new file mode 100644 index 000000000..5fb8f9da9 --- /dev/null +++ b/stock_demand_estimate/i18n/en_GB.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Company" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Created on" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "or" +#~ msgstr "or" diff --git a/stock_demand_estimate/i18n/es.po b/stock_demand_estimate/i18n/es.po new file mode 100644 index 000000000..42f02b18d --- /dev/null +++ b/stock_demand_estimate/i18n/es.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañia" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Fecha desde" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "Fecha hasta" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Localización" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Fecha desde" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Actualizado por última vez por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Actualizado por última vez el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Localización" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Producto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Cantidad" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#, fuzzy +#~ msgid "Date to" +#~ msgstr "Fecha hasta" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Producto" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_AR.po b/stock_demand_estimate/i18n/es_AR.po new file mode 100644 index 000000000..555ee44c3 --- /dev/null +++ b/stock_demand_estimate/i18n/es_AR.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_CL.po b/stock_demand_estimate/i18n/es_CL.po new file mode 100644 index 000000000..3837d4be8 --- /dev/null +++ b/stock_demand_estimate/i18n/es_CL.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_CO.po b/stock_demand_estimate/i18n/es_CO.po new file mode 100644 index 000000000..329676c37 --- /dev/null +++ b/stock_demand_estimate/i18n/es_CO.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_CR.po b/stock_demand_estimate/i18n/es_CR.po new file mode 100644 index 000000000..811a38afd --- /dev/null +++ b/stock_demand_estimate/i18n/es_CR.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañía" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_DO.po b/stock_demand_estimate/i18n/es_DO.po new file mode 100644 index 000000000..7333c29c8 --- /dev/null +++ b/stock_demand_estimate/i18n/es_DO.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_EC.po b/stock_demand_estimate/i18n/es_EC.po new file mode 100644 index 000000000..6e792572b --- /dev/null +++ b/stock_demand_estimate/i18n/es_EC.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañia" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_ES.po b/stock_demand_estimate/i18n/es_ES.po new file mode 100644 index 000000000..8e61a759b --- /dev/null +++ b/stock_demand_estimate/i18n/es_ES.po @@ -0,0 +1,189 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañía" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Ubicación" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Ubicación" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Producto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Producto" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_MX.po b/stock_demand_estimate/i18n/es_MX.po new file mode 100644 index 000000000..7694c2951 --- /dev/null +++ b/stock_demand_estimate/i18n/es_MX.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañía" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "ó" diff --git a/stock_demand_estimate/i18n/es_PE.po b/stock_demand_estimate/i18n/es_PE.po new file mode 100644 index 000000000..fcaa99c17 --- /dev/null +++ b/stock_demand_estimate/i18n/es_PE.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/es_PY.po b/stock_demand_estimate/i18n/es_PY.po new file mode 100644 index 000000000..c3967de22 --- /dev/null +++ b/stock_demand_estimate/i18n/es_PY.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/stock_demand_estimate/i18n/es_VE.po b/stock_demand_estimate/i18n/es_VE.po new file mode 100644 index 000000000..6a6354173 --- /dev/null +++ b/stock_demand_estimate/i18n/es_VE.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/stock_demand_estimate/i18n/et.po b/stock_demand_estimate/i18n/et.po new file mode 100644 index 000000000..308a9bdc8 --- /dev/null +++ b/stock_demand_estimate/i18n/et.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Ettevõte" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Loobu" + +#~ msgid "or" +#~ msgstr "või" diff --git a/stock_demand_estimate/i18n/eu.po b/stock_demand_estimate/i18n/eu.po new file mode 100644 index 000000000..b341434b1 --- /dev/null +++ b/stock_demand_estimate/i18n/eu.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Enpresa" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Created on" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produktua" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Ezeztatu" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produktua" + +#~ msgid "or" +#~ msgstr "edo" diff --git a/stock_demand_estimate/i18n/fa.po b/stock_demand_estimate/i18n/fa.po new file mode 100644 index 000000000..215349e06 --- /dev/null +++ b/stock_demand_estimate/i18n/fa.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "شناسه" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "لغو" + +#~ msgid "or" +#~ msgstr "یا" diff --git a/stock_demand_estimate/i18n/fi.po b/stock_demand_estimate/i18n/fi.po new file mode 100644 index 000000000..50daea409 --- /dev/null +++ b/stock_demand_estimate/i18n/fi.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Yritys" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Sijainti" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Sijainti" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Tuote" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Määrä" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Peruuta" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Tuote" + +#~ msgid "or" +#~ msgstr "tai" diff --git a/stock_demand_estimate/i18n/fr.po b/stock_demand_estimate/i18n/fr.po new file mode 100644 index 000000000..df7f0ad1c --- /dev/null +++ b/stock_demand_estimate/i18n/fr.po @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2019-08-06 14:44+0000\n" +"Last-Translator: Alexandre Fayolle \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 3.7.1\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Société" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Date de" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "Date de fin" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "Plannification de la Demande" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Emplacement" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Date de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Modifié le" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Dernière màj par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Dernière màj le" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Emplacement" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Article" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantité" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "Quantité / jour" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "Quantité dans l'unité par défaut du produit" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "Quantité réelle" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "Rechercher dans les estimation de demande" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "Estimation de demande de stock" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "Ligne d'estimation de demande de stock" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "Estimations de demande de stock" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" +"L'opération demandée ne peut aboutir en raison d'une erreur de " +"programmation : le champ `product_qty` a été modifié, et non le champ " +"`product_uom_qty`." + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "Unité de mesure" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Create Stock Demand Estimates" +#~ msgstr "Créer des estimations de demande de stock" + +#~ msgid "Date Range" +#~ msgstr "Période temporelle" + +#~ msgid "Date Range Type" +#~ msgstr "Type de de période temporelle" + +#~ msgid "Date Ranges" +#~ msgstr "Périodes temporelles" + +#~ msgid "Date to" +#~ msgstr "Date de fin" + +#~ msgid "Days between dates" +#~ msgstr "Nombre de jours dans la période" + +#~ msgid "Estimate" +#~ msgstr "Estimation" + +#~ msgid "Estimate Sheet" +#~ msgstr "Feuille d'estimation" + +#~ msgid "Estimated quantity" +#~ msgstr "Quantité estimée" + +#~ msgid "Estimates" +#~ msgstr "Estimations" + +#~ msgid "Estimating Period" +#~ msgstr "Période d'estimation" + +#~ msgid "Period" +#~ msgstr "Période" + +#~ msgid "Period Name" +#~ msgstr "Nom de la période" + +#~ msgid "Prepare" +#~ msgstr "Préparer" + +#~ msgid "Product Name" +#~ msgstr "Nom de l'article" + +#~ msgid "Products" +#~ msgstr "Articles" + +#~ msgid "Stock Demand Estimate Sheet" +#~ msgstr "Feuille d'estimation de demande de stock" + +#~ msgid "Stock Demand Estimate Sheet Line" +#~ msgstr "Ligne de la feuille d'estimation de demande de stock" + +#~ msgid "Stock Demand Estimate Wizard" +#~ msgstr "Wizard d'estimation de demande de stock" + +#~ msgid "Stock Location" +#~ msgstr "Emplacement" + +#~ msgid "The start date cannot be later than the end date." +#~ msgstr "La date de début doit être antérieure à la date de fin." + +#~ msgid "There is no ranges created." +#~ msgstr "Il n'y a pas de période." + +#~ msgid "Validate" +#~ msgstr "Valider" + +#~ msgid "You must select at least one product." +#~ msgstr "Vous devez choisir au moins un produit." + +#~ msgid "or" +#~ msgstr "ou" + +#~ msgid "to" +#~ msgstr "au" diff --git a/stock_demand_estimate/i18n/fr_CA.po b/stock_demand_estimate/i18n/fr_CA.po new file mode 100644 index 000000000..4a6bc0e58 --- /dev/null +++ b/stock_demand_estimate/i18n/fr_CA.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "Identifiant" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/fr_CH.po b/stock_demand_estimate/i18n/fr_CH.po new file mode 100644 index 000000000..3caffc0f9 --- /dev/null +++ b/stock_demand_estimate/i18n/fr_CH.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produit" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produit" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/fr_FR.po b/stock_demand_estimate/i18n/fr_FR.po new file mode 100644 index 000000000..13294b95b --- /dev/null +++ b/stock_demand_estimate/i18n/fr_FR.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produit" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantité" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produit" diff --git a/stock_demand_estimate/i18n/gl.po b/stock_demand_estimate/i18n/gl.po new file mode 100644 index 000000000..f9d76d1ba --- /dev/null +++ b/stock_demand_estimate/i18n/gl.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Compañía" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Localidade" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Modificado por última vez o" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Localidade" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Cantidade" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produto" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/gl_ES.po b/stock_demand_estimate/i18n/gl_ES.po new file mode 100644 index 000000000..9662ea1e2 --- /dev/null +++ b/stock_demand_estimate/i18n/gl_ES.po @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-05 03:49+0000\n" +"PO-Revision-Date: 2018-01-05 03:49+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" diff --git a/stock_demand_estimate/i18n/he.po b/stock_demand_estimate/i18n/he.po new file mode 100644 index 000000000..01230f539 --- /dev/null +++ b/stock_demand_estimate/i18n/he.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "מזהה" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "בטל" + +#~ msgid "or" +#~ msgstr "או" diff --git a/stock_demand_estimate/i18n/hi.po b/stock_demand_estimate/i18n/hi.po new file mode 100644 index 000000000..0a9de4111 --- /dev/null +++ b/stock_demand_estimate/i18n/hi.po @@ -0,0 +1,179 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "रद्द" diff --git a/stock_demand_estimate/i18n/hr.po b/stock_demand_estimate/i18n/hr.po new file mode 100644 index 000000000..a151e8476 --- /dev/null +++ b/stock_demand_estimate/i18n/hr.po @@ -0,0 +1,189 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Poduzeće" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Količina" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Odustani" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Proizvod" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/stock_demand_estimate/i18n/hr_HR.po b/stock_demand_estimate/i18n/hr_HR.po new file mode 100644 index 000000000..32b9c854c --- /dev/null +++ b/stock_demand_estimate/i18n/hr_HR.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Poduzeće" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Količina" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Proizvod" diff --git a/stock_demand_estimate/i18n/hu.po b/stock_demand_estimate/i18n/hu.po new file mode 100644 index 000000000..ab63c18b6 --- /dev/null +++ b/stock_demand_estimate/i18n/hu.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Vállalat" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Mégsem" + +#~ msgid "or" +#~ msgstr "vagy" diff --git a/stock_demand_estimate/i18n/id.po b/stock_demand_estimate/i18n/id.po new file mode 100644 index 000000000..9989b8c9d --- /dev/null +++ b/stock_demand_estimate/i18n/id.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Perusahaan" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Batalkan" + +#~ msgid "or" +#~ msgstr "atau" diff --git a/stock_demand_estimate/i18n/it.po b/stock_demand_estimate/i18n/it.po new file mode 100644 index 000000000..f55f7ec03 --- /dev/null +++ b/stock_demand_estimate/i18n/it.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Azienda" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Locazione" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Autore ultimo aggiornamento" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Data ultimo aggiornamento" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Locazione" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Prodotto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantià" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancella" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Prodotto" + +#~ msgid "or" +#~ msgstr "o" diff --git a/stock_demand_estimate/i18n/ja.po b/stock_demand_estimate/i18n/ja.po new file mode 100644 index 000000000..56beca2cb --- /dev/null +++ b/stock_demand_estimate/i18n/ja.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "会社" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "作成日" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "キャンセル" + +#~ msgid "or" +#~ msgstr "または" diff --git a/stock_demand_estimate/i18n/ko.po b/stock_demand_estimate/i18n/ko.po new file mode 100644 index 000000000..e162ecc75 --- /dev/null +++ b/stock_demand_estimate/i18n/ko.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "작성일" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "취소" + +#~ msgid "or" +#~ msgstr "또는" diff --git a/stock_demand_estimate/i18n/lo.po b/stock_demand_estimate/i18n/lo.po new file mode 100644 index 000000000..aecd6e90e --- /dev/null +++ b/stock_demand_estimate/i18n/lo.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "ຍົກເລີອກ" + +#~ msgid "or" +#~ msgstr "ຫຼື" diff --git a/stock_demand_estimate/i18n/lt.po b/stock_demand_estimate/i18n/lt.po new file mode 100644 index 000000000..958f19513 --- /dev/null +++ b/stock_demand_estimate/i18n/lt.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Įmonė" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Atšaukti" + +#~ msgid "or" +#~ msgstr "arba" diff --git a/stock_demand_estimate/i18n/lt_LT.po b/stock_demand_estimate/i18n/lt_LT.po new file mode 100644 index 000000000..21bb322c0 --- /dev/null +++ b/stock_demand_estimate/i18n/lt_LT.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Atšaukti" + +#~ msgid "or" +#~ msgstr "arba" diff --git a/stock_demand_estimate/i18n/lv.po b/stock_demand_estimate/i18n/lv.po new file mode 100644 index 000000000..568a08539 --- /dev/null +++ b/stock_demand_estimate/i18n/lv.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Uzņēmums" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Atcelt" + +#~ msgid "or" +#~ msgstr "vai" diff --git a/stock_demand_estimate/i18n/mk.po b/stock_demand_estimate/i18n/mk.po new file mode 100644 index 000000000..dfebdc6d9 --- /dev/null +++ b/stock_demand_estimate/i18n/mk.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Компанија" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "or" +#~ msgstr "или" diff --git a/stock_demand_estimate/i18n/mn.po b/stock_demand_estimate/i18n/mn.po new file mode 100644 index 000000000..d93024fe7 --- /dev/null +++ b/stock_demand_estimate/i18n/mn.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Компани" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Цуцлах" + +#~ msgid "or" +#~ msgstr "эсвэл" diff --git a/stock_demand_estimate/i18n/nb.po b/stock_demand_estimate/i18n/nb.po new file mode 100644 index 000000000..d0924afe3 --- /dev/null +++ b/stock_demand_estimate/i18n/nb.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Firma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/stock_demand_estimate/i18n/nb_NO.po b/stock_demand_estimate/i18n/nb_NO.po new file mode 100644 index 000000000..2d4586a4f --- /dev/null +++ b/stock_demand_estimate/i18n/nb_NO.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Firma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Lukk" diff --git a/stock_demand_estimate/i18n/nl.po b/stock_demand_estimate/i18n/nl.po new file mode 100644 index 000000000..ba73c0364 --- /dev/null +++ b/stock_demand_estimate/i18n/nl.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Datum van" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "Datum tot" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Locatie" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Datum van" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Locatie" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Product" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Hoeveelheid" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Annuleer" + +#, fuzzy +#~ msgid "Date to" +#~ msgstr "Datum tot" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Product" + +#~ msgid "or" +#~ msgstr "of" diff --git a/stock_demand_estimate/i18n/nl_BE.po b/stock_demand_estimate/i18n/nl_BE.po new file mode 100644 index 000000000..d15595f6d --- /dev/null +++ b/stock_demand_estimate/i18n/nl_BE.po @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-05 03:49+0000\n" +"PO-Revision-Date: 2018-01-05 03:49+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Hoeveelheid" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" diff --git a/stock_demand_estimate/i18n/nl_NL.po b/stock_demand_estimate/i18n/nl_NL.po new file mode 100644 index 000000000..0a882b9c3 --- /dev/null +++ b/stock_demand_estimate/i18n/nl_NL.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# Peter Hageman , 2018 +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-05 03:49+0000\n" +"PO-Revision-Date: 2018-01-05 03:49+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Locatie" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Laatst aangepast op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Locatie" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Product" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Aantal" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Product" diff --git a/stock_demand_estimate/i18n/pl.po b/stock_demand_estimate/i18n/pl.po new file mode 100644 index 000000000..aaf34c507 --- /dev/null +++ b/stock_demand_estimate/i18n/pl.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Firma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Anuluj" + +#~ msgid "or" +#~ msgstr "lub" diff --git a/stock_demand_estimate/i18n/pt.po b/stock_demand_estimate/i18n/pt.po new file mode 100644 index 000000000..423ae9fc2 --- /dev/null +++ b/stock_demand_estimate/i18n/pt.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Empresa" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantidade" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produto" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/pt_BR.po b/stock_demand_estimate/i18n/pt_BR.po new file mode 100644 index 000000000..c27742b24 --- /dev/null +++ b/stock_demand_estimate/i18n/pt_BR.po @@ -0,0 +1,194 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Empresa" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Data a partir" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Mostrar Nome" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Data a partir" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Quantidade" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#, fuzzy +#~ msgid "Date to" +#~ msgstr "Data a partir" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produto" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/pt_PT.po b/stock_demand_estimate/i18n/pt_PT.po new file mode 100644 index 000000000..2a22a9541 --- /dev/null +++ b/stock_demand_estimate/i18n/pt_PT.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Empresa" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Localização" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/stock_demand_estimate/i18n/ro.po b/stock_demand_estimate/i18n/ro.po new file mode 100644 index 000000000..89e91fb28 --- /dev/null +++ b/stock_demand_estimate/i18n/ro.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Companie" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Produs" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Cantitate" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Anuleaza" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Produs" + +#~ msgid "or" +#~ msgstr "sau" diff --git a/stock_demand_estimate/i18n/ru.po b/stock_demand_estimate/i18n/ru.po new file mode 100644 index 000000000..793fdf5fd --- /dev/null +++ b/stock_demand_estimate/i18n/ru.po @@ -0,0 +1,189 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Компания" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Создан" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Товар/Услуга" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Кол-во" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Отменена" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Товар/Услуга" + +#~ msgid "or" +#~ msgstr "или" diff --git a/stock_demand_estimate/i18n/sk.po b/stock_demand_estimate/i18n/sk.po new file mode 100644 index 000000000..b62b5f99a --- /dev/null +++ b/stock_demand_estimate/i18n/sk.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Spoločnosť" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Zrušiť" + +#~ msgid "or" +#~ msgstr "alebo" diff --git a/stock_demand_estimate/i18n/sl.po b/stock_demand_estimate/i18n/sl.po new file mode 100644 index 000000000..142b3f7a0 --- /dev/null +++ b/stock_demand_estimate/i18n/sl.po @@ -0,0 +1,194 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Družba" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "Od datuma" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "Do datuma" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "Od datuma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Lokacija" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Količina" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "Količina v privzeti EM za ta proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Preklic" + +#, fuzzy +#~ msgid "Date to" +#~ msgstr "Do datuma" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Proizvod" + +#~ msgid "or" +#~ msgstr "ali" diff --git a/stock_demand_estimate/i18n/sr.po b/stock_demand_estimate/i18n/sr.po new file mode 100644 index 000000000..b8ef95286 --- /dev/null +++ b/stock_demand_estimate/i18n/sr.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" diff --git a/stock_demand_estimate/i18n/sr@latin.po b/stock_demand_estimate/i18n/sr@latin.po new file mode 100644 index 000000000..a13016861 --- /dev/null +++ b/stock_demand_estimate/i18n/sr@latin.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/stock_demand_estimate/i18n/stock_demand_estimate.pot b/stock_demand_estimate/i18n/stock_demand_estimate.pot new file mode 100644 index 000000000..386370420 --- /dev/null +++ b/stock_demand_estimate/i18n/stock_demand_estimate.pot @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" diff --git a/stock_demand_estimate/i18n/sv.po b/stock_demand_estimate/i18n/sv.po new file mode 100644 index 000000000..1e4f8acfc --- /dev/null +++ b/stock_demand_estimate/i18n/sv.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Bolag" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/stock_demand_estimate/i18n/th.po b/stock_demand_estimate/i18n/th.po new file mode 100644 index 000000000..0961ac9a1 --- /dev/null +++ b/stock_demand_estimate/i18n/th.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "บริษัท" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "รหัส" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "ยกเลิก" + +#~ msgid "or" +#~ msgstr "หรือ" diff --git a/stock_demand_estimate/i18n/tr.po b/stock_demand_estimate/i18n/tr.po new file mode 100644 index 000000000..fda92df52 --- /dev/null +++ b/stock_demand_estimate/i18n/tr.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Şirket" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Son güncellenme" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Ürün" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Vazgeç" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Ürün" + +#~ msgid "or" +#~ msgstr "ya da" diff --git a/stock_demand_estimate/i18n/tr_TR.po b/stock_demand_estimate/i18n/tr_TR.po new file mode 100644 index 000000000..38fb40d41 --- /dev/null +++ b/stock_demand_estimate/i18n/tr_TR.po @@ -0,0 +1,189 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "Firma" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "Konum" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "Kimlik" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "Konum" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Ürün" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "Miktar" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "İptal et" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Ürün" + +#~ msgid "or" +#~ msgstr "ya da " diff --git a/stock_demand_estimate/i18n/uk.po b/stock_demand_estimate/i18n/uk.po new file mode 100644 index 000000000..97205f9d5 --- /dev/null +++ b/stock_demand_estimate/i18n/uk.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Скасувати" + +#~ msgid "or" +#~ msgstr "або" diff --git a/stock_demand_estimate/i18n/vi.po b/stock_demand_estimate/i18n/vi.po new file mode 100644 index 000000000..49d919ea1 --- /dev/null +++ b/stock_demand_estimate/i18n/vi.po @@ -0,0 +1,176 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-05 03:49+0000\n" +"PO-Revision-Date: 2018-01-05 03:49+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" diff --git a/stock_demand_estimate/i18n/vi_VN.po b/stock_demand_estimate/i18n/vi_VN.po new file mode 100644 index 000000000..ae01865d1 --- /dev/null +++ b/stock_demand_estimate/i18n/vi_VN.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "Sản phẩm" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Hủy" + +#, fuzzy +#~| msgid "Product" +#~ msgid "Product Name" +#~ msgstr "Sản phẩm" + +#~ msgid "or" +#~ msgstr "hoặc" diff --git a/stock_demand_estimate/i18n/zh_CN.po b/stock_demand_estimate/i18n/zh_CN.po new file mode 100644 index 000000000..7b4cdb3d7 --- /dev/null +++ b/stock_demand_estimate/i18n/zh_CN.po @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2019-09-28 09:24+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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "公司" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "起始日期" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "结束日期" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "需求计划" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#, fuzzy +msgid "Duration" +msgstr "位置" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +#, fuzzy +msgid "From" +msgstr "起始日期" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "ID" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "位置" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "产品" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "数量" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "数量/天" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "产品的默认计量单位数量" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "实际数量" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "搜索库存需求估算" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "库存需求估算" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "库存需求估算行" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "库存需求估算" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" +"由于设置“ product_qty”字段而不是“ product_uom_qty”的编程错误,因此无法处理请" +"求的操作。" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "计量单位" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Create Stock Demand Estimates" +#~ msgstr "创建库存需求估算" + +#~ msgid "Date Range" +#~ msgstr "日期范围" + +#~ msgid "Date Range Type" +#~ msgstr "日期范围类型" + +#~ msgid "Date Ranges" +#~ msgstr "日期范围" + +#~ msgid "Date to" +#~ msgstr "结束日期" + +#~ msgid "Days between dates" +#~ msgstr "日期间隔天数" + +#~ msgid "Estimate" +#~ msgstr "估算" + +#~ msgid "Estimate Sheet" +#~ msgstr "估算表" + +#~ msgid "Estimated quantity" +#~ msgstr "估算数量" + +#~ msgid "Estimates" +#~ msgstr "估算" + +#~ msgid "Estimating Period" +#~ msgstr "估算期" + +#~ msgid "Period" +#~ msgstr "期间" + +#~ msgid "Period Name" +#~ msgstr "期间名称" + +#~ msgid "Prepare" +#~ msgstr "准备" + +#~ msgid "Product Name" +#~ msgstr "产品名称" + +#~ msgid "Products" +#~ msgstr "产品" + +#~ msgid "Stock Demand Estimate Sheet" +#~ msgstr "库存需求估算表" + +#~ msgid "Stock Demand Estimate Sheet Line" +#~ msgstr "库存需求估算表行" + +#~ msgid "Stock Demand Estimate Wizard" +#~ msgstr "库存需求估算向导" + +#~ msgid "Stock Location" +#~ msgstr "库存位置" + +#~ msgid "The start date cannot be later than the end date." +#~ msgstr "开始日期不能晚于结束日期。" + +#~ msgid "There is no ranges created." +#~ msgstr "没有创建范围。" + +#~ msgid "Validate" +#~ msgstr "验证" + +#~ msgid "You must select at least one product." +#~ msgstr "您必须至少选择一种产品。" + +#~ msgid "or" +#~ msgstr "或" + +#~ msgid "to" +#~ msgstr "至" diff --git a/stock_demand_estimate/i18n/zh_TW.po b/stock_demand_estimate/i18n/zh_TW.po new file mode 100644 index 000000000..3c0f1a7c9 --- /dev/null +++ b/stock_demand_estimate/i18n/zh_TW.po @@ -0,0 +1,183 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 14:35+0000\n" +"PO-Revision-Date: 2018-01-16 14:35+0000\n" +"Last-Translator: OCA Transbot , 2018\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: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id +msgid "Company" +msgstr "公司" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +msgid "Created on" +msgstr "建立於" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_duration +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_form +msgid "Duration" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__duration +msgid "Duration (computed))" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__manual_duration +msgid "Duration (in days)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_from +msgid "From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_from +msgid "From (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +msgid "ID" +msgstr "編號" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:0 +#, python-format +msgid "" +"The requested operation cannot be processed because of a programming error " +"setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__manual_date_to +msgid "To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_to +msgid "To (computed)" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom +msgid "Unit of measure" +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "刪除" + +#~ msgid "or" +#~ msgstr "或" diff --git a/stock_demand_estimate/models/__init__.py b/stock_demand_estimate/models/__init__.py new file mode 100644 index 000000000..7600975f0 --- /dev/null +++ b/stock_demand_estimate/models/__init__.py @@ -0,0 +1 @@ +from . import stock_demand_estimate diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py new file mode 100644 index 000000000..5f0af2d58 --- /dev/null +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -0,0 +1,134 @@ +# Copyright 2016-20 ForgeFlow S.L. (https://www.forgeflow.com) +# Copyright 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from datetime import date, timedelta + +from odoo import _, api, fields, models +from odoo.exceptions import UserError + + +class StockDemandEstimate(models.Model): + _name = "stock.demand.estimate" + _description = "Stock Demand Estimate Line" + + date_from = fields.Date( + compute="_compute_dates", string="From (computed)", store=True + ) + date_to = fields.Date(compute="_compute_dates", string="To (computed)", store=True) + manual_date_from = fields.Date(string="From") + manual_date_to = fields.Date(string="To") + manual_duration = fields.Integer( + string="Duration", help="Duration (in days)", default=1 + ) + duration = fields.Integer( + compute="_compute_dates", string="Duration (computed))", store=True + ) + product_id = fields.Many2one( + comodel_name="product.product", string="Product", required=True + ) + product_uom = fields.Many2one(comodel_name="uom.uom", string="Unit of measure") + location_id = fields.Many2one( + comodel_name="stock.location", string="Location", required=True + ) + product_uom_qty = fields.Float(string="Quantity", digits="Product Unit of Measure") + product_qty = fields.Float( + "Real Quantity", + compute="_compute_product_quantity", + inverse="_inverse_product_quantity", + digits=0, + store=True, + help="Quantity in the default UoM of the product", + readonly=True, + ) + daily_qty = fields.Float(string="Quantity / Day", compute="_compute_daily_qty") + company_id = fields.Many2one( + comodel_name="res.company", + string="Company", + required=True, + default=lambda self: self.env.company, + ) + + @api.depends("manual_duration", "manual_date_from", "manual_date_to") + def _compute_dates(self): + today = date.today() + for rec in self: + rec.date_from = rec.manual_date_from or today + if rec.manual_date_to: + rec.date_to = rec.manual_date_to + rec.duration = (rec.manual_date_to - rec.date_from).days + 1 + elif rec.manual_duration: + rec.date_to = rec.date_from + timedelta(days=rec.manual_duration - 1) + rec.duration = rec.manual_duration + else: + rec.date_to = rec.date_from + timedelta(days=1) + rec.duration = 2 + + @api.depends("product_qty", "duration") + def _compute_daily_qty(self): + for rec in self: + if rec.duration: + rec.daily_qty = rec.product_qty / rec.duration + else: + rec.daily_qty = 0.0 + + @api.depends("product_id", "product_uom", "product_uom_qty") + def _compute_product_quantity(self): + for rec in self: + if rec.product_uom: + rec.product_qty = rec.product_uom._compute_quantity( + rec.product_uom_qty, rec.product_id.uom_id + ) + else: + rec.product_qty = rec.product_uom_qty + + def _inverse_product_quantity(self): + raise UserError( + _( + "The requested operation cannot be " + "processed because of a programming error " + "setting the `product_qty` field instead " + "of the `product_uom_qty`." + ) + ) + + def name_get(self): + res = [] + for rec in self: + name = "{} - {}: {} - {}".format( + rec.date_from, rec.date_to, rec.product_id.name, rec.location_id.name + ) + res.append((rec.id, name)) + return res + + @api.onchange("manual_date_to") + def _onchange_manual_date_to(self): + for rec in self: + if rec.manual_date_from: + rec.manual_duration = ( + rec.manual_date_to - rec.manual_date_from + ).days + 1 + + @api.onchange("manual_duration") + def _onchange_manual_duration(self): + for rec in self: + if rec.manual_date_from: + rec.manual_date_to = rec.manual_date_from + timedelta( + days=rec.manual_duration - 1 + ) + + @api.model + def get_quantity_by_date_range(self, date_start, date_end): + """To be used in other modules""" + # Check if the dates overlap with the period + period_date_start = self.date_from + period_date_end = self.date_to + + # We need only the periods that overlap + # the dates introduced by the user. + if period_date_start <= date_end and period_date_end >= date_start: + overlap_date_start = max(period_date_start, date_start) + overlap_date_end = min(period_date_end, date_end) + days = (abs(overlap_date_end - overlap_date_start)).days + 1 + return days * self.daily_qty + return 0.0 diff --git a/stock_demand_estimate/readme/CONTRIBUTORS.rst b/stock_demand_estimate/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..10be2497b --- /dev/null +++ b/stock_demand_estimate/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jordi Ballester Alomar +* Lois Rilo diff --git a/stock_demand_estimate/readme/DESCRIPTION.rst b/stock_demand_estimate/readme/DESCRIPTION.rst new file mode 100644 index 000000000..9f8401d71 --- /dev/null +++ b/stock_demand_estimate/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. diff --git a/stock_demand_estimate/security/ir.model.access.csv b/stock_demand_estimate/security/ir.model.access.csv new file mode 100644 index 000000000..a250f8113 --- /dev/null +++ b/stock_demand_estimate/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_stock_demand_estimate,stock.orderpoint.demand.estimate,model_stock_demand_estimate,stock.group_stock_user,1,0,0,0 +access_stock_demand_estimate_system,stock.orderpoint.demand.estimate system,model_stock_demand_estimate,stock.group_stock_manager,1,1,1,1 diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml new file mode 100644 index 000000000..aa76e3125 --- /dev/null +++ b/stock_demand_estimate/security/stock_security.xml @@ -0,0 +1,11 @@ + + + + Stock demand estimate multi-company + + + ['|',('company_id','=',False),('company_id', 'in', company_ids)] + + diff --git a/stock_demand_estimate/static/description/icon.png b/stock_demand_estimate/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_demand_estimate/static/description/icon.png differ diff --git a/stock_demand_estimate/static/description/index.html b/stock_demand_estimate/static/description/index.html new file mode 100644 index 000000000..892f629bc --- /dev/null +++ b/stock_demand_estimate/static/description/index.html @@ -0,0 +1,422 @@ + + + + + + +Stock Demand Estimate + + + +
+

Stock Demand Estimate

+ + +

Production/Stable License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module allows to create demand estimates for a given product and +location, on configurable time periods.

+

The module does not provide in itself any specific usage of the estimates.

+

Table of contents

+ +
+

Bug Tracker

+

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

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

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

+
+
+
+ + diff --git a/stock_demand_estimate/tests/__init__.py b/stock_demand_estimate/tests/__init__.py new file mode 100644 index 000000000..76f27166f --- /dev/null +++ b/stock_demand_estimate/tests/__init__.py @@ -0,0 +1 @@ +from . import test_stock_demand_estimate diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py new file mode 100644 index 000000000..5ede169e3 --- /dev/null +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -0,0 +1,175 @@ +# Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from datetime import date, timedelta as td + +from odoo.exceptions import UserError +from odoo.tests.common import TransactionCase + + +class TestStockDemandEstimate(TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.res_users_model = cls.env["res.users"] + cls.product_model = cls.env["product.product"] + cls.stock_location_model = cls.env["stock.location"] + cls.estimate_model = cls.env["stock.demand.estimate"] + + cls.g_stock_manager = cls.env.ref("stock.group_stock_manager") + cls.g_stock_user = cls.env.ref("stock.group_stock_user") + cls.company = cls.env.ref("base.main_company") + cls.uom_unit = cls.env.ref("uom.product_uom_unit") + cls.uom_dozen = cls.env.ref("uom.product_uom_dozen") + + # Create users: + cls.manager = cls._create_user("user_1", [cls.g_stock_manager], cls.company).id + cls.user = cls._create_user("user_2", [cls.g_stock_user], cls.company).id + + # Create a product: + cls.product_1 = cls.product_model.create( + { + "name": "Test Product 1", + "type": "product", + "default_code": "PROD1", + "uom_id": cls.uom_unit.id, + } + ) + # Create a location: + cls.location = cls.stock_location_model.create( + {"name": "Place", "usage": "production"} + ) + + @classmethod + def _create_user(cls, login, groups, company): + group_ids = [group.id for group in groups] + user = cls.res_users_model.create( + { + "name": login, + "login": login, + "password": "demo", + "email": "example@yourcompany.com", + "company_id": company.id, + "company_ids": [(4, company.id)], + "groups_id": [(6, 0, group_ids)], + } + ) + return user + + def test_01_create_estimate(self): + """Crete an estimate entering manually the date from and date to.""" + date_from = date.today() + td(days=10) + date_to = date.today() + td(days=19) + estimate = self.estimate_model.create( + { + "product_id": self.product_1.id, + "location_id": self.location.id, + "manual_date_from": date_from, + "manual_date_to": date_to, + "product_uom_qty": 500.0, + } + ) + self.assertEqual(estimate.date_from, date_from) + self.assertEqual(estimate.date_to, date_to) + self.assertEqual(estimate.duration, 10) + self.assertEqual(estimate.product_qty, 500.0) + self.assertEqual(estimate.daily_qty, 500.0 / 10.0) + + def test_02_create_estimate_by_duration_and_different_uom(self): + """Create an estimate entering manually the date from, duration and + using a different UoM than product's.""" + date_from = date.today() + td(days=10) + estimate = self.estimate_model.create( + { + "product_id": self.product_1.id, + "location_id": self.location.id, + "manual_date_from": date_from, + "manual_duration": 15, + "product_uom_qty": 100.0, + "product_uom": self.uom_dozen.id, + } + ) + self.assertEqual(estimate.date_from, date_from) + expected_date_to = estimate.date_from + td(days=15 - 1) + self.assertEqual(estimate.date_to, expected_date_to) + self.assertEqual(estimate.duration, 15) + expected_qty = 100 * 12.0 # 100 dozens -> units + self.assertEqual(estimate.product_qty, expected_qty) + self.assertEqual(estimate.daily_qty, expected_qty / 15) + + def test_03_get_qty_by_range(self): + date_from = date.today() + td(days=10) + date_to = date.today() + td(days=19) + estimate = self.estimate_model.create( + { + "product_id": self.product_1.id, + "location_id": self.location.id, + "manual_date_from": date_from, + "manual_date_to": date_to, + "product_uom_qty": 100.0, + } + ) + self.assertEqual(estimate.duration, 10.0) + self.assertEqual(estimate.daily_qty, 10.0) + res = estimate.get_quantity_by_date_range( + date_from + td(days=3), date_from + td(days=17) + ) + self.assertEqual(res, 70) + res = estimate.get_quantity_by_date_range( + date_from + td(days=3), date_from + td(days=7) + ) + self.assertEqual(res, 50) + # get full period + res = estimate.get_quantity_by_date_range(date.today(), date_from + td(days=17)) + self.assertEqual(res, 100) + # Get exact period: + res = estimate.get_quantity_by_date_range(estimate.date_from, estimate.date_to) + self.assertEqual(res, 100) + # Ask for interval out fo the estimate's: + res = estimate.get_quantity_by_date_range( + date.today(), date.today() + td(days=8) + ) + self.assertEqual(res, 0) + + def test_04_name_get(self): + date_from = date.today() + td(days=10) + estimate = self.estimate_model.create( + { + "product_id": self.product_1.id, + "location_id": self.location.id, + "manual_date_from": date_from, + "manual_duration": False, # to test else case in _compute_dates. + "product_uom_qty": 500.0, + } + ) + res = estimate.name_get() + self.assertEqual(len(res), 1) + rec_id, name_get = res[0] + self.assertEqual(estimate.id, rec_id) + self.assertIn(self.product_1.name, name_get) + + def test_05_onchange_methods(self): + date_from = date.today() + td(days=10) + date_to = date.today() + td(days=19) + estimate = self.estimate_model.new( + { + "product_id": self.product_1.id, + "location_id": self.location.id, + "manual_date_from": date_from, + "manual_date_to": date_to, + "product_uom_qty": 500.0, + } + ) + estimate._onchange_manual_date_to() + self.assertEqual(estimate.manual_duration, 10) + # Change duration manually: + estimate.manual_duration = 5 + estimate._onchange_manual_duration() + self.assertEqual(estimate.manual_date_to, date_from + td(days=4)) + estimate._compute_product_quantity() + self.assertEqual(estimate.product_qty, 500) + with self.assertRaises(UserError): + estimate._inverse_product_quantity() + estimate.product_uom = False + estimate._compute_product_quantity() + self.assertEqual(estimate.product_qty, 0) diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml new file mode 100644 index 000000000..b9b01334b --- /dev/null +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -0,0 +1,87 @@ + + + + stock.demand.estimate.tree + stock.demand.estimate + + + + + + + + + + + + + + + stock.demand.estimate.form + stock.demand.estimate + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+
+ + stock.demand.estimate.pivot + stock.demand.estimate + + + + + + + + + + stock.demand.estimate.search + stock.demand.estimate + + + + + + + + + Stock Demand Estimates + ir.actions.act_window + stock.demand.estimate + tree,form,pivot + + + + +