19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:47 +01:00
parent accf5918df
commit 6e65e8c877
688 changed files with 225434 additions and 199401 deletions

View file

@ -10,38 +10,15 @@ pip install odoo-bringout-oca-ocb-mrp_repair
## Dependencies
This addon depends on:
- repair
- mrp
## Manifest Information
- **Name**: Mrp Repairs
- **Version**: 1.0
- **Category**: Inventory/Inventory
- **License**: LGPL-3
- **Installable**: True
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `mrp_repair`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/mrp_repair
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Reports: doc/REPORTS.md
- Security: doc/SECURITY.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -5,9 +5,14 @@
{
'name': 'Mrp Repairs',
'version': '1.0',
'category': 'Inventory/Inventory',
'category': 'Supply Chain/Inventory',
'depends': ['repair', 'mrp'],
'data': [
'views/production_views.xml',
'views/repair_views.xml',
],
'installable': True,
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}

View file

@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-13 12:17+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ? 4 : 5;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "عدد أوامر التصنيع المنشأة"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "عدد عمليات التصليح المصدرية"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "المُعرف"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "التصنيع"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "أمر التصنيع"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "طلبات التصنيع التي تم إنشاؤها بواسطة %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "أمر الإصلاح"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "مصدر التصليح لـ %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "الإصلاحات"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "حركة المخزون"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -1,26 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
# * mrp_repair
#
# Odoo Translation Bot <c3p@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \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: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_line
msgid "Repair Line (parts)"
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Nalog za popravak"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 02:33+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Nombre d'ordres de fabricació creades"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Nombre de reparacions d'origen"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fabricació"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Ordre de fabricació"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Ordre de reparació"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparacions"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Moviment d'estoc"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Marta (wacm)" <wacm@odoo.com>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-01-30 13:24+0000\n"
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/mrp_repair/"
"cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Počet vygenerovaných MO"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Počet oprav zdrojů"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Zobrazovací název"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Výroba"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Výrobní zakázka"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Výrobní zakázky generovány %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Opravní příkaz"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Opravit zdroj %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Opravy"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Pohyb zásob"

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Antal kildereparationer"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Produktion"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Produktionsordre"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparationsordre"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Kildereparation af %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparationer"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Lagerflytning"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-28 12:51+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Anzahl generierter Fertigungsaufträge"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Anzahl Quellreparaturen"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fertigung"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Fertigungsauftrag"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Fertigungsaufträge generiert durch %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparaturauftrag"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Reparaturquelle von %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparaturen"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Lagerbuchung"

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/mrp_repair/"
"el/>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Αριθμός εντολών παραγωγής (MOs) που δημιουργηθήκε"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Αριθμός συνδεδεμένων επισκευών"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Παραγωγή"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Εντολή Παραγωγής"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Εντολές Παραγωγής που δημιουργήθηκαν από %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Εντολή Επισκευής"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Πηγή επισκευής %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Επισκευές"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Κίνηση Αποθέματος"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-23 12:57+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Número de órdenes de fabricación generadas"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Número de reparaciones de origen"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fabricación"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Orden de fabricación"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Órdenes de fabricación generadas por %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Orden de reparación"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Fuente de reparación de %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparaciones"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de stock"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-30 17:05+0000\n"
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
"odoo-19/mrp_repair/es_419/>\n"
"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Número de órdenes de fabricación generadas"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Número de fuentes de reparación"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Manufactura"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Orden de fabricación"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Órdenes de fabricación generadas por %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Orden de reparación"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Fuente de reparación de %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparaciones"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de stock"

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-28 08:54+0000\n"
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Loodud tootmistellimuste arv"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Seotud paranduste arv"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Kuva nimi"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Tootmine"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Tootmistellimus"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "%sst loodud tootmistellimused"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Parandustöö tellimus"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Paranduse allikas %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Parandustööd"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Laoliikumine"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Saara Hakanen <sahak@odoo.com>, 2025, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-02-27 12:34+0000\n"
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/fi/>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Syntyneiden valmistustilausten lukumäärä"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Lähdekorjausten lukumäärä"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Näyttönimi"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "Tunnus"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Tuotanto"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Tuotantotilaus"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "%s luomat tuotantotilaukset"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Korjaustilaus"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Korjauksen lähde %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Korjaukset"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Varastosiirto"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-15 09:13+0000\n"
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Nombre d'OF générés"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Count of source repairs"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fabrication"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Ordre de fabrication"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Ordres de fabrication générés par %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Ordre de réparation"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Source de réparation de %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Réparations"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Mouvement de stock"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-29 19:48+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/hu/>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Gyártás"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Gyártási rendelés"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Javítási rendelés"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Javítások"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Készletmozgás"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-23 02:31+0000\n"
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/id/>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Jumlah MO yang dibuat"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Jumlah perbaikan sumber"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Produksi"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Manufacturing Order"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "MO dibuat oleh %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Order Perbaikan"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Sumber Perbaikan %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Perbaikan"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Pergerakkan Stok"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-14 14:27+0000\n"
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Numero di OdP generati"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Numero di riparazioni alla fonte"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Produzione"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Ordine di produzione"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Ordini di produzione generati da %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Ordine di riparazione"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Fonte riparazione di %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Riparazioni"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Movimento di magazzino"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-20 02:30+0000\n"
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "生成済購買オーダ数"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "修理の参照元の件数"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "表示名"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "製造"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "製造オーダ"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "%sによって生成された製造オーダ"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "修理オーダ"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "%sの修理の参照元"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "修理"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "在庫移動"

View file

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Odoo Translation Bot <c3p@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: kab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-17 19:01+0000\n"
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "생성된 MO 개수"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "원본 수리 횟수"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "표시명"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "제조 관리"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "제조 주문"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "%s에서 생성한 제조 주문"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "수리 요청"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "%s의 복구 소스"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "수리"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "재고 이동"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,11 +16,62 @@ msgstr ""
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_line
msgid "Repair Line (parts)"
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 18:47+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/nb_NO/>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Produksjon"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Produksjonsordre"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparasjonsordre"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparasjoner"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Lagerbevegelse"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Bren Driesen <brdri@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-23 09:16+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/mrp_repair/"
"nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Aantal gegenereerde porductieorders"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Aantal reparatiebronnen"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Weergavenaam"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Productie"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Productieorder"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Productieorders gegenereerd door %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparatieorder"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Reparatiebron van %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparaties"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Voorraadverplaatsing"

View file

@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Marta (wacm)" <wacm@odoo.com>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-02-26 11:06+0000\n"
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Liczba wygenerowanych zamówień produkcyjnych"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Liczba napraw źródłowych"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nazwa wyświetlana"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Produkcja"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Zlecenie produkcyjne"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Zamówienie produkcyjne wygenerowane przez %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Zamówienia naprawy"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Naprawa źródłowa %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Naprawy"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Przesunięcie"

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 18:47+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Total de OPs geradas"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Total de reparos da origem"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fabricação"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Ordem de produção"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Ordens de produção geradas por %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Ordem de reparo"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Reparo da origem de %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparos"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Movimentação de estoque"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Maitê Dietze (madi)" <madi@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-07 01:36+0000\n"
"Last-Translator: \"Maitê Dietze (madi)\" <madi@odoo.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
"odoo-19/mrp_repair/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Total de OPs geradas"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Total de reparos da origem"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Exibir nome"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Fabricação"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Ordem de produção"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Ordens de produção geradas por %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Ordem de reparo"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Reparo da origem de %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparos"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Movimentação de estoque"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Busoi Cristina <elena.busoi@capps.ai>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-27 09:05+0000\n"
"Last-Translator: Busoi Cristina <elena.busoi@capps.ai>\n"
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Numărul de MO generate"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Numărul de reparații sursă"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "Nume Afișat"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Producție"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Comanda de producție"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Comenzi de producție generate de %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Comanda de reparatie"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Sursa reparației pentru %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparații"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Mutare de stoc"

View file

@ -0,0 +1,85 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Translators:
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-03 08:33+0000\n"
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Количество созданных ПО"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Количество исходных заказов на ремонт"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Производство"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Заказ на производство"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Производственные заказы, созданные %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Заказ на ремонт"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Источник ремонта: %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Ремонт"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Движение запасов"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:25+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/sl/>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Proizvodnja"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Proizvodni nalog"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Servisni nalog"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Popravila"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Premik zaloge"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:36+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Antal genererade MO"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Antal källreparationer"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Tillverkning"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Tillverkningsorder"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Tillverkningsordrar genererade av %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparationsorder"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Reparation Källa till%s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Reparationer"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Lagerflytt"

View file

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:30+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/mrp_repair/"
"th/>\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "จำนวน MO ที่เกิดขึ้น"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "จำนวนของแหล่งที่มาการซ่อมแซม"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "การผลิต"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "ใบสั่งผลิต"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "ใบสั่งผลิตที่สร้างโดย %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "คำสั่งซ่อม"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "แหล่งการซ่อมแซมของ %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "ซ่อมแซม"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "ย้ายสต็อก"

View file

@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-21 14:46+0000\n"
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Üretilen MO'ların sayısı"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Kaynak onarım sayısı"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "İsim Göster"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Üretim"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Üretim Emri"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "%s tarafından oluşturulan Üretim Emirleri"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Onarım Siparişi"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "%s Onarım Kaynağı"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Onarımlar"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Stok Hareketi"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr ""
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr ""
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr ""
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr ""

View file

@ -0,0 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
#
# Translated by:
# Deepvision - info@deepvision.uz | +998 77-093-0007
# Amon Olimov - amon.bars@gmail.com
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
#, fuzzy
msgid "Count of MOs generated"
msgstr "Yaratilgan ishlab chiqarish buyurtmalari soni"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
#, fuzzy
msgid "Count of source repairs"
msgstr "Manba ta'mirlashlari soni"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
#, fuzzy
msgid "Display Name"
msgstr "Korsatish nomi"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
#, fuzzy
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
#, fuzzy
msgid "Manufacturing"
msgstr "Ishlab chiqarish"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
#, fuzzy
msgid "Manufacturing Order"
msgstr "Ishlab chiqarish buyurtmasi"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
#, fuzzy
msgid "Manufacturing Orders generated by %s"
msgstr "%s tomonidan yaratilgan ishlab chiqarish buyurtmalari"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
#, fuzzy
msgid "Repair Order"
msgstr "Ta'mirlash buyurtmasi"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
#, fuzzy
msgid "Repair Source of %s"
msgstr "%s ning ta'mirlash manbasi"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
#, fuzzy
msgid "Repairs"
msgstr "Ta'mirlashlar"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
#, fuzzy
msgid "Stock Move"
msgstr "Zaxira harakati"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
"Last-Translator: \"Thi Huong Nguyen (thng)\" <thng@odoo.com>\n"
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
"mrp_repair/vi/>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "Số lệnh sản xuất đã tạo"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "Số lệnh sửa chữa nguồn"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr ""
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "Sản xuất"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "Lệnh sản xuất"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "Lệnh sản xuất được tạo bởi %s"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "Lệnh sữa chữa"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "Nguồn lệnh sửa chữa của %s"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "Sửa chữa"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "Điều chuyển tồn kho"

View file

@ -0,0 +1,82 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Chloe Wang (chwa)" <chwa@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-02 14:56+0000\n"
"Last-Translator: \"Chloe Wang (chwa)\" <chwa@odoo.com>\n"
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
"projects/odoo-19/mrp_repair/zh_Hans/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "MO 生成计数"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "源维修次数"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "ID"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "制造"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "制造订单"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "由 %s 生成的制造订单"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "维修订单"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "%s的维修源"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "维修"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "库存移动"

View file

@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair
#
# Translators:
# Wil Odoo, 2025
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~18.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 08:10+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
"projects/odoo-19/mrp_repair/zh_Hant/>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__production_count
msgid "Count of MOs generated"
msgstr "已產生的製造訂單數目"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__repair_count
msgid "Count of source repairs"
msgstr "來源維修數目"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__display_name
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: mrp_repair
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_production__id
#: model:ir.model.fields,field_description:mrp_repair.field_repair_order__id
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move__id
msgid "ID"
msgstr "識別號"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_inherit
msgid "Manufacturing"
msgstr "製造"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_mrp_production
msgid "Manufacturing Order"
msgstr "製造訂單"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/repair.py:0
msgid "Manufacturing Orders generated by %s"
msgstr "由 %s 產生的製造單"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_repair_order
msgid "Repair Order"
msgstr "維修單"
#. module: mrp_repair
#. odoo-python
#: code:addons/mrp_repair/models/production.py:0
msgid "Repair Source of %s"
msgstr "%s 的維修來源"
#. module: mrp_repair
#: model_terms:ir.ui.view,arch_db:mrp_repair.mrp_production_form_view_inherit
msgid "Repairs"
msgstr "維修"
#. module: mrp_repair
#: model:ir.model,name:mrp_repair.model_stock_move
msgid "Stock Move"
msgstr "庫存移動"

View file

@ -2,3 +2,5 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import repair
from . import production
from . import stock_move

View file

@ -0,0 +1,34 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models, _
class MrpProduction(models.Model):
_inherit = 'mrp.production'
repair_count = fields.Integer(
string='Count of source repairs',
compute='_compute_repair_count',
groups='stock.group_stock_user',
)
@api.depends('move_dest_ids.repair_id')
def _compute_repair_count(self):
for production in self:
production.repair_count = len(production.move_dest_ids.repair_id)
def action_view_repair_orders(self):
self.ensure_one()
repair_ids = self.move_dest_ids.repair_id
action = {
'type': 'ir.actions.act_window',
'res_model': 'repair.order',
'views': [[False, 'form']],
}
if self.repair_count == 1:
action['res_id'] = repair_ids.id
elif self.repair_count > 1:
action['name'] = _("Repair Source of %s", self.name)
action['views'] = [[False, 'list']]
action['domain'] = [('id', 'in', repair_ids.ids)]
return action

View file

@ -1,11 +1,22 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, models
from odoo import api, fields, models, _
class Repair(models.Model):
class RepairOrder(models.Model):
_inherit = 'repair.order'
production_count = fields.Integer(
'Count of MOs generated',
compute='_compute_production_count',
groups='mrp.group_mrp_user',
)
@api.depends('reference_ids.production_ids')
def _compute_production_count(self):
for repair in self:
repair.production_count = len(repair.reference_ids.production_ids)
@api.model_create_multi
def create(self, vals_list):
orders = super().create(vals_list)
@ -20,7 +31,7 @@ class Repair(models.Model):
def action_explode(self):
lines_to_unlink_ids = set()
line_vals_list = []
for op in self.operations:
for op in self.move_ids:
bom = self.env['mrp.bom'].sudo()._bom_find(op.product_id, company_id=op.company_id.id, bom_type='phantom')[op.product_id]
if not bom:
continue
@ -31,35 +42,50 @@ class Repair(models.Model):
line_vals_list.append(op._prepare_phantom_line_vals(bom_line, line_data['qty']))
lines_to_unlink_ids.add(op.id)
self.env['repair.line'].browse(lines_to_unlink_ids).sudo().unlink()
self.env['stock.move'].browse(lines_to_unlink_ids).sudo().unlink()
if line_vals_list:
self.env['repair.line'].create(line_vals_list)
self.env['stock.move'].create(line_vals_list)
def action_view_mrp_productions(self):
self.ensure_one()
production_order_ids = self.reference_ids.production_ids
action = {
'type': 'ir.actions.act_window',
'res_model': 'mrp.production',
'views': [[False, 'form']],
}
if self.production_count == 1:
action['res_id'] = production_order_ids.id
elif self.production_count > 1:
action['name'] = _("Manufacturing Orders generated by %s", self.name)
action['views'] = [[False, 'list']]
action['domain'] = [('id', 'in', production_order_ids.ids)]
return action
def _get_action_add_from_catalog_extra_context(self):
bom = self.env['mrp.bom']._bom_find(self.product_id, company_id=self.company_id.id)[self.product_id]
product_ids = [line.product_id.id for line in bom.bom_line_ids] if bom else []
return {
**super()._get_action_add_from_catalog_extra_context(),
'catalog_bom_product_ids': product_ids,
'search_default_bom_parts': bool(product_ids)
}
class RepairLine(models.Model):
_inherit = 'repair.line'
class StockMove(models.Model):
_inherit = 'stock.move'
def _prepare_phantom_line_vals(self, bom_line, qty):
self.ensure_one()
product = bom_line.product_id
uom = bom_line.product_uom_id
partner = self.repair_id.partner_id
price = self.repair_id.pricelist_id._get_product_price(product, qty, uom=uom)
tax = self.env['account.tax']
if partner:
partner_invoice = self.repair_id.partner_invoice_id or partner
fpos = self.env['account.fiscal.position']._get_fiscal_position(partner_invoice, delivery=self.repair_id.address_id)
taxes = self.product_id.taxes_id.filtered(lambda x: x.company_id == self.repair_id.company_id)
tax = fpos.map_tax(taxes)
return {
'name': self.name,
'repair_id': self.repair_id.id,
'type': self.type,
'repair_line_type': self.repair_line_type,
'product_id': product.id,
'price_unit': price,
'tax_id': [(4, t.id) for t in tax],
'price_unit': self.price_unit,
'product_uom_qty': qty,
'product_uom': uom.id,
'location_id': self.location_id.id,
'location_dest_id': self.location_dest_id.id,
'state': 'draft',

View file

@ -0,0 +1,11 @@
from odoo import models
class StockMove(models.Model):
_inherit = 'stock.move'
def _prepare_phantom_move_values(self, bom_line, product_qty, quantity_done):
vals = super()._prepare_phantom_move_values(bom_line, product_qty, quantity_done)
if self.repair_id:
vals['repair_id'] = self.repair_id.id
return vals

View file

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_mrp_repair_flow
from . import test_tracability

View file

@ -0,0 +1,83 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.fields import Command
from odoo.tests import tagged
from odoo.addons.mrp.tests.common import TestMrpCommon
@tagged('post_install', '-at_install')
class TestMrpRepairFlow(TestMrpCommon):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env.ref('base.group_user').write({'implied_ids': [(4, cls.env.ref('stock.group_production_lot').id)]})
def test_repair_with_manufacture_mto_link(self):
"""
Test the integration between a repair order and a manufacturing order (MTO)
for a product with 'Make to Order' (MTO) and 'Manufacture' routes.
Validates that a repair order triggers a manufacturing order with correct product
and quantity, and ensures proper linking via the procurement group.
"""
mto_route = self.env.ref('stock.route_warehouse0_mto')
mto_route.active = True
manufacturing_route = self.env['stock.rule'].search([('action', '=', 'manufacture')]).route_id
rule = mto_route.rule_ids.filtered(lambda r: r.picking_type_id.code == 'repair_operation')
rule.procure_method = 'make_to_order'
product = self.product_2
product.write({
'route_ids': [Command.set([mto_route.id, manufacturing_route.id])],
})
repair = self.env['repair.order'].create([
{
'move_ids': [
Command.create({
'repair_line_type': 'add',
'product_id': product.id,
'product_uom_qty': 1.0,
})
]
}
])
repair.action_validate()
production = repair.reference_ids.production_ids
self.assertEqual(production.product_id, product)
self.assertEqual(production.product_qty, 1.0)
self.assertEqual(production.move_dest_ids.repair_id, repair)
self.assertEqual(production.repair_count, 1)
self.assertEqual(repair.production_count, 1)
def test_adding_kit_parts_to_confirmed_repair(self):
"""Test adding a kit product to a confirmed repair order.
This ensures that:
- Its moves are correctly exploded into their component parts.
- The generated component moves are properly linked to the repair order.
"""
repair = self.env['repair.order'].create({
'product_id': self.product.id,
'picking_type_id': self.warehouse_1.repair_type_id.id,
})
repair.action_validate()
self.assertEqual(repair.state, 'confirmed')
self.assertEqual(len(repair.move_ids), 0)
# Ensure the product is a kit
self.assertTrue(self.product_5.is_kits)
# Add the kit to the repair order
self.env['stock.move'].create({
'repair_id': repair.id,
'product_id': self.product_5.id,
'product_uom_qty': 1.0,
'repair_line_type': 'add',
})
# Check that the kit has been exploded into its components
self.assertEqual(len(repair.move_ids), 2)
self.assertEqual(
set(repair.move_ids.product_id.ids),
set(self.product_5.bom_ids.bom_line_ids.product_id.ids)
)

View file

@ -24,7 +24,6 @@ class TestRepairTraceability(TestMrpCommon):
ptrepair_lot = self.env['stock.lot'].create({
'name': 'A1',
'product_id': product_to_repair.id,
'company_id': self.env.user.company_id.id
})
product_to_remove = self.env['product.product'].create({
'name': 'other first serial to remove with repair',
@ -33,7 +32,6 @@ class TestRepairTraceability(TestMrpCommon):
ptremove_lot = self.env['stock.lot'].create({
'name': 'B2',
'product_id': product_to_remove.id,
'company_id': self.env.user.company_id.id
})
# Create a manufacturing order with product (with SN A1)
mo_form = Form(self.env['mrp.production'])
@ -44,21 +42,23 @@ class TestRepairTraceability(TestMrpCommon):
mo = mo_form.save()
mo.action_confirm()
# Set serial to A1
mo.lot_producing_id = ptrepair_lot
mo.lot_producing_ids = ptrepair_lot
# Set component serial to B2
mo.move_raw_ids.move_line_ids.lot_id = ptremove_lot
mo.move_raw_ids.picked = True
mo.button_mark_done()
with Form(self.env['repair.order']) as ro_form:
ro_form.product_id = product_to_repair
ro_form.lot_id = ptrepair_lot # Repair product Serial A1
with ro_form.operations.new() as operation:
operation.type = 'remove'
with ro_form.move_ids.new() as operation:
operation.repair_line_type = 'remove'
operation.product_id = product_to_remove
operation.lot_id = ptremove_lot # Remove product Serial B2 from the product
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = ptremove_lot # Remove product Serial B2 from the product.
ro.action_repair_start()
ro.move_ids.picked = True
ro.action_repair_end()
# Create a manufacturing order with product (with SN A2)
@ -70,13 +70,13 @@ class TestRepairTraceability(TestMrpCommon):
mo2 = mo2_form.save()
mo2.action_confirm()
# Set serial to A2
mo2.lot_producing_id = self.env['stock.lot'].create({
mo2.lot_producing_ids = self.env['stock.lot'].create({
'name': 'A2',
'product_id': product_to_repair.id,
'company_id': self.env.user.company_id.id
})
# Set component serial to B2 again, it is possible
mo2.move_raw_ids.move_line_ids.lot_id = ptremove_lot
mo2.move_raw_ids.picked = True
# We are not forbidden to use that serial number, so nothing raised here
mo2.button_mark_done()
@ -95,48 +95,39 @@ class TestRepairTraceability(TestMrpCommon):
mo = mo_form.save()
mo.action_confirm()
mo.action_assign()
action = mo.button_mark_done()
wizard = Form(self.env[action['res_model']].with_context(action['context'])).save()
wizard.process()
mo.move_raw_ids.picked = True
mo.button_mark_done()
return mo
picking_type = self.env['stock.picking.type'].search([('code', '=', 'mrp_operation')])[0]
picking_type.use_auto_consume_components_lots = True
stock_location = self.env.ref('stock.stock_location_stock')
finished, component = self.env['product.product'].create([{
'name': 'Finished Product',
'type': 'product',
'is_storable': True,
}, {
'name': 'SN Componentt',
'type': 'product',
'name': 'SN Component',
'is_storable': True,
'tracking': 'serial',
}])
sn_lot = self.env['stock.lot'].create({
'product_id': component.id,
'name': 'USN01',
'company_id': self.env.company.id,
})
self.env['stock.quant']._update_available_quantity(component, stock_location, 1, lot_id=sn_lot)
self.env['stock.quant']._update_available_quantity(component, self.stock_location, 1, lot_id=sn_lot)
mo = produce_one(finished, component)
self.assertEqual(mo.state, 'done')
self.assertEqual(mo.move_raw_ids.lot_ids, sn_lot)
ro_form = Form(self.env['repair.order'])
ro_form.product_id = finished
with ro_form.operations.new() as ro_line:
ro_line.type = 'remove'
with ro_form.move_ids.new() as ro_line:
ro_line.repair_line_type = 'recycle'
ro_line.product_id = component
ro_line.lot_id = sn_lot
ro_line.location_dest_id = stock_location
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = sn_lot
ro.action_repair_start()
ro.move_ids.picked = True
ro.action_repair_end()
mo = produce_one(finished, component)
self.assertEqual(mo.state, 'done')
self.assertEqual(mo.move_raw_ids.lot_ids, sn_lot)
@ -145,39 +136,39 @@ class TestRepairTraceability(TestMrpCommon):
# The user should be able to use the component in a new MO.
ro_form = Form(self.env['repair.order'])
ro_form.product_id = finished
with ro_form.operations.new() as ro_line:
ro_line.type = 'remove'
with ro_form.move_ids.new() as ro_line:
ro_line.repair_line_type = 'recycle'
ro_line.product_id = component
ro_line.lot_id = sn_lot
ro_line.location_dest_id = stock_location
ro_line.location_dest_id = self.stock_location
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = sn_lot
ro.action_repair_start()
ro.action_repair_end()
self.assertEqual(ro.state, 'done')
# Add the component into the product
ro_form = Form(self.env['repair.order'])
ro_form.product_id = finished
with ro_form.operations.new() as ro_line:
ro_line.type = 'add'
with ro_form.move_ids.new() as ro_line:
ro_line.repair_line_type = 'add'
ro_line.product_id = component
ro_line.lot_id = sn_lot
ro_line.location_id = stock_location
ro_line.location_id = self.stock_location
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = sn_lot
ro.action_repair_start()
ro.action_repair_end()
self.assertEqual(ro.state, 'done')
# Removing it a second time
ro_form = Form(self.env['repair.order'])
ro_form.product_id = finished
with ro_form.operations.new() as ro_line:
ro_line.type = 'remove'
with ro_form.move_ids.new() as ro_line:
ro_line.repair_line_type = 'recycle'
ro_line.product_id = component
ro_line.lot_id = sn_lot
ro_line.location_dest_id = stock_location
ro_line.location_dest_id = self.stock_location
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = sn_lot
ro.action_repair_start()
ro.action_repair_end()
self.assertEqual(ro.state, 'done')
@ -193,10 +184,10 @@ class TestRepairTraceability(TestMrpCommon):
"""
finished, component = self.env['product.product'].create([{
'name': 'Finished Product',
'type': 'product',
'is_storable': True,
}, {
'name': 'SN Componentt',
'type': 'product',
'is_storable': True,
'tracking': 'serial',
}])
@ -205,22 +196,22 @@ class TestRepairTraceability(TestMrpCommon):
'name': 'USN01',
'company_id': self.env.company.id,
})
stock_location = self.env.ref('stock.stock_location_stock')
self.env['stock.quant']._update_available_quantity(component, stock_location, 1, lot_id=sn_lot)
self.assertEqual(component.qty_available, 1)
# create a repair order
ro_form = Form(self.env['repair.order'])
ro_form.product_id = self.product_1
with ro_form.operations.new() as ro_line:
ro_line.type = 'remove'
with ro_form.move_ids.new() as ro_line:
ro_line.repair_line_type = 'remove'
ro_line.product_id = component
ro_line.lot_id = sn_lot
ro = ro_form.save()
ro.action_validate()
ro.move_ids[0].lot_ids = sn_lot
ro.action_repair_start()
ro.action_repair_end()
self.env['stock.quant']._update_available_quantity(component, self.stock_location, 1, lot_id=sn_lot)
self.assertEqual(component.qty_available, 1)
# create a manufacturing order
mo_form = Form(self.env['mrp.production'])
mo_form.product_id = finished
@ -230,10 +221,9 @@ class TestRepairTraceability(TestMrpCommon):
mo = mo_form.save()
mo.action_confirm()
mo.action_assign()
mo.move_raw_ids.move_line_ids.qty_done = 1
action = mo.button_mark_done()
wizard = Form(self.env[action['res_model']].with_context(action['context'])).save()
wizard.process()
mo.move_raw_ids.move_line_ids.quantity = 1
mo.move_raw_ids.picked = True
mo.button_mark_done()
self.assertEqual(mo.state, 'done')
self.assertEqual(mo.move_raw_ids.lot_ids, sn_lot)
# unbuild the mo
@ -249,10 +239,9 @@ class TestRepairTraceability(TestMrpCommon):
mo = mo_form.save()
mo.action_confirm()
mo.action_assign()
mo.move_raw_ids.move_line_ids.qty_done = 1
action = mo.button_mark_done()
wizard = Form(self.env[action['res_model']].with_context(action['context'])).save()
wizard.process()
mo.move_raw_ids.move_line_ids.quantity = 1
mo.move_raw_ids.picked = True
mo.button_mark_done()
self.assertEqual(mo.state, 'done')
self.assertEqual(mo.move_raw_ids.lot_ids, sn_lot)
@ -265,13 +254,12 @@ class TestRepairTraceability(TestMrpCommon):
Move the component back to the stock
Use it in a MO
"""
stock_location = self.env.ref('stock.stock_location_stock')
scrap_location = self.env['stock.location'].search([('company_id', '=', self.env.company.id), ('scrap_location', '=', True)], limit=1)
scrap_location_id = self.env['stock.location'].search_read([('company_id', '=', self.env.company.id), ('usage', '=', 'inventory')], fields=['id'], limit=1)[0].get('id')
finished = self.bom_4.product_id
component = self.bom_4.bom_line_ids.product_id
component.write({
'type': 'product',
'is_storable': True,
'tracking': 'serial',
})
@ -280,25 +268,26 @@ class TestRepairTraceability(TestMrpCommon):
'name': 'SN01',
'company_id': self.env.company.id,
})
self.env['stock.quant']._update_available_quantity(component, stock_location, 1, lot_id=sn_lot)
self.env['stock.quant']._update_available_quantity(component, self.stock_location, 1, lot_id=sn_lot)
mo_form = Form(self.env['mrp.production'])
mo_form.bom_id = self.bom_4
mo = mo_form.save()
mo.action_confirm()
mo.qty_producing = 1
mo.move_raw_ids.move_line_ids.qty_done = 1
mo.move_raw_ids.move_line_ids.quantity = 1
mo.move_raw_ids.move_line_ids.picked = True
mo.button_mark_done()
ro = self.env['repair.order'].create({
'product_id': finished.id,
'operations': [
'picking_type_id': self.warehouse_1.repair_type_id.id,
'move_ids': [
(0, 0, {
'name': 'foo',
'product_id': component.id,
'lot_id': sn_lot.id,
'type': 'remove',
'location_dest_id': scrap_location.id,
'lot_ids': [(4, sn_lot.id)],
'repair_line_type': 'remove',
'location_dest_id': scrap_location_id,
'price_unit': 0,
})
],
@ -308,17 +297,17 @@ class TestRepairTraceability(TestMrpCommon):
ro.action_repair_end()
sm = self.env['stock.move'].create({
'name': component.name,
'product_id': component.id,
'product_uom_qty': 1,
'product_uom': component.uom_id.id,
'location_id': scrap_location.id,
'location_dest_id': stock_location.id,
'location_id': scrap_location_id,
'location_dest_id': self.stock_location.id,
})
sm._action_confirm()
sm.move_line_ids.write({
'qty_done': 1.0,
'quantity': 1.0,
'lot_id': sn_lot.id,
'picked': True,
})
sm._action_done()
@ -327,9 +316,25 @@ class TestRepairTraceability(TestMrpCommon):
mo = mo_form.save()
mo.action_confirm()
mo.qty_producing = 1
mo.move_raw_ids.move_line_ids.qty_done = 1
mo.move_raw_ids.move_line_ids.quantity = 1
mo.move_raw_ids.move_line_ids.picked = True
mo.button_mark_done()
self.assertRecordValues(mo.move_raw_ids.move_line_ids, [
{'product_id': component.id, 'lot_id': sn_lot.id, 'qty_done': 1.0, 'state': 'done'},
{'product_id': component.id, 'lot_id': sn_lot.id, 'quantity': 1.0, 'state': 'done'},
])
def test_repair_with_consumable_kit(self):
"""Test that a consumable kit can be repaired."""
self.assertEqual(self.bom_2.type, 'phantom')
kit_product = self.bom_2.product_id
kit_product.type = 'consu'
self.assertEqual(kit_product.type, 'consu')
ro = self.env['repair.order'].create({
'product_id': kit_product.id,
'picking_type_id': self.warehouse_1.repair_type_id.id,
})
ro.action_validate()
ro.action_repair_start()
ro.action_repair_end()
self.assertEqual(ro.state, 'done')

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="mrp_production_form_view_inherit" model="ir.ui.view">
<field name="name">mrp.production.form.inherit</field>
<field name="model">mrp.production</field>
<field name="inherit_id" ref="mrp.mrp_production_form_view"/>
<field name="arch" type="xml">
<xpath expr="//div[@name='button_box']" position="inside">
<button
class="oe_stat_button" name="action_view_repair_orders" type="object"
icon="fa-wrench" groups="stock.group_stock_user"
invisible="repair_count == 0">
<div class="o_field_widget o_stat_info">
<field name="repair_count" string="Repairs" widget="statinfo"/>
</div>
</button>
</xpath>
</field>
</record>
</data>
</odoo>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="view_repair_order_form_inherit" model="ir.ui.view">
<field name="name">repair.order.form.inherit</field>
<field name="model">repair.order</field>
<field name="inherit_id" ref="repair.view_repair_order_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_view_sale_order']" position="after">
<button
class="oe_stat_button" name="action_view_mrp_productions" type="object"
icon="fa-wrench" groups="mrp.group_mrp_user"
invisible="production_count == 0 or state == 'draft'">
<div class="o_field_widget o_stat_info">
<field name="production_count" string="Manufacturing" widget="statinfo"/>
</div>
</button>
</xpath>
</field>
</record>
</data>
</odoo>

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-mrp_repair"
version = "16.0.0"
description = "Mrp Repairs - Odoo addon"
description = "Mrp Repairs -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-repair>=16.0.0",
"odoo-bringout-oca-ocb-mrp>=16.0.0",
"odoo-bringout-oca-ocb-repair>=19.0.0",
"odoo-bringout-oca-ocb-mrp>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -17,7 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]