Начальное наполнение
This commit is contained in:
parent
6ece413336
commit
13c1623861
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
16
__manifest__.py
Normal file
16
__manifest__.py
Normal file
@ -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,
|
||||
}
|
46
i18n/ar.po
Normal file
46
i18n/ar.po
Normal file
@ -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 "التحويلات "
|
47
i18n/bg.po
Normal file
47
i18n/bg.po
Normal file
@ -0,0 +1,47 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 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 "Трансфери"
|
48
i18n/ca.po
Normal file
48
i18n/ca.po
Normal file
@ -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 <manelfera@outlook.com>, 2023
|
||||
# Quim - eccit <quim@eccit.com>, 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 <quim@eccit.com>, 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"
|
48
i18n/cs.po
Normal file
48
i18n/cs.po
Normal file
@ -0,0 +1,48 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# SlavekB <slavek.banko@axis.cz>, 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"
|
46
i18n/da.po
Normal file
46
i18n/da.po
Normal file
@ -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"
|
47
i18n/de.po
Normal file
47
i18n/de.po
Normal file
@ -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"
|
47
i18n/es.po
Normal file
47
i18n/es.po
Normal file
@ -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"
|
46
i18n/es_419.po
Normal file
46
i18n/es_419.po
Normal file
@ -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"
|
48
i18n/et.po
Normal file
48
i18n/et.po
Normal file
@ -0,0 +1,48 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Triine Aavik <triine@avalah.ee>, 2023
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||
# Piia Paurson <piia@avalah.ee>, 2023
|
||||
# Egon Raamat <egon@avalah.ee>, 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 <egon@avalah.ee>, 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"
|
47
i18n/fa.po
Normal file
47
i18n/fa.po
Normal file
@ -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 "انتقالات"
|
49
i18n/fi.po
Normal file
49
i18n/fi.po
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||
# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2023
|
||||
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 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ä <veikko.vaataja@gmail.com>, 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"
|
46
i18n/fr.po
Normal file
46
i18n/fr.po
Normal file
@ -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"
|
48
i18n/he.po
Normal file
48
i18n/he.po
Normal file
@ -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 <ZVIBLONDER@gmail.com>, 2023
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 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: דודי מלכה <Dudimalka6@gmail.com>, 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 "העברות"
|
48
i18n/hu.po
Normal file
48
i18n/hu.po
Normal file
@ -0,0 +1,48 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Gergő Kertész <gergo.kertesz@maxflow.hu>, 2023
|
||||
# gezza <geza.nagy@oregional.hu>, 2023
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 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 <ntomasz81@gmail.com>, 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"
|
46
i18n/id.po
Normal file
46
i18n/id.po
Normal file
@ -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"
|
46
i18n/it.po
Normal file
46
i18n/it.po
Normal file
@ -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"
|
45
i18n/ja.po
Normal file
45
i18n/ja.po
Normal file
@ -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 "移動"
|
46
i18n/ko.po
Normal file
46
i18n/ko.po
Normal file
@ -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 "이동"
|
47
i18n/lt.po
Normal file
47
i18n/lt.po
Normal file
@ -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 <linaskrisiukenas@gmail.com>, 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 <linaskrisiukenas@gmail.com>, 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"
|
44
i18n/lv.po
Normal file
44
i18n/lv.po
Normal file
@ -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"
|
45
i18n/nl.po
Normal file
45
i18n/nl.po
Normal file
@ -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"
|
46
i18n/pl.po
Normal file
46
i18n/pl.po
Normal file
@ -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"
|
46
i18n/pt.po
Normal file
46
i18n/pt.po
Normal file
@ -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"
|
46
i18n/pt_BR.po
Normal file
46
i18n/pt_BR.po
Normal file
@ -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"
|
47
i18n/ru.po
Normal file
47
i18n/ru.po
Normal file
@ -0,0 +1,47 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 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 "Трансферы"
|
39
i18n/sale_project_stock.pot
Normal file
39
i18n/sale_project_stock.pot
Normal file
@ -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 ""
|
46
i18n/sk.po
Normal file
46
i18n/sk.po
Normal file
@ -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"
|
44
i18n/sl.po
Normal file
44
i18n/sl.po
Normal file
@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Tomaž Jug <tomaz@editor.si>, 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"
|
46
i18n/sr.po
Normal file
46
i18n/sr.po
Normal file
@ -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"
|
48
i18n/sv.po
Normal file
48
i18n/sv.po
Normal file
@ -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"
|
46
i18n/th.po
Normal file
46
i18n/th.po
Normal file
@ -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 "โอน"
|
48
i18n/tr.po
Normal file
48
i18n/tr.po
Normal file
@ -0,0 +1,48 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_project_stock
|
||||
#
|
||||
# Translators:
|
||||
# Ozlem Cikrikci <ozlemc@eskayazilim.com.tr>, 2023
|
||||
# Güven YILMAZ <guvenyilmaz@outlook.com.tr>, 2023
|
||||
# Ediz Duman <neps1192@gmail.com>, 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 <neps1192@gmail.com>, 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"
|
46
i18n/uk.po
Normal file
46
i18n/uk.po
Normal file
@ -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 "Переміщення"
|
46
i18n/vi.po
Normal file
46
i18n/vi.po
Normal file
@ -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"
|
45
i18n/zh_CN.po
Normal file
45
i18n/zh_CN.po
Normal file
@ -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 "转移"
|
45
i18n/zh_TW.po
Normal file
45
i18n/zh_TW.po
Normal file
@ -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 "調撥"
|
4
models/__init__.py
Normal file
4
models/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import sale_order_line
|
24
models/sale_order_line.py
Normal file
24
models/sale_order_line.py
Normal file
@ -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
|
22
views/stock_move_views.xml
Normal file
22
views/stock_move_views.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="stock_move_per_sale_order_line_action" model="ir.actions.act_window">
|
||||
<field name="name">Transfers</field>
|
||||
<field name="res_model">stock.move</field>
|
||||
<field name="view_mode">tree,kanban,pivot,graph,form</field>
|
||||
<field name="domain">[('sale_line_id', '=', active_id)]</field>
|
||||
<field name="context">{}</field>
|
||||
<field name="help" type="html">
|
||||
<p class="o_view_nocontent_smiling_face">
|
||||
No stock move found
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
Loading…
x
Reference in New Issue
Block a user