From 480e8f8985dd601d56e28450a744debbc072d07e Mon Sep 17 00:00:00 2001 From: oca-ci Date: Thu, 8 Aug 2024 08:33:41 +0000 Subject: [PATCH] [UPD] Update stock_request_bom.pot --- stock_request_bom/i18n/stock_request_bom.pot | 51 ++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 stock_request_bom/i18n/stock_request_bom.pot diff --git a/stock_request_bom/i18n/stock_request_bom.pot b/stock_request_bom/i18n/stock_request_bom.pot new file mode 100644 index 000000000..0e0052fad --- /dev/null +++ b/stock_request_bom/i18n/stock_request_bom.pot @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request_bom +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_request_bom +#: code:addons/stock_request_bom/models/stock_request_order.py:0 +#, python-format +msgid "No BOM found for the selected product." +msgstr "" + +#. module: stock_request_bom +#: model:ir.model.fields,field_description:stock_request_bom.field_stock_request_order__product_bom_id +msgid "Product BOM" +msgstr "" + +#. module: stock_request_bom +#: model:ir.model.fields,field_description:stock_request_bom.field_stock_request_order__quantity_bom +msgid "Quantity BOM" +msgstr "" + +#. module: stock_request_bom +#: model:ir.model.fields,help:stock_request_bom.field_stock_request_order__product_bom_id +msgid "Select a product with a BOM to auto-complete stock request lines." +msgstr "" + +#. module: stock_request_bom +#: model:ir.model.fields,help:stock_request_bom.field_stock_request_order__quantity_bom +msgid "Specify the quantity for the Product BOM." +msgstr "" + +#. module: stock_request_bom +#: model:ir.model,name:stock_request_bom.model_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request_bom +#: code:addons/stock_request_bom/models/stock_request_order.py:0 +#, python-format +msgid "The quantity BOM must be a positive value." +msgstr ""