mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
1
setup/stock_demand_estimate/odoo/addons/stock_demand_estimate
Symbolic link
1
setup/stock_demand_estimate/odoo/addons/stock_demand_estimate
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../stock_demand_estimate
|
||||
6
setup/stock_demand_estimate/setup.py
Normal file
6
setup/stock_demand_estimate/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
77
stock_demand_estimate/README.rst
Normal file
77
stock_demand_estimate/README.rst
Normal file
@@ -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 <https://github.com/OCA/stock-logistics-warehouse/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 <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_demand_estimate%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
|
||||
* ForgeFlow
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
|
||||
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 <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
1
stock_demand_estimate/__init__.py
Normal file
1
stock_demand_estimate/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import models
|
||||
19
stock_demand_estimate/__manifest__.py
Normal file
19
stock_demand_estimate/__manifest__.py
Normal file
@@ -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,
|
||||
}
|
||||
182
stock_demand_estimate/i18n/am.po
Normal file
182
stock_demand_estimate/i18n/am.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/ar.po
Normal file
183
stock_demand_estimate/i18n/ar.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "أو"
|
||||
182
stock_demand_estimate/i18n/bg.po
Normal file
182
stock_demand_estimate/i18n/bg.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "или"
|
||||
183
stock_demand_estimate/i18n/bs.po
Normal file
183
stock_demand_estimate/i18n/bs.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/ca.po
Normal file
188
stock_demand_estimate/i18n/ca.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
180
stock_demand_estimate/i18n/ca_ES.po
Normal file
180
stock_demand_estimate/i18n/ca_ES.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/cs.po
Normal file
182
stock_demand_estimate/i18n/cs.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/da.po
Normal file
183
stock_demand_estimate/i18n/da.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
193
stock_demand_estimate/i18n/de.po
Normal file
193
stock_demand_estimate/i18n/de.po
Normal file
@@ -0,0 +1,193 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/el_GR.po
Normal file
188
stock_demand_estimate/i18n/el_GR.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "ή"
|
||||
183
stock_demand_estimate/i18n/en_AU.po
Normal file
183
stock_demand_estimate/i18n/en_AU.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/en_GB.po
Normal file
183
stock_demand_estimate/i18n/en_GB.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
193
stock_demand_estimate/i18n/es.po
Normal file
193
stock_demand_estimate/i18n/es.po
Normal file
@@ -0,0 +1,193 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_AR.po
Normal file
183
stock_demand_estimate/i18n/es_AR.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_CL.po
Normal file
183
stock_demand_estimate/i18n/es_CL.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_CO.po
Normal file
183
stock_demand_estimate/i18n/es_CO.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_CR.po
Normal file
183
stock_demand_estimate/i18n/es_CR.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_DO.po
Normal file
183
stock_demand_estimate/i18n/es_DO.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_EC.po
Normal file
183
stock_demand_estimate/i18n/es_EC.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
189
stock_demand_estimate/i18n/es_ES.po
Normal file
189
stock_demand_estimate/i18n/es_ES.po
Normal file
@@ -0,0 +1,189 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/es_MX.po
Normal file
183
stock_demand_estimate/i18n/es_MX.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "ó"
|
||||
180
stock_demand_estimate/i18n/es_PE.po
Normal file
180
stock_demand_estimate/i18n/es_PE.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
180
stock_demand_estimate/i18n/es_PY.po
Normal file
180
stock_demand_estimate/i18n/es_PY.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
180
stock_demand_estimate/i18n/es_VE.po
Normal file
180
stock_demand_estimate/i18n/es_VE.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/et.po
Normal file
182
stock_demand_estimate/i18n/et.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
187
stock_demand_estimate/i18n/eu.po
Normal file
187
stock_demand_estimate/i18n/eu.po
Normal file
@@ -0,0 +1,187 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/fa.po
Normal file
182
stock_demand_estimate/i18n/fa.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "یا"
|
||||
188
stock_demand_estimate/i18n/fi.po
Normal file
188
stock_demand_estimate/i18n/fi.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
263
stock_demand_estimate/i18n/fr.po
Normal file
263
stock_demand_estimate/i18n/fr.po
Normal file
@@ -0,0 +1,263 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <alexandre.fayolle@camptocamp.com>\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"
|
||||
183
stock_demand_estimate/i18n/fr_CA.po
Normal file
183
stock_demand_estimate/i18n/fr_CA.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/fr_CH.po
Normal file
188
stock_demand_estimate/i18n/fr_CH.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
185
stock_demand_estimate/i18n/fr_FR.po
Normal file
185
stock_demand_estimate/i18n/fr_FR.po
Normal file
@@ -0,0 +1,185 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/gl.po
Normal file
188
stock_demand_estimate/i18n/gl.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
177
stock_demand_estimate/i18n/gl_ES.po
Normal file
177
stock_demand_estimate/i18n/gl_ES.po
Normal file
@@ -0,0 +1,177 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
182
stock_demand_estimate/i18n/he.po
Normal file
182
stock_demand_estimate/i18n/he.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "או"
|
||||
179
stock_demand_estimate/i18n/hi.po
Normal file
179
stock_demand_estimate/i18n/hi.po
Normal file
@@ -0,0 +1,179 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "रद्द"
|
||||
189
stock_demand_estimate/i18n/hr.po
Normal file
189
stock_demand_estimate/i18n/hr.po
Normal file
@@ -0,0 +1,189 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
187
stock_demand_estimate/i18n/hr_HR.po
Normal file
187
stock_demand_estimate/i18n/hr_HR.po
Normal file
@@ -0,0 +1,187 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/hu.po
Normal file
182
stock_demand_estimate/i18n/hu.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/id.po
Normal file
182
stock_demand_estimate/i18n/id.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/it.po
Normal file
188
stock_demand_estimate/i18n/it.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/ja.po
Normal file
182
stock_demand_estimate/i18n/ja.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "または"
|
||||
182
stock_demand_estimate/i18n/ko.po
Normal file
182
stock_demand_estimate/i18n/ko.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "또는"
|
||||
182
stock_demand_estimate/i18n/lo.po
Normal file
182
stock_demand_estimate/i18n/lo.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "ຫຼື"
|
||||
183
stock_demand_estimate/i18n/lt.po
Normal file
183
stock_demand_estimate/i18n/lt.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
184
stock_demand_estimate/i18n/lt_LT.po
Normal file
184
stock_demand_estimate/i18n/lt_LT.po
Normal file
@@ -0,0 +1,184 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
183
stock_demand_estimate/i18n/lv.po
Normal file
183
stock_demand_estimate/i18n/lv.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/mk.po
Normal file
182
stock_demand_estimate/i18n/mk.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "или"
|
||||
182
stock_demand_estimate/i18n/mn.po
Normal file
182
stock_demand_estimate/i18n/mn.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "эсвэл"
|
||||
183
stock_demand_estimate/i18n/nb.po
Normal file
183
stock_demand_estimate/i18n/nb.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
180
stock_demand_estimate/i18n/nb_NO.po
Normal file
180
stock_demand_estimate/i18n/nb_NO.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
193
stock_demand_estimate/i18n/nl.po
Normal file
193
stock_demand_estimate/i18n/nl.po
Normal file
@@ -0,0 +1,193 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
177
stock_demand_estimate/i18n/nl_BE.po
Normal file
177
stock_demand_estimate/i18n/nl_BE.po
Normal file
@@ -0,0 +1,177 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
184
stock_demand_estimate/i18n/nl_NL.po
Normal file
184
stock_demand_estimate/i18n/nl_NL.po
Normal file
@@ -0,0 +1,184 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2018
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
184
stock_demand_estimate/i18n/pl.po
Normal file
184
stock_demand_estimate/i18n/pl.po
Normal file
@@ -0,0 +1,184 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/pt.po
Normal file
188
stock_demand_estimate/i18n/pt.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
194
stock_demand_estimate/i18n/pt_BR.po
Normal file
194
stock_demand_estimate/i18n/pt_BR.po
Normal file
@@ -0,0 +1,194 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
184
stock_demand_estimate/i18n/pt_PT.po
Normal file
184
stock_demand_estimate/i18n/pt_PT.po
Normal file
@@ -0,0 +1,184 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
188
stock_demand_estimate/i18n/ro.po
Normal file
188
stock_demand_estimate/i18n/ro.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
189
stock_demand_estimate/i18n/ru.po
Normal file
189
stock_demand_estimate/i18n/ru.po
Normal file
@@ -0,0 +1,189 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "или"
|
||||
182
stock_demand_estimate/i18n/sk.po
Normal file
182
stock_demand_estimate/i18n/sk.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
194
stock_demand_estimate/i18n/sl.po
Normal file
194
stock_demand_estimate/i18n/sl.po
Normal file
@@ -0,0 +1,194 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
180
stock_demand_estimate/i18n/sr.po
Normal file
180
stock_demand_estimate/i18n/sr.po
Normal file
@@ -0,0 +1,180 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
184
stock_demand_estimate/i18n/sr@latin.po
Normal file
184
stock_demand_estimate/i18n/sr@latin.po
Normal file
@@ -0,0 +1,184 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
171
stock_demand_estimate/i18n/stock_demand_estimate.pot
Normal file
171
stock_demand_estimate/i18n/stock_demand_estimate.pot
Normal file
@@ -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 ""
|
||||
182
stock_demand_estimate/i18n/sv.po
Normal file
182
stock_demand_estimate/i18n/sv.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
182
stock_demand_estimate/i18n/th.po
Normal file
182
stock_demand_estimate/i18n/th.po
Normal file
@@ -0,0 +1,182 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "หรือ"
|
||||
187
stock_demand_estimate/i18n/tr.po
Normal file
187
stock_demand_estimate/i18n/tr.po
Normal file
@@ -0,0 +1,187 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
189
stock_demand_estimate/i18n/tr_TR.po
Normal file
189
stock_demand_estimate/i18n/tr_TR.po
Normal file
@@ -0,0 +1,189 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "
|
||||
183
stock_demand_estimate/i18n/uk.po
Normal file
183
stock_demand_estimate/i18n/uk.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "або"
|
||||
176
stock_demand_estimate/i18n/vi.po
Normal file
176
stock_demand_estimate/i18n/vi.po
Normal file
@@ -0,0 +1,176 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
188
stock_demand_estimate/i18n/vi_VN.po
Normal file
188
stock_demand_estimate/i18n/vi_VN.po
Normal file
@@ -0,0 +1,188 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
263
stock_demand_estimate/i18n/zh_CN.po
Normal file
263
stock_demand_estimate/i18n/zh_CN.po
Normal file
@@ -0,0 +1,263 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 "至"
|
||||
183
stock_demand_estimate/i18n/zh_TW.po
Normal file
183
stock_demand_estimate/i18n/zh_TW.po
Normal file
@@ -0,0 +1,183 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_demand_estimate
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "或"
|
||||
1
stock_demand_estimate/models/__init__.py
Normal file
1
stock_demand_estimate/models/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import stock_demand_estimate
|
||||
134
stock_demand_estimate/models/stock_demand_estimate.py
Normal file
134
stock_demand_estimate/models/stock_demand_estimate.py
Normal file
@@ -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
|
||||
2
stock_demand_estimate/readme/CONTRIBUTORS.rst
Normal file
2
stock_demand_estimate/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
4
stock_demand_estimate/readme/DESCRIPTION.rst
Normal file
4
stock_demand_estimate/readme/DESCRIPTION.rst
Normal file
@@ -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.
|
||||
3
stock_demand_estimate/security/ir.model.access.csv
Normal file
3
stock_demand_estimate/security/ir.model.access.csv
Normal file
@@ -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
|
||||
|
11
stock_demand_estimate/security/stock_security.xml
Normal file
11
stock_demand_estimate/security/stock_security.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<record id="stock_demand_estimate_comp_rule" model="ir.rule">
|
||||
<field name="name">Stock demand estimate multi-company</field>
|
||||
<field name="model_id" ref="model_stock_demand_estimate" />
|
||||
<field name="global" eval="True" />
|
||||
<field
|
||||
name="domain_force"
|
||||
>['|',('company_id','=',False),('company_id', 'in', company_ids)]</field>
|
||||
</record>
|
||||
</odoo>
|
||||
BIN
stock_demand_estimate/static/description/icon.png
Normal file
BIN
stock_demand_estimate/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
422
stock_demand_estimate/static/description/index.html
Normal file
422
stock_demand_estimate/static/description/index.html
Normal file
@@ -0,0 +1,422 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Stock Demand Estimate</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="stock-demand-estimate">
|
||||
<h1 class="title">Stock Demand Estimate</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_demand_estimate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows to create demand estimates for a given product and
|
||||
location, on configurable time periods.</p>
|
||||
<p>The module does not provide in itself any specific usage of the estimates.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
|
||||
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
|
||||
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_demand_estimate%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>ForgeFlow</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Jordi Ballester Alomar <<a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a>></li>
|
||||
<li>Lois Rilo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>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.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
stock_demand_estimate/tests/__init__.py
Normal file
1
stock_demand_estimate/tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import test_stock_demand_estimate
|
||||
175
stock_demand_estimate/tests/test_stock_demand_estimate.py
Normal file
175
stock_demand_estimate/tests/test_stock_demand_estimate.py
Normal file
@@ -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)
|
||||
87
stock_demand_estimate/views/stock_demand_estimate_view.xml
Normal file
87
stock_demand_estimate/views/stock_demand_estimate_view.xml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" ?>
|
||||
<odoo>
|
||||
<record id="stock_demand_estimate_view_tree" model="ir.ui.view">
|
||||
<field name="name">stock.demand.estimate.tree</field>
|
||||
<field name="model">stock.demand.estimate</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree>
|
||||
<field name="date_from" string="Date From" />
|
||||
<field name="date_to" string="Date To" />
|
||||
<field name="product_id" />
|
||||
<field name="location_id" />
|
||||
<field name="product_uom_qty" />
|
||||
<field name="product_uom" />
|
||||
<field name="product_qty" />
|
||||
<field name="daily_qty" />
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<record id="stock_demand_estimate_view_form" model="ir.ui.view">
|
||||
<field name="name">stock.demand.estimate.form</field>
|
||||
<field name="model">stock.demand.estimate</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<sheet>
|
||||
<group>
|
||||
<group name="dates_read" class="oe_read_only">
|
||||
<field name="date_from" string="Date From" />
|
||||
<field name="date_to" string="Date To" />
|
||||
<field name="duration" string="Duration" />
|
||||
</group>
|
||||
<group name="dates_edit" class="oe_edit_only">
|
||||
<field name="manual_date_from" string="Date From" />
|
||||
<field name="manual_date_to" string="Date To" />
|
||||
<field name="manual_duration" string="Duration" />
|
||||
</group>
|
||||
<group>
|
||||
<field name="product_id" />
|
||||
<field name="location_id" />
|
||||
<field name="product_uom_qty" />
|
||||
<field name="product_uom" />
|
||||
<field name="daily_qty" />
|
||||
</group>
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record id="stock_demand_estimate_view_pivot" model="ir.ui.view">
|
||||
<field name="name">stock.demand.estimate.pivot</field>
|
||||
<field name="model">stock.demand.estimate</field>
|
||||
<field name="arch" type="xml">
|
||||
<pivot string="Stock Demand Estimate">
|
||||
<field name="product_qty" type="measure" />
|
||||
<field name="product_id" type="row" />
|
||||
<field name="date_from" type="col" />
|
||||
</pivot>
|
||||
</field>
|
||||
</record>
|
||||
<record id="stock_demand_estimate_view_search" model="ir.ui.view">
|
||||
<field name="name">stock.demand.estimate.search</field>
|
||||
<field name="model">stock.demand.estimate</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Search Stock Demand Estimates">
|
||||
<field name="product_id" />
|
||||
<field name="location_id" />
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
<record id="stock_demand_estimate_action" model="ir.actions.act_window">
|
||||
<field name="name">Stock Demand Estimates</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">stock.demand.estimate</field>
|
||||
<field name="view_mode">tree,form,pivot</field>
|
||||
<field name="search_view_id" ref="stock_demand_estimate_view_search" />
|
||||
</record>
|
||||
<menuitem
|
||||
id="stock_demand_planning_menu"
|
||||
name="Demand Planning"
|
||||
parent="stock.menu_stock_root"
|
||||
sequence="10"
|
||||
/>
|
||||
<menuitem
|
||||
id="stock_demand_estimate_menu"
|
||||
parent="stock_demand_planning_menu"
|
||||
action="stock_demand_estimate_action"
|
||||
/>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user