Начальное наполнение
This commit is contained in:
parent
bf0b43c452
commit
96ef1fb5b9
3
__init__.py
Normal file
3
__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
from . import models
|
12
__manifest__.py
Normal file
12
__manifest__.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': "MRP Project",
|
||||||
|
'version': '1.0',
|
||||||
|
'summary': "Monitor MRP using project",
|
||||||
|
'category': 'Services/Project',
|
||||||
|
'depends': ['mrp_account', 'project'],
|
||||||
|
'auto_install': True,
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
55
i18n/ar.po
Normal file
55
i18n/ar.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "قوائم المواد "
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "عدد قوائم المواد "
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "أوامر التصنيع"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "عدد أوامر التصنيع "
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "المشروع"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "عدد أوامر العمل "
|
57
i18n/bg.po
Normal file
57
i18n/bg.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Igor Sheludko <igor.sheludko@gmail.com>, 2023
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Списъци с материали"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Производствена поръчка "
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Проект"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
57
i18n/ca.po
Normal file
57
i18n/ca.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Quim - eccit <quim@eccit.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Josep Anton Belchi, 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: Josep Anton Belchi, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Llistes de materials"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Nombre de LdM"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ordres de producció"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Nombre d'ordres de fabricació"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projecte"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Nombre d'ordres de treball"
|
56
i18n/cs.po
Normal file
56
i18n/cs.po
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Jakub Smolka, 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: Jakub Smolka, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Kusovníky"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Výrobní příkazy"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekty"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/da.po
Normal file
55
i18n/da.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Styklister"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Produktionsordrer"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/de.po
Normal file
55
i18n/de.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Stücklisten"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Anzahl Stücklisten"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Fertigungsaufträge"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Anzahl Fertigungsaufträge"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Anzahl Arbeitsaufträge"
|
56
i18n/es.po
Normal file
56
i18n/es.po
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Lista de materiales"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Número de listas de materiales"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Órdenes de fabricación"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Número de órdenes de fabricación"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Proyecto"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Número de órdenes de trabajo"
|
56
i18n/es_419.po
Normal file
56
i18n/es_419.po
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Fernanda Alvarez, 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: Fernanda Alvarez, 2024\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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Listas de materiales"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Número de listas de materiales"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Órdenes de fabricación"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Número de órdenes de fabricación"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Proyecto"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Número de órdenes de trabajo"
|
58
i18n/et.po
Normal file
58
i18n/et.po
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||||
|
# Gert Valdek <gert@airobot.ee>, 2023
|
||||||
|
# JanaAvalah, 2023
|
||||||
|
# Patrick-Jordan Kiudorv, 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: Patrick-Jordan Kiudorv, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Retseptid"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Retseptide arv"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Tootmistellimused"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Tootmistellimuste arv"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projektid"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Töökäskude arv"
|
57
i18n/fa.po
Normal file
57
i18n/fa.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "صورت های مواد اولیه"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "تعاد صورت مواد اولیه"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "سفارشات تولید"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "تعداد سفارشات تولید"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "پروژه"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "تعداد سفارش کار"
|
58
i18n/fi.po
Normal file
58
i18n/fi.po
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Henri Komulainen <henri.komulainen@web-veistamo.fi>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||||
|
# Svante Suominen <svante.suominen@web-veistamo.fi>, 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: Svante Suominen <svante.suominen@web-veistamo.fi>, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Osaluettelot"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Osaluetteloiden määrä"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Valmistustilaukset"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Vaklmistustilausten määrä"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projektit"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Työtilausten määrä"
|
55
i18n/fr.po
Normal file
55
i18n/fr.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Nomenclatures"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Nombre de nomenclatures"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ordres de fabrication"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Nombre d'ordres de fabrication"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projet"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Nombre d'ordres de travail"
|
58
i18n/he.po
Normal file
58
i18n/he.po
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||||
|
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||||
|
# yael terner, 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: yael terner, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "עץ מוצר "
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "# עצי מוצר"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "הוראות ייצור"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "ספירת הוראות ייצור"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "פרויקט"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "מס' הזמנת עבודה"
|
57
i18n/hu.po
Normal file
57
i18n/hu.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Ákos Nagy <akos.nagy@oregional.hu>, 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: Ákos Nagy <akos.nagy@oregional.hu>, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Anyagjegyzékek"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Gyártási rendelések"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/id.po
Normal file
55
i18n/id.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Daftar Kebutuhan Material (BOM)"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Jumlah BoM"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Manufacturing Orders"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Jumlah Manufacturing Order"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Proyek"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Jumlah SPK"
|
55
i18n/it.po
Normal file
55
i18n/it.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Distinte base"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Conteggio distinte base"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ordini di produzione"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Conteggio ordini di produzione"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Progetto"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Conteggio Ordini di lavoro"
|
55
i18n/ja.po
Normal file
55
i18n/ja.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "部品表"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "部品表数"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "製造オーダ"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "製造オーダ数"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "プロジェクト"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "作業オーダ数"
|
55
i18n/ko.po
Normal file
55
i18n/ko.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "자재명세서"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "BoM 수"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "제조 주문"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "제조 주문 수"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "프로젝트"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "작업 지시 수"
|
57
i18n/lt.po
Normal file
57
i18n/lt.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Silvija Butko <silvija.butko@gmail.com>, 2023
|
||||||
|
# Jonas Zinkevicius <jozi@odoo.com>, 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: 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Komplektavimo specifikacijos"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Gamybos užsakymai"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Gamybos užsakymų skaičius"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projektas"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
57
i18n/lv.po
Normal file
57
i18n/lv.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||||
|
# Will Sensors, 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: Will Sensors, 2024\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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Komplektācijas"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ražošanas orderi"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekti"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/nl.po
Normal file
55
i18n/nl.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Stuklijsten"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Aantal stuklijsten"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Productieorders"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Aantal productieorders"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Project"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Aantal werkorders"
|
55
i18n/pl.po
Normal file
55
i18n/pl.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Zestawienia materiałowe"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Liczba BoM"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Zamówienia produkcji"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Liczba zamówień produkcyjnych"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Liczba zleceń operacji"
|
51
i18n/project_mrp.pot
Normal file
51
i18n/project_mrp.pot
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/pt.po
Normal file
55
i18n/pt.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Listas de Materiais"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Número de LdMs"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ordens de Produção"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Número de Ordens de Produção"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projeto"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Número de Ordens de Serviço"
|
56
i18n/pt_BR.po
Normal file
56
i18n/pt_BR.po
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Maitê Dietze, 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: Maitê Dietze, 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Listas de materiais"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Total de LM"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Ordens de produção"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Total de ordens de produção"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projeto"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Total de ordens de serviço"
|
56
i18n/ru.po
Normal file
56
i18n/ru.po
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Спецификация"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Граф Бом"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Заказы на производство"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Количество производственных заказов"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Проект"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Счетчик заказов на выполнение работ"
|
55
i18n/sk.po
Normal file
55
i18n/sk.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Kusovníky"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Výrobné objednávky"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
57
i18n/sl.po
Normal file
57
i18n/sl.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jasmina Macur <jasmina@hbs.si>, 2023
|
||||||
|
# Matjaz Mozetic <m.mozetic@matmoz.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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Kosovnica"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Proizvodni nalogi"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/sr.po
Normal file
55
i18n/sr.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Popisi materijala"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Broj sastavnica"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Nalozi za proizvodnju"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Broj naloga za proizvodnji"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekat"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Broj radnih naloga"
|
57
i18n/sv.po
Normal file
57
i18n/sv.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Robin Calvin, 2023
|
||||||
|
# Anders Wallenquist <anders.wallenquist@vertel.se>, 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: 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Materialförteckningar"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Tillverkningsorder"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Projekt"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr ""
|
55
i18n/th.po
Normal file
55
i18n/th.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "บิลวัสดุ"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "จำนวน BoM"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "ใบสั่งผลิต"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "จำนวนใบสั่งผลิต"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "โปรเจ็กต์"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "จำนวนคำสั่งงาน"
|
57
i18n/tr.po
Normal file
57
i18n/tr.po
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||||
|
# Tugay Hatıl <tugayh@projetgrup.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: Tugay Hatıl <tugayh@projetgrup.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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Ürün Reçetesi"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "BoM Sayısı"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Üretim Emirleri"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Üretim Emri Sayısı"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Proje"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "İş Emri Sayısı"
|
55
i18n/uk.po
Normal file
55
i18n/uk.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Специфікації"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Підрахунок специфікацій"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Замовлення на виробництво"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Підрахунок замовлень на виробництво"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Проект"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Підрахунок робочих завдань"
|
55
i18n/vi.po
Normal file
55
i18n/vi.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "Định mức nguyên liệu"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "Số ĐMNL"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "Lệnh sản xuất"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "Số lệnh sản xuất"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "Dự án"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "Số công đoạn"
|
55
i18n/zh_CN.po
Normal file
55
i18n/zh_CN.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "物料清单"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "BoM计数"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "制造订单"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "制造业订单计数"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "项目"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "工单计数"
|
55
i18n/zh_TW.po
Normal file
55
i18n/zh_TW.po
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * project_mrp
|
||||||
|
#
|
||||||
|
# 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: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Bills of Materials"
|
||||||
|
msgstr "用料清單"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__bom_count
|
||||||
|
msgid "BoM Count"
|
||||||
|
msgstr "用料清單數目"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#: code:addons/project_mrp/models/project_project.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Manufacturing Orders"
|
||||||
|
msgstr "製造訂單"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__production_count
|
||||||
|
msgid "Manufacturing Orders Count"
|
||||||
|
msgstr "製造訂單數目"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model,name:project_mrp.model_project_project
|
||||||
|
msgid "Project"
|
||||||
|
msgstr "專案"
|
||||||
|
|
||||||
|
#. module: project_mrp
|
||||||
|
#: model:ir.model.fields,field_description:project_mrp.field_project_project__workorder_count
|
||||||
|
msgid "Work Order Count"
|
||||||
|
msgstr "工單數量"
|
3
models/__init__.py
Normal file
3
models/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
from . import project_project
|
114
models/project_project.py
Normal file
114
models/project_project.py
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import fields, models, _lt
|
||||||
|
from odoo.osv import expression
|
||||||
|
|
||||||
|
|
||||||
|
class Project(models.Model):
|
||||||
|
_inherit = "project.project"
|
||||||
|
|
||||||
|
production_count = fields.Integer(related="analytic_account_id.production_count", groups='mrp.group_mrp_user')
|
||||||
|
workorder_count = fields.Integer(related="analytic_account_id.workorder_count", groups='mrp.group_mrp_user')
|
||||||
|
bom_count = fields.Integer(related="analytic_account_id.bom_count", groups='mrp.group_mrp_user')
|
||||||
|
|
||||||
|
def action_view_mrp_production(self):
|
||||||
|
self.ensure_one()
|
||||||
|
action = self.env['ir.actions.actions']._for_xml_id('mrp.mrp_production_action')
|
||||||
|
action['domain'] = [('id', 'in', self.analytic_account_id.production_ids.ids)]
|
||||||
|
action['context'] = {'default_analytic_account_id': self.analytic_account_id.id}
|
||||||
|
if self.production_count == 1:
|
||||||
|
action['view_mode'] = 'form'
|
||||||
|
action['res_id'] = self.analytic_account_id.production_ids.id
|
||||||
|
if 'views' in action:
|
||||||
|
action['views'] = [
|
||||||
|
(view_id, view_type)
|
||||||
|
for view_id, view_type in action['views']
|
||||||
|
if view_type == 'form'
|
||||||
|
] or [False, 'form']
|
||||||
|
return action
|
||||||
|
|
||||||
|
def action_view_mrp_bom(self):
|
||||||
|
self.ensure_one()
|
||||||
|
action = self.analytic_account_id.action_view_mrp_bom()
|
||||||
|
if self.bom_count > 1:
|
||||||
|
action['view_mode'] = 'tree,form,kanban'
|
||||||
|
return action
|
||||||
|
|
||||||
|
def action_view_workorder(self):
|
||||||
|
self.ensure_one()
|
||||||
|
action = self.analytic_account_id.action_view_workorder()
|
||||||
|
if self.workorder_count > 1:
|
||||||
|
action['view_mode'] = 'tree,form,kanban,calendar,pivot,graph'
|
||||||
|
return action
|
||||||
|
|
||||||
|
# ----------------------------
|
||||||
|
# Project Updates
|
||||||
|
# ----------------------------
|
||||||
|
|
||||||
|
def _get_profitability_labels(self):
|
||||||
|
labels = super()._get_profitability_labels()
|
||||||
|
labels['manufacturing_order'] = _lt('Manufacturing Orders')
|
||||||
|
return labels
|
||||||
|
|
||||||
|
def _get_profitability_sequence_per_invoice_type(self):
|
||||||
|
sequence_per_invoice_type = super()._get_profitability_sequence_per_invoice_type()
|
||||||
|
sequence_per_invoice_type['manufacturing_order'] = 12
|
||||||
|
return sequence_per_invoice_type
|
||||||
|
|
||||||
|
def _get_profitability_aal_domain(self):
|
||||||
|
return expression.AND([
|
||||||
|
super()._get_profitability_aal_domain(),
|
||||||
|
[('category', '!=', 'manufacturing_order')],
|
||||||
|
])
|
||||||
|
|
||||||
|
def _get_profitability_items(self, with_action=True):
|
||||||
|
profitability_items = super()._get_profitability_items(with_action)
|
||||||
|
mrp_category = 'manufacturing_order'
|
||||||
|
mrp_aal_read_group = self.env['account.analytic.line'].sudo()._read_group(
|
||||||
|
[('auto_account_id', 'in', self.analytic_account_id.ids), ('category', '=', mrp_category)],
|
||||||
|
['currency_id'],
|
||||||
|
['amount:sum'],
|
||||||
|
)
|
||||||
|
if mrp_aal_read_group:
|
||||||
|
can_see_manufactoring_order = with_action and len(self) == 1 and self.user_has_groups('mrp.group_mrp_user')
|
||||||
|
total_amount = 0
|
||||||
|
for currency, amount_summed in mrp_aal_read_group:
|
||||||
|
total_amount += currency._convert(amount_summed, self.currency_id, self.company_id)
|
||||||
|
|
||||||
|
mrp_costs = {
|
||||||
|
'id': mrp_category,
|
||||||
|
'sequence': self._get_profitability_sequence_per_invoice_type()[mrp_category],
|
||||||
|
'billed': total_amount,
|
||||||
|
'to_bill': 0.0,
|
||||||
|
}
|
||||||
|
if can_see_manufactoring_order:
|
||||||
|
mrp_costs['action'] = {'name': 'action_view_mrp_production', 'type': 'object'}
|
||||||
|
costs = profitability_items['costs']
|
||||||
|
costs['data'].append(mrp_costs)
|
||||||
|
costs['total']['billed'] += mrp_costs['billed']
|
||||||
|
return profitability_items
|
||||||
|
|
||||||
|
def _get_stat_buttons(self):
|
||||||
|
buttons = super(Project, self)._get_stat_buttons()
|
||||||
|
if self.user_has_groups('mrp.group_mrp_user'):
|
||||||
|
self_sudo = self.sudo()
|
||||||
|
buttons.extend([{
|
||||||
|
'icon': 'flask',
|
||||||
|
'text': _lt('Bills of Materials'),
|
||||||
|
'number': self_sudo.bom_count,
|
||||||
|
'action_type': 'object',
|
||||||
|
'action': 'action_view_mrp_bom',
|
||||||
|
'show': self_sudo.bom_count > 0,
|
||||||
|
'sequence': 35,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'icon': 'wrench',
|
||||||
|
'text': _lt('Manufacturing Orders'),
|
||||||
|
'number': self_sudo.production_count,
|
||||||
|
'action_type': 'object',
|
||||||
|
'action': 'action_view_mrp_production',
|
||||||
|
'show': self_sudo.production_count > 0,
|
||||||
|
'sequence': 46,
|
||||||
|
}])
|
||||||
|
return buttons
|
5
tests/__init__.py
Normal file
5
tests/__init__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import test_project_profitability
|
||||||
|
from . import test_project_stock
|
63
tests/test_project_profitability.py
Normal file
63
tests/test_project_profitability.py
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo.tests import tagged
|
||||||
|
|
||||||
|
from odoo.addons.project.tests.test_project_profitability import TestProjectProfitabilityCommon
|
||||||
|
|
||||||
|
@tagged('-at_install', 'post_install')
|
||||||
|
class TestSaleProjectProfitabilityMrp(TestProjectProfitabilityCommon):
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def setUpClass(cls):
|
||||||
|
super().setUpClass()
|
||||||
|
cls.foreign_company = cls.env['res.company'].create(
|
||||||
|
{'name': "My Test Company", 'currency_id': cls.foreign_currency.id})
|
||||||
|
|
||||||
|
def test_profitability_mrp_project(self):
|
||||||
|
""" This test ensures that when mrp are linked to the project, the total is correctly computed for the project profitability. """
|
||||||
|
|
||||||
|
project = self.env['project.project'].create({'name': 'new project'})
|
||||||
|
project._create_analytic_account()
|
||||||
|
account = project.analytic_account_id
|
||||||
|
# creates the aal for the project
|
||||||
|
self.env['account.analytic.line'].create([{
|
||||||
|
'name': 'line 1',
|
||||||
|
'account_id': account.id,
|
||||||
|
'category': 'manufacturing_order',
|
||||||
|
'company_id': self.foreign_company.id,
|
||||||
|
'amount': '500',
|
||||||
|
'unit_amount': '1',
|
||||||
|
}, {
|
||||||
|
'name': 'line 2',
|
||||||
|
'account_id': account.id,
|
||||||
|
'category': 'manufacturing_order',
|
||||||
|
'company_id': self.foreign_company.id,
|
||||||
|
'amount': '100',
|
||||||
|
'unit_amount': '1',
|
||||||
|
}])
|
||||||
|
# Ensures that if none of the mrp linked to the project have the same company as the current active company, the total is still converted into the current active company.
|
||||||
|
self.assertDictEqual(project._get_profitability_items(with_action=False), {
|
||||||
|
'revenues': {'data': [], 'total': {'invoiced': 0.0, 'to_invoice': 0.0}},
|
||||||
|
'costs': {'data': [{'id': 'manufacturing_order', 'sequence': 12, 'billed': 120.0, 'to_bill': 0.0}], 'total': {'billed': 120.0, 'to_bill': 0.0}}
|
||||||
|
})
|
||||||
|
self.env['account.analytic.line'].create([{
|
||||||
|
'name': 'line 3',
|
||||||
|
'account_id': account.id,
|
||||||
|
'category': 'manufacturing_order',
|
||||||
|
'company_id': self.env.company.id,
|
||||||
|
'amount': '500',
|
||||||
|
'unit_amount': '1',
|
||||||
|
}, {
|
||||||
|
'name': 'line 4',
|
||||||
|
'account_id': account.id,
|
||||||
|
'category': 'manufacturing_order',
|
||||||
|
'company_id': self.env.company.id,
|
||||||
|
'amount': '200',
|
||||||
|
'unit_amount': '1',
|
||||||
|
}])
|
||||||
|
# Adds mrp AAL with the default company
|
||||||
|
self.assertDictEqual(project._get_profitability_items(with_action=False), {
|
||||||
|
'revenues': {'data': [], 'total': {'invoiced': 0.0, 'to_invoice': 0.0}},
|
||||||
|
'costs': {'data': [{'id': 'manufacturing_order', 'sequence': 12, 'billed': 820.0, 'to_bill': 0.0}], 'total': {'billed': 820.0, 'to_bill': 0.0}}
|
||||||
|
})
|
19
tests/test_project_stock.py
Normal file
19
tests/test_project_stock.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo.addons.project.tests.test_project_base import TestProjectCommon
|
||||||
|
|
||||||
|
|
||||||
|
class TestProjectStock(TestProjectCommon):
|
||||||
|
def test_check_company(self):
|
||||||
|
"""
|
||||||
|
tests editing relation fields of a partner from a project
|
||||||
|
"""
|
||||||
|
self.project_pigs.partner_id = self.env['res.partner'].create({
|
||||||
|
'name': 'Jeff Delaney',
|
||||||
|
})
|
||||||
|
self.env['stock.warehouse'].create({
|
||||||
|
'name': 'Hi mom!',
|
||||||
|
'partner_id': self.project_pigs.partner_id.id,
|
||||||
|
'code': 'Fireship',
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user