mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] Improve migration to 11.0
This commit is contained in:
committed by
ps-tubtim
parent
af5398bef0
commit
8cff602b08
@@ -20,7 +20,7 @@ Configuration
|
||||
|
||||
By default, this module computes the stock available to promise as the virtual
|
||||
stock.
|
||||
To take advantage of the additional features, you must which information you
|
||||
To take advantage of the additional features, you must define on which information you
|
||||
want to base the computation, by checking one or more boxes in the settings:
|
||||
`Inventory` > `Configuration` > `Settings` > `Stock available to promise`.
|
||||
In case of "Include the production potential", it is also possible to configure
|
||||
@@ -73,4 +73,4 @@ 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.
|
||||
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Lukáš Spurný <lukasspurny8@gmail.com>, 2018
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2018-02-27 11:37+0000\n"
|
||||
"PO-Revision-Date: 2018-02-27 11:37+0000\n"
|
||||
"Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n"
|
||||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/teams/23907/cs_CZ/)\n"
|
||||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/"
|
||||
"teams/23907/cs_CZ/)\n"
|
||||
"Language: cs_CZ\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs_CZ\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr "K dispozici na slib"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -53,17 +54,17 @@ msgstr ""
|
||||
"výpočet zásob"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr "Vyloučení zboží již v nabídkách prodeje"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Vylučte příchozí zboží"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr "Zahrnout výrobní potenciál"
|
||||
|
||||
@@ -89,8 +90,8 @@ msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
"Množství tohoto výrobku, které by mohlo být vyrobeno z materiálů, které jsou"
|
||||
" již k dispozici."
|
||||
"Množství tohoto výrobku, které by mohlo být vyrobeno z materiálů, které jsou "
|
||||
"již k dispozici."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
@@ -99,8 +100,8 @@ msgid ""
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
"Množství tohoto výrobku, které by mohlo být vyrobeno z materiálů, které jsou"
|
||||
" již k dispozici. Pokud má produkt několik variant, bude to největší "
|
||||
"Množství tohoto výrobku, které by mohlo být vyrobeno z materiálů, které jsou "
|
||||
"již k dispozici. Pokud má produkt několik variant, bude to největší "
|
||||
"množství, které lze vyrobit pro libovolnou variantu."
|
||||
|
||||
#. module: stock_available
|
||||
@@ -109,20 +110,31 @@ msgid "Stock available to promise"
|
||||
msgstr "Zásoby k dispozici"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs"
|
||||
msgstr ""
|
||||
"Sklad pro tento produkt, který může být bezpečně navržen k prodeji "
|
||||
"zákazníkům. Definice této hodnoty může být konfigurována tak, aby vyhovovala"
|
||||
" vašim potřebám"
|
||||
"zákazníkům. Definice této hodnoty může být konfigurována tak, aby vyhovovala "
|
||||
"vašim potřebám"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
"Sklad pro tento produkt, který může být bezpečně navržen k prodeji "
|
||||
"zákazníkům. Definice této hodnoty může být konfigurována tak, aby vyhovovala "
|
||||
"vašim potřebám"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
@@ -131,31 +143,35 @@ msgstr ""
|
||||
"modul mrp není nainstalován, instaluje se taky"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
"Tím se odečtou příchozí veličiny z množství, která je k dispozici pro slib. "
|
||||
"\"Instaluje modul stock_available_immediately."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
"Tím se odečtou množství z prodejních kotací z množství, která je k dispozici"
|
||||
" pro slib. \"Instaluje moduly stock_available_sale.\" Pokud nejsou "
|
||||
"Tím se odečtou množství z prodejních kotací z množství, která je k dispozici "
|
||||
"pro slib. \"Instaluje moduly stock_available_sale.\" Pokud nejsou "
|
||||
"nainstalovány moduly prodeje a sales_delivery_date, nainstalují se je také"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "na základě"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2016-04-14 12:02+0000\n"
|
||||
"PO-Revision-Date: 2016-04-22 09:17+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/de/)\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-stock-logistics-"
|
||||
"warehouse-9-0/language/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -24,6 +25,13 @@ msgstr ""
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Verfügbar</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
#, fuzzy
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Verfügbar</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
@@ -36,10 +44,34 @@ msgid "Available to promise"
|
||||
msgstr "Verfügbar für Lieferversprechen"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
"Only the quantity fields have meaning for computing stock"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Warenzugänge ausschließen"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -50,27 +82,90 @@ msgstr "Produkt"
|
||||
msgid "Product Template"
|
||||
msgstr "Produktvorlage"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr "Bestand für Lieferversprechen verfügbar"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs"
|
||||
msgstr "Bestand dieses Produkts, der sicher einem Kunden verkauft werden kann.\nDie Definition dieses Werts kann an Ihre Bedürfnisse angepasst werden"
|
||||
msgstr ""
|
||||
"Bestand dieses Produkts, der sicher einem Kunden verkauft werden kann.\n"
|
||||
"Die Definition dieses Werts kann an Ihre Bedürfnisse angepasst werden"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr "Warenzugänge werden von dem für Lieferversprechen verfügbaren Bestand abgezogen.\nDas Modul stock_available_immediately wird installiert."
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
"Bestand dieses Produkts, der sicher einem Kunden verkauft werden kann.\n"
|
||||
"Die Definition dieses Werts kann an Ihre Bedürfnisse angepasst werden"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
"Warenzugänge werden von dem für Lieferversprechen verfügbaren Bestand "
|
||||
"abgezogen.\n"
|
||||
"Das Modul stock_available_immediately wird installiert."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
"Warenzugänge werden von dem für Lieferversprechen verfügbaren Bestand "
|
||||
"abgezogen.\n"
|
||||
"Das Modul stock_available_immediately wird installiert."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
"Warenzugänge werden von dem für Lieferversprechen verfügbaren Bestand "
|
||||
"abgezogen.\n"
|
||||
"Das Modul stock_available_immediately wird installiert."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\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"
|
||||
"Language: el_GR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# enjolras <yo@miguelrevilla.com>, 2018
|
||||
@@ -13,10 +13,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-02-27 11:37+0000\n"
|
||||
"Last-Translator: enjolras <yo@miguelrevilla.com>, 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"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -43,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -51,17 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -110,34 +109,46 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\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"
|
||||
"Language: es_ES\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\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"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,23 +10,66 @@ msgstr ""
|
||||
"POT-Creation-Date: 2015-09-23 20:23+0000\n"
|
||||
"PO-Revision-Date: 2015-09-15 13:04+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-8-0/language/fi/)\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-stock-logistics-"
|
||||
"warehouse-8-0/language/fi/)\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
#: view:product.template:stock_available.view_stock_available_kanban
|
||||
msgid "Available to promise:"
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: field:stock.config.settings,module_stock_available_immediately:0
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
"Only the quantity fields have meaning for computing stock"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -38,22 +81,72 @@ msgid "Product Template"
|
||||
msgstr "Tuotteen malli"
|
||||
|
||||
#. module: stock_available
|
||||
#: view:stock.config.settings:stock_available.view_stock_configuration
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: help:stock.config.settings,module_stock_available_immediately:0
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: view:product.product:stock_available.view_stock_available_tree_variant
|
||||
#: view:product.template:stock_available.view_stock_available_tree
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"red:immediately_usable_qty<0;blue:immediately_usable_qty>=0 and state in "
|
||||
"('draft', 'end', 'obsolete');black:immediately_usable_qty>=0 and state not "
|
||||
"in ('draft', 'end', 'obsolete')"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Pierre Verkest <pverkest@anybox.fr>, 2015
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2016-02-27 01:43+0000\n"
|
||||
"PO-Revision-Date: 2016-02-26 16:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/fr/)\n"
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-"
|
||||
"warehouse-9-0/language/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -24,6 +25,12 @@ msgstr ""
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
@@ -36,10 +43,34 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
"Only the quantity fields have meaning for computing stock"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Exclure les receptions attendues"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -50,13 +81,27 @@ msgstr "Article"
|
||||
msgid "Product Template"
|
||||
msgstr "Modèle de produit"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr "Stock disponible à la vente"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -64,13 +109,56 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr "Ceci soustrait les réceptions attendues des quantitiés disponibles à la vente.\nCeci installe le module stock_available_immediately."
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
"Ceci soustrait les réceptions attendues des quantitiés disponibles à la "
|
||||
"vente.\n"
|
||||
"Ceci installe le module stock_available_immediately."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
"Ceci soustrait les réceptions attendues des quantitiés disponibles à la "
|
||||
"vente.\n"
|
||||
"Ceci installe le module stock_available_immediately."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
"Ceci soustrait les réceptions attendues des quantitiés disponibles à la "
|
||||
"vente.\n"
|
||||
"Ceci installe le module stock_available_immediately."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\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"
|
||||
"Language: fr_CH\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\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"
|
||||
"Language: fr_FR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
@@ -13,11 +13,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-02-27 11:37+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 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"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"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_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
@@ -43,7 +44,7 @@ msgid "Available to promise"
|
||||
msgstr "Raspoloživo za obećati"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -51,17 +52,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr "Isključi dobra već u prodajnim nalozima"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Isključi robu u dolasku"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr "Isključi potencijal proizvodnje"
|
||||
|
||||
@@ -102,7 +103,6 @@ msgid "Stock available to promise"
|
||||
msgstr "Zaliha raspoloživa za obećati"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -110,34 +110,46 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "bazirano na"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
@@ -12,12 +12,14 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-05-02 00:35+0000\n"
|
||||
"PO-Revision-Date: 2017-05-02 00:35+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\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"
|
||||
"Language: hr_HR\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"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_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
@@ -43,7 +45,7 @@ msgid "Available to promise"
|
||||
msgstr "Dostupno za rezervirati:"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -54,12 +56,17 @@ msgstr ""
|
||||
"Samo polja količine imaju značaj pri izračunu zalihe."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Isključi robu u dolasku"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr "Uključi potencijale proizvodnje"
|
||||
|
||||
@@ -105,7 +112,6 @@ msgid "Stock available to promise"
|
||||
msgstr "Zaliha dostupna za rezervacije"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -115,31 +121,61 @@ msgstr ""
|
||||
"Definicija ove vrijednosti može biti podešena da odgovara vašim potrebama."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
"Zaliha ovog proizvoda koja može biti predložena za prodaju kupcima.\n"
|
||||
"Definicija ove vrijednosti može biti podešena da odgovara vašim potrebama."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
"Ovo će dodati količinu robe koja može biti odmah proizvedena, količinama raspoloživim za rezervacije.\n"
|
||||
"Ovo će dodati količinu robe koja može biti odmah proizvedena, količinama "
|
||||
"raspoloživim za rezervacije.\n"
|
||||
"Ovo instalira modul stock_available_mrp.\n"
|
||||
"Ukoliko modul mrp nije instaliran, instalirati će i njega."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
"Ovo će oduzeti količine robe u dolasku od količina raspoloživih za rezervacije.\n"
|
||||
"Ovo će oduzeti količine robe u dolasku od količina raspoloživih za "
|
||||
"rezervacije.\n"
|
||||
"Ovo instalira modul_stock_available_emediatly."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
"Ovo će dodati količinu robe koja može biti odmah proizvedena, količinama "
|
||||
"raspoloživim za rezervacije.\n"
|
||||
"Ovo instalira modul stock_available_mrp.\n"
|
||||
"Ukoliko modul mrp nije instaliran, instalirati će i njega."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "bazirano na"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-01-16 14:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,17 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -101,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -109,34 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||
@@ -12,11 +12,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-23 00:57+0000\n"
|
||||
"PO-Revision-Date: 2017-06-23 00:57+0000\n"
|
||||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\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"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -43,7 +44,7 @@ msgid "Available to promise"
|
||||
msgstr "Vrije Voorraad"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -51,12 +52,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Inkomende goederen uitzonderen"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -97,7 +103,6 @@ msgid "Stock available to promise"
|
||||
msgstr "Vrije voorraad"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -105,26 +110,46 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "Gebaseerd op"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,10 +12,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +42,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +50,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +101,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +108,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2016
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2016-07-03 20:56+0000\n"
|
||||
"PO-Revision-Date: 2016-07-07 19:37+0000\n"
|
||||
"Last-Translator: Claudio Araujo Santos <claudioaraujosantos@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/pt_BR/)\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-stock-"
|
||||
"logistics-warehouse-9-0/language/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -24,6 +25,13 @@ msgstr ""
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Disponível</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
#, fuzzy
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Disponível</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
@@ -36,23 +44,37 @@ msgid "Available to promise"
|
||||
msgstr "Disponível a prometer"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
"Only the quantity fields have meaning for computing stock"
|
||||
msgstr "Escolha do campo do produto que vai ser utilizado para calcular potencial.\nSe vazio, quantidade disponível é utilizada.\nSomente os campos de quantidade têm significado para computação estoque"
|
||||
msgstr ""
|
||||
"Escolha do campo do produto que vai ser utilizado para calcular potencial.\n"
|
||||
"Se vazio, quantidade disponível é utilizada.\n"
|
||||
"Somente os campos de quantidade têm significado para computação estoque"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr "Excluir entrada de mercadorias"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr "Incluir o potencial de produção"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -63,40 +85,95 @@ msgstr "Produto"
|
||||
msgid "Product Template"
|
||||
msgstr "Modelo Produto"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr "Estoque disponível para prometer"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs"
|
||||
msgstr "Estoque para este produto que pode ser proposto com segurança para a venda aos clientes.\nA definição deste valor pode ser configurado para atender às suas necessidades"
|
||||
msgstr ""
|
||||
"Estoque para este produto que pode ser proposto com segurança para a venda "
|
||||
"aos clientes.\n"
|
||||
"A definição deste valor pode ser configurado para atender às suas "
|
||||
"necessidades"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
"Estoque para este produto que pode ser proposto com segurança para a venda "
|
||||
"aos clientes.\n"
|
||||
"A definição deste valor pode ser configurado para atender às suas "
|
||||
"necessidades"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr "Isto irá adicionar as quantidades de produtos que podem ser fabricados de imediato, para as quantidades disponíveis para prometer.\nIsso instala o stock_available_mrp módulo.\nSe o MRP módulo não está instalado, este irá instalar-lo também"
|
||||
msgstr ""
|
||||
"Isto irá adicionar as quantidades de produtos que podem ser fabricados de "
|
||||
"imediato, para as quantidades disponíveis para prometer.\n"
|
||||
"Isso instala o stock_available_mrp módulo.\n"
|
||||
"Se o MRP módulo não está instalado, este irá instalar-lo também"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr "Isto irá subtrair quantidades recebidas a partir das quantidades disponíveis para prometer.\nIsso instala o módulo stock_available_immediately."
|
||||
msgstr ""
|
||||
"Isto irá subtrair quantidades recebidas a partir das quantidades disponíveis "
|
||||
"para prometer.\n"
|
||||
"Isso instala o módulo stock_available_immediately."
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
"Isto irá adicionar as quantidades de produtos que podem ser fabricados de "
|
||||
"imediato, para as quantidades disponíveis para prometer.\n"
|
||||
"Isso instala o stock_available_mrp módulo.\n"
|
||||
"Se o MRP módulo não está instalado, este irá instalar-lo também"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "Baseado em"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
#, fuzzy
|
||||
msgid "res.config.settings"
|
||||
msgstr "stock.config.settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
@@ -12,11 +12,13 @@ msgstr ""
|
||||
"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"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"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_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
@@ -42,7 +44,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,17 +52,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -101,7 +103,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -109,34 +110,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_sale
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -10,12 +10,14 @@ msgstr ""
|
||||
"POT-Creation-Date: 2016-04-30 03:10+0000\n"
|
||||
"PO-Revision-Date: 2016-04-27 11:10+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/sl/)\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-stock-logistics-"
|
||||
"warehouse-9-0/language/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
@@ -23,6 +25,12 @@ msgstr ""
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
@@ -35,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -43,15 +51,26 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -62,13 +81,27 @@ msgstr "Proizvod"
|
||||
msgid "Product Template"
|
||||
msgstr "Predloga proizvoda"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -76,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# Translation of OpenERP Server.
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenERP Server 7.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-07-30 16:48+0000\n"
|
||||
"PO-Revision-Date: 2014-07-30 16:48+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -16,77 +14,120 @@ msgstr ""
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: stock_available
|
||||
#: field:product.product,immediately_usable_qty:0
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: view:product.product:0
|
||||
msgid "Available to promise:"
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
"Only the quantity fields have meaning for computing stock"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: field:stock.config.settings,module_stock_available_sale:0
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: field:stock.config.settings,module_stock_available_immediately:0
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: field:stock.config.settings,module_stock_available_mrp:0
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: code:_description:0
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
#, python-format
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: view:stock.config.settings:0
|
||||
#: model:ir.model,name:stock_available.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid "Quantity of this Product that could be produced using the materials already at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid "Quantity of this Product that could be produced using the materials already at hand. If the product has several variants, this will be the biggest quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: help:product.product,immediately_usable_qty:0
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid "Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: help:stock.config.settings,module_stock_available_mrp:0
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid "Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: help:stock.config.settings,module_stock_available_immediately:0
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: help:stock.config.settings,module_stock_available_sale:0
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "This will subtract quantities from the sale quotations from the quantities available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: view:product.product:0
|
||||
msgid "red:immediately_usable_qty<0;blue:immediately_usable_qty>=0 and state in ('draft', 'end', 'obsolete');black:immediately_usable_qty>=0 and state not in ('draft', 'end', 'obsolete')"
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: code:_description:0
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
#, python-format
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Ediz Duman <neps1192@gmail.com>, 2017
|
||||
@@ -13,10 +13,10 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2017\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"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -43,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -51,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -97,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -105,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\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"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-06-03 01:23+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:23+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\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"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -42,7 +43,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -50,12 +51,17 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
@@ -96,7 +102,6 @@ msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -104,26 +109,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * stock_available
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jeffery Chenn <jeffery9@gmail.com>, 2016
|
||||
msgid ""
|
||||
@@ -11,11 +11,12 @@ msgstr ""
|
||||
"POT-Creation-Date: 2016-08-28 10:00+0000\n"
|
||||
"PO-Revision-Date: 2016-09-04 06:06+0000\n"
|
||||
"Last-Translator: Jeffery Chenn <jeffery9@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/zh_CN/)\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-stock-"
|
||||
"logistics-warehouse-9-0/language/zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: stock_available
|
||||
@@ -24,6 +25,13 @@ msgstr ""
|
||||
msgid "<span class=\"o_stat_text\">Available</span>"
|
||||
msgstr "<span class=\"o_stat_text\">可用</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
|
||||
#, fuzzy
|
||||
msgid "<span class=\"o_stat_text\">Potential</span>"
|
||||
msgstr "<span class=\"o_stat_text\">可用</span>"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
|
||||
msgid "Available to Promise:"
|
||||
@@ -36,7 +44,7 @@ msgid "Available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid ""
|
||||
"Choose the field of the product which will be used to compute potential.\n"
|
||||
"If empty, Quantity On Hand is used.\n"
|
||||
@@ -44,15 +52,26 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid "Exclude goods already in sale quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid "Exclude incoming goods"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid "Include the production potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
|
||||
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
|
||||
msgid "Potential"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_product_product
|
||||
msgid "Product"
|
||||
@@ -63,13 +82,27 @@ msgstr "产品"
|
||||
msgid "Product Template"
|
||||
msgstr "产品模板"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
|
||||
msgid ""
|
||||
"Quantity of this Product that could be produced using the materials already "
|
||||
"at hand. If the product has several variants, this will be the biggest "
|
||||
"quantity that can be made for a any single variant."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
|
||||
msgid "Stock available to promise"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
|
||||
msgid ""
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
@@ -77,26 +110,45 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
|
||||
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
|
||||
"Stock for this Product that can be safely proposed for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit your needs."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp
|
||||
msgid ""
|
||||
"This will add the quantities of goods that can be immediately manufactured, "
|
||||
"to the quantities available to promise.\n"
|
||||
"This installs the module stock_available_mrp.\n"
|
||||
"If the module mrp is not installed, this will install it too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately
|
||||
msgid ""
|
||||
"This will subtract incoming quantities from the quantities available to promise.\n"
|
||||
"This will subtract incoming quantities from the quantities available to "
|
||||
"promise.\n"
|
||||
"This installs the module stock_available_immediately."
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
|
||||
#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale
|
||||
msgid ""
|
||||
"This will subtract quantities from the sale quotations from the quantities "
|
||||
"available to promise.\n"
|
||||
"This installs the modules stock_available_sale.\n"
|
||||
"If the modules sale and sale_delivery_date are not installed, this will "
|
||||
"install them too"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on
|
||||
msgid "based on"
|
||||
msgstr "基于"
|
||||
|
||||
#. module: stock_available
|
||||
#: model:ir.model,name:stock_available.model_stock_config_settings
|
||||
msgid "stock.config.settings"
|
||||
#: model:ir.model,name:stock_available.model_res_config_settings
|
||||
msgid "res.config.settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
# Copyright 2016 Sodexis
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import product_template
|
||||
from . import product_product
|
||||
from . import product_template
|
||||
from . import res_config_settings
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright 2016 Sodexis
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import models, fields, api
|
||||
from odoo import api, fields, models
|
||||
from odoo.addons import decimal_precision as dp
|
||||
import operator as py_operator
|
||||
|
||||
@@ -18,7 +18,7 @@ OPERATORS = {
|
||||
|
||||
class ProductProduct(models.Model):
|
||||
|
||||
"""Add a field for the stock available to promise.
|
||||
""" Add a field for the stock available to promise.
|
||||
Useful implementations need to be installed through the Settings menu or by
|
||||
installing one of the modules stock_available_*
|
||||
"""
|
||||
@@ -39,7 +39,7 @@ class ProductProduct(models.Model):
|
||||
def _compute_available_quantities(self):
|
||||
res = self._compute_available_quantities_dict()
|
||||
for product in self:
|
||||
for key, value in res[product.id].iteritems():
|
||||
for key, value in res[product.id].items():
|
||||
if hasattr(product, key):
|
||||
product[key] = value
|
||||
|
||||
@@ -51,7 +51,7 @@ class ProductProduct(models.Model):
|
||||
help="Stock for this Product that can be safely proposed "
|
||||
"for sale to Customers.\n"
|
||||
"The definition of this value can be configured to suit "
|
||||
"your needs")
|
||||
"your needs.")
|
||||
potential_qty = fields.Float(
|
||||
compute='_compute_available_quantities',
|
||||
digits=dp.get_precision('Product Unit of Measure'),
|
||||
@@ -61,8 +61,7 @@ class ProductProduct(models.Model):
|
||||
|
||||
@api.model
|
||||
def _search_immediately_usable_qty(self, operator, value):
|
||||
"""
|
||||
Search function for the immediately_usable_qty field.
|
||||
""" Search function for the immediately_usable_qty field.
|
||||
The search is quite similar to the Odoo search about quantity available
|
||||
(addons/stock/models/product.py,253; _search_product_quantity function)
|
||||
:param operator: str
|
||||
|
||||
@@ -25,7 +25,7 @@ class ProductTemplate(models.Model):
|
||||
def _compute_available_quantities(self):
|
||||
res = self._compute_available_quantities_dict()
|
||||
for product in self:
|
||||
for key, value in res[product.id].iteritems():
|
||||
for key, value in res[product.id].items():
|
||||
if key in product._fields:
|
||||
product[key] = value
|
||||
|
||||
@@ -67,8 +67,7 @@ class ProductTemplate(models.Model):
|
||||
|
||||
@api.model
|
||||
def _search_immediately_usable_qty(self, operator, value):
|
||||
"""
|
||||
Search function for the immediately_usable_qty field.
|
||||
""" Search function for the immediately_usable_qty field.
|
||||
The search is quite similar to the Odoo search about quantity available
|
||||
(addons/stock/models/product.py,253; _search_product_quantity function)
|
||||
:param operator: str
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright 2016 Sodexis
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import api, models, fields
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class ResConfigSettings(models.TransientModel):
|
||||
|
||||
@@ -4,32 +4,32 @@
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
||||
|
||||
<odoo>
|
||||
<record model="ir.ui.view" id="product_normal_form_view">
|
||||
<field name="name">Quantity available to promise (variant tree)</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="stock.product_form_view_procurement_button" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='%(stock.action_stock_level_forecast_report_product)d']"
|
||||
position="after">
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="immediately_usable_qty"
|
||||
widget="statinfo" nolabel="1" />
|
||||
<span class="o_stat_text">Available</span>
|
||||
</div>
|
||||
</button>
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="potential_qty"
|
||||
widget="statinfo" nolabel="1"/>
|
||||
<span class="o_stat_text">Potential</span>
|
||||
</div>
|
||||
</button>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="product_normal_form_view">
|
||||
<field name="name">Quantity available to promise (variant tree)</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="stock.product_form_view_procurement_button" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='%(stock.action_stock_level_forecast_report_product)d']"
|
||||
position="after">
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="immediately_usable_qty"
|
||||
widget="statinfo" nolabel="1" />
|
||||
<span class="o_stat_text">Available</span>
|
||||
</div>
|
||||
</button>
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="potential_qty"
|
||||
widget="statinfo" nolabel="1"/>
|
||||
<span class="o_stat_text">Potential</span>
|
||||
</div>
|
||||
</button>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
@@ -4,56 +4,56 @@
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
||||
|
||||
<odoo>
|
||||
<record model="ir.ui.view" id="view_stock_available_form">
|
||||
<field name="name">Quantity available to promise (form)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.product_template_form_view_procurement_button" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='%(stock.action_stock_level_forecast_report_template)d']"
|
||||
position="after">
|
||||
<button type="object" name="action_open_quants"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="immediately_usable_qty"
|
||||
widget="statinfo" nolabel="1" />
|
||||
<span class="o_stat_text">Available</span>
|
||||
</div>
|
||||
</button>
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="potential_qty"
|
||||
widget="statinfo" nolabel="1"/>
|
||||
<span class="o_stat_text">Potential</span>
|
||||
</div>
|
||||
</button>
|
||||
</xpath>
|
||||
<record model="ir.ui.view" id="view_stock_available_form">
|
||||
<field name="name">Quantity available to promise (form)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.product_template_form_view_procurement_button" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='%(stock.action_stock_level_forecast_report_template)d']"
|
||||
position="after">
|
||||
<button type="object" name="action_open_quants"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="immediately_usable_qty"
|
||||
widget="statinfo" nolabel="1" />
|
||||
<span class="o_stat_text">Available</span>
|
||||
</div>
|
||||
</button>
|
||||
<button type="action" name="%(stock.product_open_quants)d"
|
||||
attrs="{'invisible':[('type', 'not in', ['product','consu'])]}"
|
||||
class="oe_stat_button" icon="fa-building-o">
|
||||
<div class="o_form_field o_stat_info">
|
||||
<field name="potential_qty"
|
||||
widget="statinfo" nolabel="1"/>
|
||||
<span class="o_stat_text">Potential</span>
|
||||
</div>
|
||||
</button>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_tree">
|
||||
<field name="name">Quantity available to promise (tree)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.view_stock_product_template_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<tree position="attributes">
|
||||
<attribute name="decoration-danger">virtual_available<0 or immediately_usable_qty<0</attribute>
|
||||
<attribute name="decoration-info">virtual_available>=0 or immediately_usable_qty>0</attribute>
|
||||
</tree>
|
||||
<field name="virtual_available" position="after">
|
||||
<field name="immediately_usable_qty" />
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_tree">
|
||||
<field name="name">Quantity available to promise (tree)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.view_stock_product_template_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<tree position="attributes">
|
||||
<attribute name="decoration-danger">virtual_available<0 or immediately_usable_qty<0</attribute>
|
||||
<attribute name="decoration-info">virtual_available>=0 or immediately_usable_qty>0</attribute>
|
||||
</tree>
|
||||
<field name="virtual_available" position="after">
|
||||
<field name="immediately_usable_qty" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_kanban">
|
||||
<field name="name">Quantity available to promise (kanban)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.product_template_kanban_stock_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<ul position="inside">
|
||||
<li t-if="record.type.raw_value == 'product'">Available to Promise: <field name="immediately_usable_qty"/> <field name="uom_id"/></li>
|
||||
</ul>
|
||||
</field>
|
||||
</record>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_kanban">
|
||||
<field name="name">Quantity available to promise (kanban)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.product_template_kanban_stock_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<ul position="inside">
|
||||
<li t-if="record.type.raw_value == 'product'">Available to Promise: <field name="immediately_usable_qty"/> <field name="uom_id"/></li>
|
||||
</ul>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
@@ -9,64 +9,32 @@
|
||||
<field name="model">res.config.settings</field>
|
||||
<field name="inherit_id" ref="stock.res_config_settings_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<xpath expr="//div[@data-key='stock']" position="inside">
|
||||
<h2 id="available_info">Stock available to promise</h2>
|
||||
<div class="row mt16 o_settings_container">
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_stock_available_immediately"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="module_stock_available_immediately"/>
|
||||
</div>
|
||||
<xpath expr="//div[@data-key='stock']" position="inside">
|
||||
<h2 id="available_info">Stock available to promise</h2>
|
||||
<div class="row mt16 o_settings_container">
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_stock_available_immediately"/>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_stock_available_mrp"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="module_stock_available_mrp"/>
|
||||
<div class="content-group">
|
||||
<div class="mt16" attrs="{'invisible': [('module_stock_available_mrp', '=', False)]}">
|
||||
<field name="stock_available_mrp_based_on" class="oe_inline" attrs="{'required':[('module_stock_available_mrp','=',True)]}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="module_stock_available_immediately"/>
|
||||
</div>
|
||||
|
||||
<!--<div>-->
|
||||
<!--<field name="module_stock_available_sale" class="oe_inline" />-->
|
||||
<!--<label for="module_stock_available_sale" />-->
|
||||
<!--</div>-->
|
||||
<!--
|
||||
<div class="col-xs-12 col-md-6 o_setting_box" id="propagation_info" title="Rescheduling applies to any chain of operations (e.g. Make To Order, Pick Pack Ship). In the case of MTO sales, a vendor delay (updated incoming date) impacts the expected delivery date to the customer. This option allows to not propagate the rescheduling if the change is not critical.">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="use_propagation_minimum_delta"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="use_propagation_minimum_delta"/>
|
||||
<div class="text-muted">
|
||||
Don’t propagate scheduling changes through chains of operations
|
||||
</div>
|
||||
<div class="content-group">
|
||||
<div class="mt16" attrs="{'invisible': [('use_propagation_minimum_delta', '=', False)]}">
|
||||
<span>Change must be higher than <field name="propagation_minimum_delta" class="oe_inline"/> days to be propagated</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<field name="module_stock_available_mrp" class="oe_inline" />
|
||||
<label for="module_stock_available_mrp" />
|
||||
<label for="stock_available_mrp_based_on" />
|
||||
<field name="stock_available_mrp_based_on" class="oe_inline" attrs="{'required':[('module_stock_available_mrp','=',True)]}"/>
|
||||
</div> -->
|
||||
</div>
|
||||
</xpath>
|
||||
</data>
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_stock_available_mrp"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="module_stock_available_mrp"/>
|
||||
<div class="content-group">
|
||||
<div class="mt16" attrs="{'invisible': [('module_stock_available_mrp', '=', False)]}">
|
||||
<field name="stock_available_mrp_based_on" class="oe_inline" attrs="{'required':[('module_stock_available_mrp','=',True)]}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user