diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..dc5e6b6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..fed9e42 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Sale Project - Sale Stock', + 'version': '1.0', + 'description': 'Adds a full traceability of inventory operations on the profitability report.', + 'summary': 'Adds a full traceability of inventory operations on the profitability report.', + 'license': 'LGPL-3', + 'category': 'Sales', + 'depends': ['sale_project', 'sale_stock'], + 'data': [ + 'views/stock_move_views.xml', + ], + 'auto_install': True, +} diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..a56fcb8 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "لم يتم العثور على حركة مخزون " + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "بند أمر المبيعات" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"تمنحك هذه القائمة قابلية تتبع عمليات المخزون بشكل كامل\n" +" لمنتج محدد. بإمكانك التصفية حسب المنتج لرؤية \n" +" كافة التحركات السابقة للمنتج. " + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "التحويلات " diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..186316b --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Maria Boyadjieva , 2023 +# aleksandar ivanov, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: aleksandar ivanov, 2023\n" +"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Ред на поръчка за продажби" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"С това меню можете да проследявате изцяло операциите по\n" +" инвентаризацията на определен продукт. Можете да филтрирате продукта,\n" +" за да видите всичките му минали и бъдещи движения." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Трансфери" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..ac5b2ae --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Jonatan Gk, 2023 +# Manel Fernandez Ramirez , 2023 +# Quim - eccit , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Quim - eccit , 2023\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "No s' ha trobat cap moviment a la pila principal" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línia comanda de venda" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Aquest menú li ofereix la traçabilitat completa de les operacions d'estoc " +"d'un producte específic. Pot filtrar el producte per veure tots els " +"moviments passats o futurs d'aquest." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferències" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..1f9c084 --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# SlavekB , 2023 +# Jakub Smolka, 2023 +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nenalezen žádný přesun zásob" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Položka prodejní objednávky" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Toto menu vám dává plnou sledovatelnost operací inventáře na konkrétním " +"produktu. Můžete filtrovat produkt a zobrazit všechny minulé nebo budoucí " +"pohyby produktu." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Přesuny" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..7271b9a --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Ingen lagerbevægelse fundet" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Salgsordrelinje" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Denne menu giver dig fuld sporbarhed over inventar\n" +" operationer for et specifikt produkt. Du kan filtrere på produktet\n" +" for at se alle tidligere og fremtidige bevægelser for produktet." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Overførsler" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..bf07241 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: German (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Keine Lagerbuchung gefunden" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Verkaufsauftragszeile" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Durch diese Anwendung können Sie sämtliche Lieferungen und\n" +" Bestandsänderungen Ihrer Produkte verfolgen. Suchen sie einfach\n" +" das Produkt und verfolgen Sie die gesamte Liefer- und \n" +" Auftragshistorie der Vergangenheit und Zukunft." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transfers" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..fc52878 --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "No se encontró movimiento de stock" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de orden de venta" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Este menú le ofrece la trazabilidad completa de las operaciones de stock \n" +" de un producto específico. Puede filtrar el producto\n" +" para ver todos los movimientos pasados o futuros del mismo." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Traslados" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..9c2b911 --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "No se encontró ningún movimiento de existencias" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de la orden de venta" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Este menú le ofrece la trazabilidad completa de las operaciones de inventario \n" +" de un producto específico. Puede filtrar el producto\n" +" para ver todos los movimientos pasados o futuros del mismo." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Traslados" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..205b061 --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Triine Aavik , 2023 +# Eneli Õigus , 2023 +# Piia Paurson , 2023 +# Egon Raamat , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Egon Raamat , 2023\n" +"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Laosiirdeid ei leitud" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Müügitellimuse rida" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"See menüü annab teile konkreetse toote laoseisu täieliku jälgitavuse. Saate " +"toote filtreerida, et näha kõiki toote varasemaid või tulevasi liikumisi." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Siirded" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..759ae53 --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Hamid Darabi, 2023 +# Hanna Kheradroosta, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Hanna Kheradroosta, 2023\n" +"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "هیچ انتقال موجودی پیدا نشد" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "سطر سفارش‌فروش" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"این منو به شما قابلیت ردیابی کامل عملیات موجودی روی یک محصول خاص\n" +" را می دهد. می‌توانید روی محصول فیلتر کنید تا تمام\n" +" انتقالات گذشته یا آینده محصول را ببینید." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "انتقالات" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..f6672b4 --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Jarmo Kortetjärvi , 2023 +# Tuomo Aura , 2023 +# Tuomas Lyyra , 2023 +# Veikko Väätäjä , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Veikko Väätäjä , 2023\n" +"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Varastosiirtoa ei löytynyt" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Myyntitilausrivi" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Tämä valikko antaa sinulle tietyn tuotteen varastotoimintojen täydellisen " +"jäljitettävyyden. Voit suodattaa tuotteen nähdäksesi kaikki tuotteen aiemmat" +" tai tulevat muutokset." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Siirrot" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..52678ef --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: French (https://app.transifex.com/odoo/teams/41243/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Aucun mouvement de stock trouvé" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Ligne de commande" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Ce menu vous donne la traçabilité complète des opérations d'inventaire pour " +"un produit donné. Vous pouvez filtrer sur le produit pour voir tous les " +"déplacements passés et futurs de ce produit." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferts" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..2f1c9b8 --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# NoaFarkash, 2023 +# ZVI BLONDER , 2023 +# דודי מלכה , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: דודי מלכה , 2023\n" +"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "לא נמצאו תנועות מלאי" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "שורת הזמנת לקוח" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"תפריט זה נותן לך מעקב מלא אחר פעולות המלאי \n" +"על מוצר מסוים. ניתן לבצע סינון על המוצר\n" +" כדי לראות את כל התנועות בעבר או התנועות העתידיות שלו." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "העברות" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..0389480 --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Gergő Kertész , 2023 +# gezza , 2023 +# Tamás Németh , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tamás Németh , 2023\n" +"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nincs készletmozgás" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Vevői megrendelés sor" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +" Ez a menü konkrét termékre vonatkozó készletműveletek \n" +" teljes nyomonkövetését nyújtja. Szűrést \n" +" végezhet a termékhez kapcsolódó múltbeli és jövőbeli mozgásokra egyaránt." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Átmozgatások" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..56be46f --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Tidak ada pergerakan stok yang ditemukan" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Baris Pesanan Penjualan" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Menu ini memungkinkan Anda untuk menelusuri penuh operasi stok persediaan " +"pada produk tertentu. Anda dapat menyaring produk untuk melihat semua " +"pergerakan masa lalu atau masa depan untuk produk tersebut." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transfer" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..5298ff4 --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nessun movimento di magazzino trovato" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Riga ordine di vendita" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Questo menu offre una completa tracciabilità delle operazioni\n" +" di magazzino per un determinato prodotto. Si può filtrare sul prodotto\n" +" per visualizzare tutti i movimenti passati o futuri del prodotto. " + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Trasferimenti" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..8d5c193 --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "在庫移動が見つかりません" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "販売オーダ明細" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"このメニューは、特定の製品に対する在庫操作の完全なトレーサビリティを提供します。\n" +"製品をフィルタリングして、製品の過去または将来の動きをすべて表示できます。" + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "移動" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..5f34a01 --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "재고이동을 찾을수 없습니다" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "판매 주문 내역" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"이 메뉴는 재고의 전체 추적 가능성을 제공합니다.\n" +" 특정 품목에 대한 작업. 품목에 대한 과거 또는 미래의\n" +" 움직임을 모두 보려면 품목을 필터링 할 수 있습니다." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "이동" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..fb04d73 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Martin Trigaux, 2023 +# Linas Versada , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Linas Versada , 2023\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Pardavimo užsakymo eilutė" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Šis meniu suteikia jums pilną inventoriaus operacijų\n" +"tam tikram produktui sekamumą. Galite filtruoti produktą,\n" +"kad pamatytumėte visus jo praeities ar ateities judėjimus." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Pervedimai" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..609a11f --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Will Sensors, 2023 +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Pārdošanas pasūtījuma rinda" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Pārvedumi" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..96c3ecb --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Geen voorraadverplaatsing gevonden" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Verkooporderregel" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Deze menu geeft je de volledige traceerbaarheid van voorraadbewerking op een specifiek product. Je kunt op het product\n" +"filteren om alle vorige en toekomstige verplaatsingen voor het product te zien." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Verplaatsingen" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..6a61d50 --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nie znaleziono żadnego ruchu magazynowego" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Pozycja zamówienia sprzedaży" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"To menu zapewnia pełną identyfikowalność operacji\n" +"na zasobach dla określonego produktu. Możesz filtrować według produktu\n" +"aby zobaczyć wszystkie poprzednie lub przyszłe przesunięcia produktu." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Przekazy" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..6be0f8a --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linhas da Ordem de Vendas" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Este menu dá-lhe a rastreabilidade total das operações de inventário\n" +" num artigo específico. Pode filtrar no artigo para ver\n" +" todos os movimentos futuros ou passados do artigo." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferências" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..ab50145 --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nenhuma movimentação de estoque encontrada." + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linha do pedido de venda" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Este menu oferece a você a rastreabilidade completa de operações\n" +" de inventário em um produto específico. Você pode filtrar no produto\n" +"para ver todos as movimentações passadas ou futuras para o produto." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferências" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..63bdf8a --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Сергей Шебанин , 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/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" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Движение запасов не найдено" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Позиция заказа на продажу" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Это меню позволяет полностью отследить инвентаризационные\n" +" операций с конкретным продуктом. Вы можете отфильтровать продукт\n" +" чтобы увидеть все прошлые или будущие движения по продукту." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Трансферы" diff --git a/i18n/sale_project_stock.pot b/i18n/sale_project_stock.pot new file mode 100644 index 0000000..279a6be --- /dev/null +++ b/i18n/sale_project_stock.pot @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 21:55+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..e00a3bf --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Položka objednávok" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Toto menu vám dáva plnú sledovateľnosť zásobových\n" +"operácií na špecifický produkt. Môžete filtrovať produkt\n" +"aby ste videli všetky minulé alebo budúce pohyby produktu." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Prevody" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..6171a0e --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Tomaž Jug , 2023 +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/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" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Postavka naročila" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Prenosi" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..818fb8e --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Milan Bojovic, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Milan Bojovic, 2023\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Nije pronađeno kretanje inventara" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linija porudžbenice" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Ovaj meni vam daje potpunu sledljivost inventara\n" +" operacije na određenom proizvodu. Možete filtrirati proizvod\n" +" da vidite sva prošla ili buduća kretanja za proizvod." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferi" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..39b8c3c --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Martin Trigaux, 2023 +# Lasse L, 2023 +# Simon S, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Simon S, 2023\n" +"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Ingen lagerflytt hittad" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Orderrad" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Den här menyn ger dig full spårbarhet av lagertransaktioner\n" +" för en specifik produkt. Du kan filtrera på produkten\n" +" för att se alla tidigare eller framtida rörelser för produkten." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Flyttar" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..9229440 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "ไม่พบการย้ายสต็อก" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "รายการคำสั่งขาย" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"เมนูนี้ช่วยให้คุณตรวจสอบย้อนกลับสินค้าคงคลังได้อย่างครบถ้วน\n" +" การดำเนินการกับสินค้าเฉพาะ คุณสามารถกรองสินค้าได้\n" +" เพื่อดูความเคลื่อนไหวของสินค้าในอดีตหรืออนาคตทั้งหมด" + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "โอน" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..22bdec9 --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Ozlem Cikrikci , 2023 +# Güven YILMAZ , 2023 +# Ediz Duman , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ediz Duman , 2023\n" +"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Stok hareketi bulunamadı" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Satış Sipariş Satırı" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Bu menü, belirli bir ürünün tam izlenebilirliğini ve\n" +" envanter işlemlerini verir. Üründe filtreleme yaparak\n" +" ürünün tüm geçmiş ve gelecek hareketlerini görebilirisiniz." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Transferler" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..aefeefc --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Не знайдено складського переміщення" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Рядок замовлення" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Це меню дає вам повне відстеження операції\n" +"інвентаризації по конкретному товару. Ви можете фільтрувати товари,\n" +"щоби побачити всі минулі або майбутні переміщення для товару." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Переміщення" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..b63b333 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "Không tìm thấy dịch chuyển tồn kho" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "Dòng đơn bán hàng" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"Menu này cho phép bạn truy xuất toàn bộ các hoạt động\n" +" tồn kho theo một sản phẩm cụ thể. Bạn có thể lọc theo sản phẩm\n" +" để xem tất cả các dịch chuyển trong quá khứ hoặc tương lai của sản phẩm." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "Điều chuyển" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..ad4cd9e --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/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: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "没有库存移动" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "销售订单行" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"此菜单能让您完整的追溯某一特定产品的盘点\n" +"作业。您可以在产品上筛选此产品过去和将来的的所有的调拨。        " + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "转移" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..241ddef --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_project_stock +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "No stock move found" +msgstr "未發現庫存移動" + +#. module: sale_project_stock +#: model:ir.model,name:sale_project_stock.model_sale_order_line +msgid "Sales Order Line" +msgstr "銷售訂單資料行" + +#. module: sale_project_stock +#: model_terms:ir.actions.act_window,help:sale_project_stock.stock_move_per_sale_order_line_action +msgid "" +"This menu gives you the full traceability of inventory\n" +" operations on a specific product. You can filter on the product\n" +" to see all the past or future movements for the product." +msgstr "" +"此選單能讓您完整的追蹤某一特定產品的盤點\n" +"作業。您可以在產品上篩選此產品過去和將來的的所有的移動." + +#. module: sale_project_stock +#: model:ir.actions.act_window,name:sale_project_stock.stock_move_per_sale_order_line_action +msgid "Transfers" +msgstr "調撥" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..83c06ee --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import sale_order_line diff --git a/models/sale_order_line.py b/models/sale_order_line.py new file mode 100644 index 0000000..c4e351c --- /dev/null +++ b/models/sale_order_line.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import models + +class SaleOrderLine(models.Model): + _inherit = 'sale.order.line' + + def _get_action_per_item(self): + """ Get action per Sales Order Item to display the stock moves linked + + :returns: Dict containing id of SOL as key and the action as value + """ + action_per_sol = super()._get_action_per_item() + stock_move_action = self.env.ref('sale_project_stock.stock_move_per_sale_order_line_action').id + stock_move_ids_per_sol = {} + if self.user_has_groups('stock.group_stock_user'): + stock_move_read_group = self.env['stock.move']._read_group([('sale_line_id', 'in', self.ids)], ['sale_line_id'], ['id:array_agg']) + stock_move_ids_per_sol = {sale_line.id: ids for sale_line, ids in stock_move_read_group} + for sol in self: + stock_move_ids = stock_move_ids_per_sol.get(sol.id, []) + if not sol.is_service and stock_move_ids: + action_per_sol[sol.id] = stock_move_action, stock_move_ids[0] if len(stock_move_ids) == 1 else False + return action_per_sol diff --git a/views/stock_move_views.xml b/views/stock_move_views.xml new file mode 100644 index 0000000..7edd1ef --- /dev/null +++ b/views/stock_move_views.xml @@ -0,0 +1,22 @@ + + + + + Transfers + stock.move + tree,kanban,pivot,graph,form + [('sale_line_id', '=', active_id)] + {} + +

+ No stock move found +

+

+ This menu gives you the full traceability of inventory + operations on a specific product. You can filter on the product + to see all the past or future movements for the product. +

+
+
+ +