7240 lines
262 KiB
Plaintext
7240 lines
262 KiB
Plaintext
|
# Translation of Odoo Server.
|
|||
|
# This file contains the translation of the following modules:
|
|||
|
# * mrp
|
|||
|
#
|
|||
|
# Translators:
|
|||
|
# Wil Odoo, 2024
|
|||
|
# Jolien De Paepe, 2024
|
|||
|
#
|
|||
|
msgid ""
|
|||
|
msgstr ""
|
|||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|||
|
"Report-Msgid-Bugs-To: \n"
|
|||
|
"POT-Creation-Date: 2024-01-05 12:31+0000\n"
|
|||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
|||
|
"Last-Translator: Jolien De Paepe, 2024\n"
|
|||
|
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
|||
|
"MIME-Version: 1.0\n"
|
|||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|||
|
"Content-Transfer-Encoding: \n"
|
|||
|
"Language: fr\n"
|
|||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__state
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__production_state
|
|||
|
msgid ""
|
|||
|
" * Draft: The MO is not confirmed yet.\n"
|
|||
|
" * Confirmed: The MO is confirmed, the stock rules and the reordering of the components are trigerred.\n"
|
|||
|
" * In Progress: The production has started (on the MO or on the WO).\n"
|
|||
|
" * To Close: The production is done, the MO has to be closed.\n"
|
|||
|
" * Done: The MO is closed, the stock moves are posted. \n"
|
|||
|
" * Cancelled: The MO has been cancelled, can't be confirmed anymore."
|
|||
|
msgstr ""
|
|||
|
"* Brouillon : L'OF n'est pas encore confirmé.\n"
|
|||
|
"* Confirmé : L'OF est confirmé, les règles de stock et la réorganisation des composants sont déclenchées.\n"
|
|||
|
"* En cours : La production a commencé (sur l'OF ou sur l'OT).\n"
|
|||
|
"* À fermer : La production est terminée, l'OF doit être fermé.\n"
|
|||
|
"* Terminé : L'OF est fermé, les mouvements de stock sont enregistrés. \n"
|
|||
|
"* Annulé : L'OF a été annulé, il ne peut plus être confirmé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid " <br/><br/> The components will be taken from <b>%s</b>."
|
|||
|
msgstr " <br/><br/> Les composants seront pris de <b>%s</b>."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__ready_to_produce__all_available
|
|||
|
msgid " When all components are available"
|
|||
|
msgstr "Quand tous les composants sont disponibles"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__bom_count
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__bom_count
|
|||
|
msgid "# Bill of Material"
|
|||
|
msgstr "# Nomenclatures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__used_in_bom_count
|
|||
|
msgid "# BoM Where Used"
|
|||
|
msgstr "# Nomenclatures où utilisé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workorder_ready_count
|
|||
|
msgid "# Read Work Orders"
|
|||
|
msgstr "# Ordres de travail lus"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__workorder_count
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workorder_count
|
|||
|
msgid "# Work Orders"
|
|||
|
msgstr "# Ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__used_in_bom_count
|
|||
|
msgid "# of BoM Where is Used"
|
|||
|
msgstr "# de Nomenclatures où utilisé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%(producible_qty)s Ready"
|
|||
|
msgstr "%(producible_qty)s Prête"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%(qty)s %(measure)s unbuilt in %(order)s"
|
|||
|
msgstr "%(qty)s %(measure)s déconstruites dans %(order)s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_routing.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%i work orders"
|
|||
|
msgstr "%i ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%s (new) %s"
|
|||
|
msgstr "%s (nouveau) %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%s Child MO's"
|
|||
|
msgstr "%s OF enfants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "%s cannot be deleted. Try to cancel them before."
|
|||
|
msgstr "%s ne peuvent être supprimés. Essayez de les supprimer d'abord."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,print_report_name:mrp.action_report_bom_structure
|
|||
|
msgid "'Bom Overview - %s' % object.display_name"
|
|||
|
msgstr "'Aperçu de la nomenclature - %s' % object.display_name"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,print_report_name:mrp.action_report_finished_product
|
|||
|
msgid "'Finished products - %s' % object.name"
|
|||
|
msgstr "'Produits finis - %s' % object.name"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,print_report_name:mrp.action_report_mrp_mo_overview
|
|||
|
msgid "'MO Overview - %s' % object.display_name"
|
|||
|
msgstr "'Aperçu de l'ordre de fabrication - %s' % object.display_name"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,print_report_name:mrp.action_report_production_order
|
|||
|
msgid "'Production Order - %s' % object.name"
|
|||
|
msgstr "'Ordre de fabrication - %s' % object.name"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,print_report_name:mrp.action_report_workorder
|
|||
|
msgid "'Work Order - %s' % object.name"
|
|||
|
msgstr "'Ordre de travail - %s' % object.name"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "(in"
|
|||
|
msgstr "(dans"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid "+ %d day(s)"
|
|||
|
msgstr "+ %d jour(s)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
msgid "- Overview"
|
|||
|
msgstr "- Aperçu"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid ""
|
|||
|
".\n"
|
|||
|
" Manual actions may be needed."
|
|||
|
msgstr ""
|
|||
|
".\n"
|
|||
|
" Des actions manuelles pourraient être requises."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "100"
|
|||
|
msgstr "100"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "12345678901"
|
|||
|
msgstr "12345678901"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_computer_desk_leg_product_template
|
|||
|
msgid "18″ x 2½″ Square Leg"
|
|||
|
msgstr "18″ x 2½″ Square Leg"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "2023-09-15"
|
|||
|
msgstr "15-09-2023"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "25"
|
|||
|
msgstr "25"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "50"
|
|||
|
msgstr "50"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "58"
|
|||
|
msgstr "58"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "60"
|
|||
|
msgstr "60"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "8 GB RAM"
|
|||
|
msgstr "8 Go RAM"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "987654321098"
|
|||
|
msgstr "987654321098"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid ": Insufficient Quantity To Unbuild"
|
|||
|
msgstr ": Quantité de déconstruction insuffisante"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_kanban
|
|||
|
msgid "<i class=\"fa fa-pause\" role=\"img\" aria-label=\"Pause\" title=\"Pause\"/>"
|
|||
|
msgstr "<i class=\"fa fa-pause\" role=\"img\" aria-label=\"Pause\" title=\"Pause\"/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_kanban
|
|||
|
msgid "<i class=\"fa fa-play\" role=\"img\" aria-label=\"Run\" title=\"Run\"/>"
|
|||
|
msgstr "<i class=\"fa fa-play\" role=\"img\" aria-label=\"Run\" title=\"Exécuter\"/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_kanban
|
|||
|
msgid "<i class=\"fa fa-stop\" role=\"img\" aria-label=\"Stop\" title=\"Stop\"/>"
|
|||
|
msgstr "<i class=\"fa fa-stop\" role=\"img\" aria-label=\"Stop\" title=\"Arrêter\"/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"<p class=\"o_view_nocontent_smiling_face\">\n"
|
|||
|
" Upload files to your product\n"
|
|||
|
" </p><p>\n"
|
|||
|
" Use this feature to store any files, like drawings or specifications.\n"
|
|||
|
" </p>"
|
|||
|
msgstr ""
|
|||
|
"<p class=\"o_view_nocontent_smiling_face\">\n"
|
|||
|
" Ajouter des fichiers à votre produit.\n"
|
|||
|
" </p><p>\n"
|
|||
|
" Utilisez cette fonctionnalité pour sauvegarder n'importe quel fichier, comme des dessins ou des spécifications.\n"
|
|||
|
" </p>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"fw-bold\">To Produce</span>"
|
|||
|
msgstr "<span class=\"fw-bold\">À fabriquer</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"ms-2\">Generate BOM</span>"
|
|||
|
msgstr "<span class=\"ms-2\">Générer une nomenclature</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Backorders</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Reliquats</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">BoM Overview</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Aperçu des nomenclatures</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Child MO</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">OF enfants</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "<span class=\"o_stat_text\">Load</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Charge</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "<span class=\"o_stat_text\">Lost</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Perdu</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_product_form_view_bom_button
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_template_form_view_bom_button
|
|||
|
msgid "<span class=\"o_stat_text\">Manufactured</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Manufacturé</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "<span class=\"o_stat_text\">OEE</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">TRS</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "<span class=\"o_stat_text\">Operations</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Opérations</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Operations<br/>Performance</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Performances des<br/>opérations</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Overview</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Aperçu</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "<span class=\"o_stat_text\">Performance</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Performances</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Mouvements de produit</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "<span class=\"o_stat_text\">Scraps</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Rebuts</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Source MO</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">OF d'origine</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Traceability</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Traçabilité</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "<span class=\"o_stat_text\">Unbuilds</span>"
|
|||
|
msgstr "<span class=\"o_stat_text\">Déconstructions</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_change_production_qty_wizard
|
|||
|
msgid ""
|
|||
|
"<span class=\"text-muted\">Modifying the quantity to produce will also "
|
|||
|
"modify the quantities of components to consume for this manufacturing "
|
|||
|
"order.</span>"
|
|||
|
msgstr ""
|
|||
|
"<span class=\"text-muted\">Modifier la quantité à produire modifiera "
|
|||
|
"également les quantités des composants à consommer pour cet ordre de "
|
|||
|
"fabrication.</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid ""
|
|||
|
"<span>\n"
|
|||
|
" Components\n"
|
|||
|
" </span>"
|
|||
|
msgstr ""
|
|||
|
"<span>\n"
|
|||
|
" Composants </span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "<span>Actions</span>"
|
|||
|
msgstr "<span>Actions</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "<span>Generate</span>"
|
|||
|
msgstr "<span>Génerer</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
msgid "<span>New</span>"
|
|||
|
msgstr "<span>Nouveau</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
msgid "<span>Orders</span>"
|
|||
|
msgstr "<span>Commandes</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "<span>PLAN ORDERS</span>"
|
|||
|
msgstr "<span>PLANIFIER DES ORDRES</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_report_delivery_no_kit_section
|
|||
|
msgid "<span>Products not associated with a kit</span>"
|
|||
|
msgstr "<span>Produits non associés à un kit</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "<span>Reporting</span>"
|
|||
|
msgstr "<span>Analyse</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "<span>WORK ORDERS</span>"
|
|||
|
msgstr "<span>ORDRES DE TRAVAIL</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "<span>minutes</span>"
|
|||
|
msgstr "<span>minutes</span>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "<strong class=\"mr8 oe_inline\">to</strong>"
|
|||
|
msgstr "<strong class=\"mr8 oe_inline\">à</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Actual Duration (minutes)</strong>"
|
|||
|
msgstr "<strong>Durée réelle (minutes)</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Barcode</strong>"
|
|||
|
msgstr "<strong>Code-barres</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Deadline:</strong><br/>"
|
|||
|
msgstr "<strong>Echéance :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Description:</strong><br/>"
|
|||
|
msgstr "<strong>Description :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Duration (minutes)</strong>"
|
|||
|
msgstr "<strong>Durée (minutes)</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_productivity_loss_kanban
|
|||
|
msgid "<strong>Effectiveness Category: </strong>"
|
|||
|
msgstr "<strong>Catégorie d'efficacité : </strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "<strong>Finished Product:</strong><br/>"
|
|||
|
msgstr "<strong>Produit fini :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_productivity_loss_kanban
|
|||
|
msgid "<strong>Is a Blocking Reason? </strong>"
|
|||
|
msgstr "<strong>Est-ce un motif de blocage ? </strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "<strong>Manufacturing Order:</strong><br/>"
|
|||
|
msgstr "<strong>Ordre de fabrication :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Operation</strong>"
|
|||
|
msgstr "<strong>Opération</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Product:</strong><br/>"
|
|||
|
msgstr "<strong>Produit :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Quantity Producing:</strong><br/>"
|
|||
|
msgstr "<strong>Quantité en production :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Quantity to Produce:</strong><br/>"
|
|||
|
msgstr "<strong>Quantité à produire :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_productivity_loss_kanban
|
|||
|
msgid "<strong>Reason: </strong>"
|
|||
|
msgstr "<strong>Motif : </strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Responsible:</strong><br/>"
|
|||
|
msgstr "<strong>Responsable :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>Source:</strong><br/>"
|
|||
|
msgstr "<strong>Origine :</strong><br/>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workorder_view_gantt
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_gantt_production
|
|||
|
msgid "<strong>Start Date: </strong>"
|
|||
|
msgstr "<strong>Date de début :</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workorder_view_gantt
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_gantt_production
|
|||
|
msgid "<strong>Stop Date: </strong>"
|
|||
|
msgstr "<strong>Date de fin : </strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
msgid "<strong>Unit Cost</strong>"
|
|||
|
msgstr "<strong>Coût unitaire</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "<strong>WorkCenter</strong>"
|
|||
|
msgstr "<strong>Poste de travail</strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workorder_view_gantt
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_gantt_production
|
|||
|
msgid "<strong>Workcenter: </strong>"
|
|||
|
msgstr "<strong>Poste de travail : </strong>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_warn_insufficient_qty_unbuild_form_view
|
|||
|
msgid "? This may lead to inconsistencies in your inventory."
|
|||
|
msgstr "? Cela peut donner lieu à des incohérences dans votre inventaire."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid ""
|
|||
|
"A BoM of type Kit is not produced with a manufacturing order.<br/>\n"
|
|||
|
" Instead, it is used to decompose a BoM into its components when:"
|
|||
|
msgstr ""
|
|||
|
"Une nomenclature du type kit n'est pas produite avec un ordre de fabrication.<br/>\n"
|
|||
|
"Au lieu de cela, il est utilisé pour décomposer une nomenclature en ses composants lorsque :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "A Manufacturing Order is already done or cancelled."
|
|||
|
msgstr "Un ordre de fabrication est déjà fait ou annulé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"A product with a kit-type bill of materials can not have a reordering rule."
|
|||
|
msgstr ""
|
|||
|
"Un produit avec une nomenclature de type kit ne peut pas avoir de règle de "
|
|||
|
"réassort."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__access_token
|
|||
|
msgid "Access Token"
|
|||
|
msgstr "Jeton d'accès"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_rule__action
|
|||
|
msgid "Action"
|
|||
|
msgstr "Action"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_needaction
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_needaction
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_needaction
|
|||
|
msgid "Action Needed"
|
|||
|
msgstr "Nécessite une action"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__active
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__active
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__active
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__active
|
|||
|
msgid "Active"
|
|||
|
msgstr "Actif"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_ids
|
|||
|
msgid "Activities"
|
|||
|
msgstr "Activités"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_exception_decoration
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_exception_decoration
|
|||
|
msgid "Activity Exception Decoration"
|
|||
|
msgstr "Activité exception décoration"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_state
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_state
|
|||
|
msgid "Activity State"
|
|||
|
msgstr "Statut de l'activité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_type_icon
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_type_icon
|
|||
|
msgid "Activity Type Icon"
|
|||
|
msgstr "Icône de type d'activité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_block_wizard_form
|
|||
|
msgid "Add a description..."
|
|||
|
msgstr "Ajouter une description…"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_bom_tree_view
|
|||
|
msgid "Add a line"
|
|||
|
msgstr "Ajouter une ligne"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid ""
|
|||
|
"Add by-products to bills of materials. This can be used to get several "
|
|||
|
"finished products as well. Without this option you only do: A + B = C. With "
|
|||
|
"the option: A + B = C + D."
|
|||
|
msgstr ""
|
|||
|
"Ajouter des sous-produits dérivés à des nomenclatures. Vous pouvez également"
|
|||
|
" procéder ainsi pour obtenir plusieurs produits finis. Si vous n'utilisez "
|
|||
|
"pas cette option, vous pouvez obtenir uniquement : A + B = C. Si vous "
|
|||
|
"utilisez l'option, vous pouvez obtenir : A + B = C + D."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Add quality checks to your work orders"
|
|||
|
msgstr "Ajouter des contrôles qualités à vos ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter_tag
|
|||
|
msgid "Add tag for the workcenter"
|
|||
|
msgstr "Ajouter une étiquette pour le poste de charge"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_mrp_manager
|
|||
|
msgid "Administrator"
|
|||
|
msgstr "Administrateur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
msgid "All"
|
|||
|
msgstr "Tous"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/controller/main.py:0
|
|||
|
#, python-format
|
|||
|
msgid "All files uploaded"
|
|||
|
msgstr "Tous les fichiers envoyés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_bom_line_bom_qty_zero
|
|||
|
msgid ""
|
|||
|
"All product quantities must be greater or equal to 0.\n"
|
|||
|
"Lines with 0 quantities can be used as optional lines. \n"
|
|||
|
"You should install the mrp_byproduct module if you want to manage extra products on BoMs!"
|
|||
|
msgstr ""
|
|||
|
"Toutes les quantités de produit doivent être supérieures ou égales à 0.\n"
|
|||
|
"Les lignes dont la quantité est égale à 0 peuvent être utilisées comme des lignes optionnelles.\n"
|
|||
|
"Vous devez installer le module mrp_byproduct si vous voulez gérer des produits supplémentaires sur les nomenclatures !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Allocation"
|
|||
|
msgstr "Allocation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Allocation Report"
|
|||
|
msgstr "Rapport de répartition"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Allocation Report Labels"
|
|||
|
msgstr "Étiquettes du rapport de répartition"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__group_mrp_reception_report
|
|||
|
msgid "Allocation Report for Manufacturing Orders"
|
|||
|
msgstr "Rapport de répartition des ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__allow_workorder_dependencies
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__allow_workorder_dependencies
|
|||
|
msgid "Allow Work Order Dependencies"
|
|||
|
msgstr "Autoriser des dépendances des ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__use_auto_consume_components_lots
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__use_auto_consume_components_lots
|
|||
|
msgid "Allow automatic consumption of tracked components that are reserved"
|
|||
|
msgstr ""
|
|||
|
"Autoriser la consommation automatique des composants suivis qui sont "
|
|||
|
"réservés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid ""
|
|||
|
"Allow manufacturing users to modify quantities to consume, without the need "
|
|||
|
"for prior approval"
|
|||
|
msgstr ""
|
|||
|
"Autoriser les utilisateurs du module de modifier les quantités à consommer, "
|
|||
|
"sans devoir passer par une approbation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__use_create_components_lots
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__use_create_components_lots
|
|||
|
msgid "Allow to create new lot/serial numbers for the components"
|
|||
|
msgstr ""
|
|||
|
"Autoriser la création de nouveaux lots/numéros de série pour les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__consumption__flexible
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_consumption_warning__consumption__flexible
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__consumption__flexible
|
|||
|
msgid "Allowed"
|
|||
|
msgstr "Autorisé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__reserve_visible
|
|||
|
msgid "Allowed to Reserve Production"
|
|||
|
msgstr "Autorisé à réserver la production "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__unreserve_visible
|
|||
|
msgid "Allowed to Unreserve Production"
|
|||
|
msgstr "Autorisé à annuler la réservation de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__consumption__warning
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_consumption_warning__consumption__warning
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__consumption__warning
|
|||
|
msgid "Allowed with warning"
|
|||
|
msgstr "Autorisé avec avertissement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__alternative_workcenter_ids
|
|||
|
msgid "Alternative Workcenters"
|
|||
|
msgstr "Postes de travail alternatifs"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__alternative_workcenter_ids
|
|||
|
msgid ""
|
|||
|
"Alternative workcenters that can be substituted to this one in order to "
|
|||
|
"dispatch production"
|
|||
|
msgstr ""
|
|||
|
"Postes de travail alternatifs qui peuvent être substitués à celui-ci pour "
|
|||
|
"répartir la production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_unbuild
|
|||
|
msgid ""
|
|||
|
"An unbuild order is used to break down a finished product into its "
|
|||
|
"components."
|
|||
|
msgstr ""
|
|||
|
"Un ordre de déconstruction est utilisé pour décomposer un produit fini en "
|
|||
|
"composants."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Apply"
|
|||
|
msgstr "Appliquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__bom_product_template_attribute_value_ids
|
|||
|
msgid "Apply on Variants"
|
|||
|
msgstr "Appliquer aux variantes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_bom_tree_view
|
|||
|
msgid "Archive Operation"
|
|||
|
msgstr "Archiver l'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_search
|
|||
|
msgid "Archived"
|
|||
|
msgstr "Archivé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Assembling"
|
|||
|
msgstr "Assemblage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.act_assign_serial_numbers_production
|
|||
|
msgid "Assign Serial Numbers"
|
|||
|
msgstr "Assigner des numéros de série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_document_form
|
|||
|
msgid "Attached To"
|
|||
|
msgstr "Attaché à"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_attachment_count
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_attachment_count
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_attachment_count
|
|||
|
msgid "Attachment Count"
|
|||
|
msgstr "Nombre de pièces jointes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__local_url
|
|||
|
msgid "Attachment URL"
|
|||
|
msgstr "Lien de la pièce jointe"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_line/mrp_bom_overview_line.js:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_document_form
|
|||
|
#, python-format
|
|||
|
msgid "Attachments"
|
|||
|
msgstr "Pièces jointes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__attachments_count
|
|||
|
msgid "Attachments Count"
|
|||
|
msgstr "Nombre de pièces jointes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_variant_attributes
|
|||
|
msgid "Attribute Values"
|
|||
|
msgstr "Valeurs d'attribut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_mrp_reception_report
|
|||
|
msgid "Auto Print Allocation Report"
|
|||
|
msgstr "Impression automatique du rapport de répartition"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_mrp_reception_report_labels
|
|||
|
msgid "Auto Print Allocation Report Labels"
|
|||
|
msgstr "Impression automatique des étiquettes du rapport de répartition"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_done_production_order
|
|||
|
msgid "Auto Print Done Production Order"
|
|||
|
msgstr "Impression automatique de l'ordre de production fait"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_generated_mrp_lot
|
|||
|
msgid "Auto Print Generated Lot/SN Label"
|
|||
|
msgstr "Impression automatique du lot/NS généré"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_done_mrp_lot
|
|||
|
msgid "Auto Print Produced Lot Label"
|
|||
|
msgstr "Impression automatique de l'étiquette du lot produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__auto_print_done_mrp_product_labels
|
|||
|
msgid "Auto Print Produced Product Labels"
|
|||
|
msgstr "Impression automatique des étiquettes du produit fabriqué"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_generated_mrp_lot
|
|||
|
msgid ""
|
|||
|
"Automatically print the lot/SN label when the \"Create a new serial/lot "
|
|||
|
"number\" button is used."
|
|||
|
msgstr ""
|
|||
|
"Imprimer automatiquement l'étiquette du lot/NS lorsque l'on clique sur le "
|
|||
|
"bouton \"Créer un nouveau numéro de série/lot\"."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_display_filter/mrp_bom_overview_display_filter.js:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Availabilities"
|
|||
|
msgstr "Disponibilités"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Availabilities on products."
|
|||
|
msgstr "Disponibilités des produits."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter_productivity_loss_type__loss_type__availability
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Availability"
|
|||
|
msgstr "Disponibilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Availability Losses"
|
|||
|
msgstr "Pertes de disponibilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__components_availability_state__available
|
|||
|
#, python-format
|
|||
|
msgid "Available"
|
|||
|
msgstr "Disponible"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_kanban
|
|||
|
msgid "Avatar"
|
|||
|
msgstr "Avatar"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__produce_delay
|
|||
|
msgid ""
|
|||
|
"Average lead time in days to manufacture this product. In the case of multi-"
|
|||
|
"level BOM, the manufacturing lead times of the components will be added. In "
|
|||
|
"case the product is subcontracted, this can be used to determine the date at"
|
|||
|
" which components should be sent to the subcontractor."
|
|||
|
msgstr ""
|
|||
|
"Délai moyen en jours pour fabriquer ce produit. Dans le cas d'une "
|
|||
|
"nomenclature à plusieurs niveaux, les délais de fabrication des composants "
|
|||
|
"seront ajoutés. Dans le cas où le produit est sous-traité, cela peut être "
|
|||
|
"utilisé pour déterminer la date à laquelle les composants doivent être "
|
|||
|
"envoyés au sous-traitant."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Avg Cost of Components per Unit"
|
|||
|
msgstr "Coût moyen des composants par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Avg Cost of Operations per Unit"
|
|||
|
msgstr "Coût moyen des opérations par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Avg Total Cost per Unit"
|
|||
|
msgstr "Coût total moyen par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Awaiting Components"
|
|||
|
msgstr "En attente de composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_report_mrp_report_bom_structure
|
|||
|
msgid "BOM Overview Report"
|
|||
|
msgstr "Rapport de vue d'ensemble de la nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__variant_bom_ids
|
|||
|
msgid "BOM Product Variants"
|
|||
|
msgstr "Nomenclatures des variantes de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_byproduct__bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__bom_product_template_attribute_value_ids
|
|||
|
msgid "BOM Product Variants needed to apply this line."
|
|||
|
msgstr ""
|
|||
|
"Variante de produit de la nomenclature nécessaire pour appliquer cette "
|
|||
|
"ligne."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__child_line_ids
|
|||
|
msgid "BOM lines of the referred bom"
|
|||
|
msgstr "Lignes de nomenclature de la nomenclature de référence"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production_backorder_line
|
|||
|
msgid "Backorder Confirmation Line"
|
|||
|
msgstr "Ligne de confirmation de reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__mrp_production_backorder_line_ids
|
|||
|
msgid "Backorder Confirmation Lines"
|
|||
|
msgstr "Lignes de confirmation de reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Backorder MO"
|
|||
|
msgstr "Reliquat de l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Backorder MO's"
|
|||
|
msgstr "Reliquat des ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__backorder_sequence
|
|||
|
msgid "Backorder Sequence"
|
|||
|
msgstr "Séquence du reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__backorder_sequence
|
|||
|
msgid ""
|
|||
|
"Backorder sequence, if equals to 0 means there is not related backorder"
|
|||
|
msgstr ""
|
|||
|
"Séquence du reliquat, si elle est 0, il n'y a aucun reliquat correspondant"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__barcode
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "Barcode"
|
|||
|
msgstr "Code-barres"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__time_mode_batch
|
|||
|
msgid "Based on"
|
|||
|
msgstr "Basé sur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_bom
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__bom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__bom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__bom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__production_bom_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_filter
|
|||
|
msgid "Bill of Material"
|
|||
|
msgstr "Nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_bom_line
|
|||
|
msgid "Bill of Material Line"
|
|||
|
msgstr "Ligne de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_line_view_form
|
|||
|
msgid "Bill of Material line"
|
|||
|
msgstr "Ligne de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__mo_bom_id
|
|||
|
msgid "Bill of Material used on the Production Order"
|
|||
|
msgstr "Nomenclature utilisée dans l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.product_open_bom
|
|||
|
#: model:ir.actions.act_window,name:mrp.template_open_bom
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__bom_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__bom_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse_orderpoint__bom_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_product_form_view_bom_button
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_template_form_view_bom_button
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
msgid "Bill of Materials"
|
|||
|
msgstr "Nomenclatures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_bom_form_action
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_bom_form_action
|
|||
|
msgid "Bills of Materials"
|
|||
|
msgstr "Nomenclatures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__bom_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__mo_bom_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__production_bom_id
|
|||
|
msgid ""
|
|||
|
"Bills of Materials, also called recipes, are used to autocomplete components"
|
|||
|
" and work order instructions."
|
|||
|
msgstr ""
|
|||
|
"Les nomenclatures, également appelées recettes, sont utilisées pour "
|
|||
|
"automatiquement compléter les composants et les instructions des bons de "
|
|||
|
"travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_bom_form_action
|
|||
|
msgid ""
|
|||
|
"Bills of materials allow you to define the list of required raw\n"
|
|||
|
" materials used to make a finished product; through a manufacturing\n"
|
|||
|
" order or a pack of products."
|
|||
|
msgstr ""
|
|||
|
"Une nomenclature permet de définir une liste de matières premières nécessaires\n"
|
|||
|
" à la fabrication du produit fini ; via un ordre de \n"
|
|||
|
" fabrication ou un kit de produits."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_block_wizard_form
|
|||
|
msgid "Block"
|
|||
|
msgstr "Bloquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.act_mrp_block_workcenter
|
|||
|
#: model:ir.actions.act_window,name:mrp.act_mrp_block_workcenter_wo
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_block_wizard_form
|
|||
|
msgid "Block Workcenter"
|
|||
|
msgstr "Bloquer le poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__consumption__strict
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_consumption_warning__consumption__strict
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__consumption__strict
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter__working_state__blocked
|
|||
|
msgid "Blocked"
|
|||
|
msgstr "Bloqué"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__blocked_by_operation_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__blocked_by_workorder_ids
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Blocked By"
|
|||
|
msgstr "Bloqué par"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__blocked_time
|
|||
|
msgid "Blocked Time"
|
|||
|
msgstr "Temps bloqué"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__blocked_time
|
|||
|
msgid "Blocked hours over the last month"
|
|||
|
msgstr "Heures bloquées dans le courant du dernier mois."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__name
|
|||
|
msgid "Blocking Reason"
|
|||
|
msgstr "Motif du blocage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__needed_by_operation_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__needed_by_workorder_ids
|
|||
|
msgid "Blocks"
|
|||
|
msgstr "Blocs"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__bom_id
|
|||
|
msgid "BoM"
|
|||
|
msgstr "Nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__bom_line_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__bom_line_ids
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_product_product_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_product_template_search_view
|
|||
|
msgid "BoM Components"
|
|||
|
msgstr "Composants de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "BoM Cost"
|
|||
|
msgstr "Coût dans la nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__bom_line_id
|
|||
|
msgid "BoM Line"
|
|||
|
msgstr "Ligne de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__bom_line_ids
|
|||
|
msgid "BoM Lines"
|
|||
|
msgstr "Lignes de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.client,name:mrp.action_report_mrp_bom
|
|||
|
#: model:ir.actions.report,name:mrp.action_report_bom_structure
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
msgid "BoM Overview"
|
|||
|
msgstr "Aperçu de la nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__type
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
msgid "BoM Type"
|
|||
|
msgstr "Type de nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_computer_desk_bolt_product_template
|
|||
|
msgid "Bolt"
|
|||
|
msgstr "Boulon"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_special_line/mrp_bom_overview_special_line.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_byproducts_block/mrp_mo_overview_byproducts_block.xml:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__group_mrp_byproducts
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_byproducts
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#, python-format
|
|||
|
msgid "By-Products"
|
|||
|
msgstr "Sous-produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__product_id
|
|||
|
msgid "By-product"
|
|||
|
msgstr "Sous-produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid "By-product %s should not be the same as BoM product."
|
|||
|
msgstr ""
|
|||
|
"Sous-produit %s ne devrait pas être le même que le produit de la "
|
|||
|
"nomenclature. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_move__byproduct_id
|
|||
|
msgid "By-product line that generated the move in a manufacturing order"
|
|||
|
msgstr ""
|
|||
|
"Ligne de sous-produit qui génère un mouvement dans un ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__byproduct_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__byproduct_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "By-products"
|
|||
|
msgstr "Sous-produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "By-products cost shares must be positive."
|
|||
|
msgstr "La repartition des couts des sous-produits doit être positive. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_bom_byproduct
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_byproduct_form_view
|
|||
|
msgid "Byproduct"
|
|||
|
msgstr "Sous-produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Byproducts"
|
|||
|
msgstr "Sous-produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Can't find any production location."
|
|||
|
msgstr "Impossible de trouver un emplacement de production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_block_wizard_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Cancel"
|
|||
|
msgstr "Annuler"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__cancel
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__cancel
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Cancelled"
|
|||
|
msgstr "Annulé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Cannot delete a manufacturing order in done state."
|
|||
|
msgstr "Vous ne pouvez pas supprimer un ordre de fabrication qui est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__default_capacity
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__capacity
|
|||
|
msgid "Capacity"
|
|||
|
msgstr "Capacité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_workcenter_capacity_positive_capacity
|
|||
|
msgid "Capacity should be a positive number."
|
|||
|
msgstr "La capacité devrait être un nombre positif. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__qty_reported_from_previous_wo
|
|||
|
msgid "Carried Quantity"
|
|||
|
msgstr "Quantité transférée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__product_uom_category_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__product_uom_category_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__product_uom_category_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_uom_category_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__loss_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__loss_type
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_loss_tree_view
|
|||
|
msgid "Category"
|
|||
|
msgstr "Catégorie"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Center A"
|
|||
|
msgstr "Poste A"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_change_production_qty_wizard
|
|||
|
msgid "Change Product Qty"
|
|||
|
msgstr "Changer la qté de produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_change_production_qty
|
|||
|
msgid "Change Production Qty"
|
|||
|
msgstr "Changer la quantité de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_change_production_qty
|
|||
|
msgid "Change Quantity To Produce"
|
|||
|
msgstr "Modifier la quantité à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Check availability"
|
|||
|
msgstr "Vérifier la disponibilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__checksum
|
|||
|
msgid "Checksum/SHA1"
|
|||
|
msgstr "Somme de contrôle/SHA1"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/wizard/stock_label_type.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Choose Labels Layout"
|
|||
|
msgstr "Choisir la présentation des étiquettes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Choose Type of Labels To Print"
|
|||
|
msgstr "Choisir le type d'étiquettes à imprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_picking_label_type
|
|||
|
msgid "Choose whether to print product or lot/sn labels"
|
|||
|
msgstr "Choisir d'imprimer les étiquettes du produit ou du lot/NS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__time_stop
|
|||
|
msgid "Cleanup Time"
|
|||
|
msgstr "Temps de nettoyage "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__time_stop
|
|||
|
msgid "Cleanup Time (minutes)"
|
|||
|
msgstr "Temps de nettoyage (en minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__code
|
|||
|
msgid "Code"
|
|||
|
msgstr "Code"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__color
|
|||
|
msgid "Color"
|
|||
|
msgstr "Couleur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__color
|
|||
|
msgid "Color Index"
|
|||
|
msgstr "Couleur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_res_company
|
|||
|
msgid "Companies"
|
|||
|
msgstr "Sociétés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__company_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__company_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_search
|
|||
|
msgid "Company"
|
|||
|
msgstr "Société"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__product_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_line_view_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Component"
|
|||
|
msgstr "Composant"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__components_availability
|
|||
|
msgid "Component Status"
|
|||
|
msgstr "Statut des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/mrp_forecasted/forecasted_details.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Component of Draft MO"
|
|||
|
msgstr "Composant d'un OF en brouillon"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__move_raw_ids
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Components"
|
|||
|
msgstr "Composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__components_availability_state
|
|||
|
msgid "Components Availability State"
|
|||
|
msgstr "État de disponibilité des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__location_src_id
|
|||
|
msgid "Components Location"
|
|||
|
msgstr "Emplacement des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__priority
|
|||
|
msgid ""
|
|||
|
"Components will be reserved first for the MO with the highest priorities."
|
|||
|
msgstr ""
|
|||
|
"Les composants seront d'abord réservés pour les OF ayant les plus hautes "
|
|||
|
"priorités."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "Compute"
|
|||
|
msgstr "Calculer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_routing_workcenter__time_mode__auto
|
|||
|
msgid "Compute based on tracked time"
|
|||
|
msgstr "Calculer sur base du temps suivi"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid ""
|
|||
|
"Compute the days required to resupply all components from BoM, by either "
|
|||
|
"buying or manufacturing the components and/or subassemblies."
|
|||
|
" Also note that "
|
|||
|
"purchase security lead times will be added when appropriate."
|
|||
|
msgstr ""
|
|||
|
"Calculez le nombre de jours nécessaires pour réapprovisionner tous les "
|
|||
|
"composants de la nomenclature, en achetant ou en fabriquant les composants "
|
|||
|
"et/ou les sous-ensembles. Notez également que les délais de sécurité seront "
|
|||
|
"ajoutés le cas échéant."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__time_computed_on
|
|||
|
msgid "Computed on last"
|
|||
|
msgstr "Calculer sur les derniers"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_res_config_settings
|
|||
|
msgid "Config Settings"
|
|||
|
msgstr "Paramètres de configuration"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_configuration
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
msgid "Configuration"
|
|||
|
msgstr "Configuration"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
msgid "Confirm"
|
|||
|
msgstr "Confirmer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__confirm_cancel
|
|||
|
msgid "Confirm Cancel"
|
|||
|
msgstr "Confirmer l'annulation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__confirmed
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Confirmed"
|
|||
|
msgstr "Confirmé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__use_auto_consume_components_lots
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__use_auto_consume_components_lots
|
|||
|
msgid "Consume Reserved Lots/Serial Numbers automatically"
|
|||
|
msgstr "Consommer automatiquement les lots/numéros de série réservés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__product_consumed_qty_uom
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.production_message
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "Consumed"
|
|||
|
msgstr "Consommé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__consume_line_ids
|
|||
|
msgid "Consumed Disassembly Lines"
|
|||
|
msgstr "Lignes de désassemblage consommées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__consume_unbuild_id
|
|||
|
msgid "Consumed Disassembly Order"
|
|||
|
msgstr "Ordre de désassemblage consommé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__operation_id
|
|||
|
msgid "Consumed in Operation"
|
|||
|
msgstr "Consommé dans l'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__consumption
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__consumption
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__consumption
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__consumption
|
|||
|
msgid "Consumption"
|
|||
|
msgstr "Consommation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_consumption_warning
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
msgid "Consumption Warning"
|
|||
|
msgstr "Alerte de consommation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__product_uom_category_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_byproduct__product_uom_category_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__product_uom_category_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__product_uom_category_id
|
|||
|
msgid ""
|
|||
|
"Conversion between Units of Measure can only occur if they belong to the "
|
|||
|
"same category. The conversion will be made based on the ratios."
|
|||
|
msgstr ""
|
|||
|
"Il est possible de convertir deux unités de mesures si elles appartiennent à"
|
|||
|
" la même catégorie. Cette conversion utilise les facteurs définis pour ces "
|
|||
|
"unités."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_bom_tree_view
|
|||
|
msgid "Copy Existing Operations"
|
|||
|
msgstr "Copier les opérations existantes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_copy_to_bom_tree_view
|
|||
|
msgid "Copy selected operations"
|
|||
|
msgstr "Copier les opérations sélectionnées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Cost Breakdown of Products"
|
|||
|
msgstr "Répartition des coûts des produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__cost_share
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__cost_share
|
|||
|
msgid "Cost Share (%)"
|
|||
|
msgstr "Partage des coûts (%)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Cost based on related replenishments. Otherwise cost from product form"
|
|||
|
msgstr ""
|
|||
|
"Coût basé sur les réassorts associés. Sinon, coût repris sur le formulaire "
|
|||
|
"du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Cost from product form"
|
|||
|
msgstr "Coût repris sur le formulaire du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Cost of Components per unit"
|
|||
|
msgstr "Coût des composants par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Cost of Operations per unit"
|
|||
|
msgstr "Coût des opérations par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__costs_hour
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__costs_hour
|
|||
|
msgid "Cost per hour"
|
|||
|
msgstr "Coût horaire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Costing Information"
|
|||
|
msgstr "Informations des coûts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_display_filter/mrp_bom_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Costs"
|
|||
|
msgstr "Coûts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/views/fields/google_slides_viewer.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Could not display the selected spreadsheet"
|
|||
|
msgstr "Impossible d'afficher la feuille de calcul sélectionnée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__mrp_production_backorder_count
|
|||
|
msgid "Count of linked backorder"
|
|||
|
msgstr "Nombre de reliquats liés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Create Backorder"
|
|||
|
msgstr "Créer un reliquat "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__use_create_components_lots
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__use_create_components_lots
|
|||
|
msgid "Create New Lots/Serial Numbers for Components"
|
|||
|
msgstr "Créer de nouveaux lots/numéros série pour les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
msgid "Create a Backorder"
|
|||
|
msgstr "Créer un reliquat "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
msgid ""
|
|||
|
"Create a backorder if you expect to process the remaining products later. Do"
|
|||
|
" not create a backorder if you will not process the remaining products."
|
|||
|
msgstr ""
|
|||
|
"Créez un reliquat si vous prévoyez de traiter les produits restants plus "
|
|||
|
"tard. Ne créez pas de reliquat si vous ne voulez pas traiter les produits "
|
|||
|
"restants."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_routing_action
|
|||
|
msgid "Create a new operation"
|
|||
|
msgstr "Créer une nouvelle opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_action
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_kanban_action
|
|||
|
msgid "Create a new work center"
|
|||
|
msgstr "Créer un nouveau poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workorder_report
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workorder_workcenter_report
|
|||
|
msgid "Create a new work orders performance"
|
|||
|
msgstr "Créer une nouvelle performance d'ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__days_to_prepare_mo
|
|||
|
msgid ""
|
|||
|
"Create and confirm Manufacturing Orders this many days in advance, to have enough time to replenish components or manufacture semi-finished products.\n"
|
|||
|
"Note that security lead times will also be considered when appropriate."
|
|||
|
msgstr ""
|
|||
|
"Créez et confirmez les ordres de fabrication autant de jours à l'avance, afin d'avoir assez de temps pour réapprovisionner les composants ou fabriquer les produits semi-finis. \n"
|
|||
|
"Notez que les délais de sécurité seront également pris en considération le cas échéant."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
msgid "Create backorder"
|
|||
|
msgstr "Créer un reliquat "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Create customizable worksheets for your quality checks"
|
|||
|
msgstr ""
|
|||
|
"Créer des feuilles de travail personnalisables pour vos contrôles qualité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__allow_operation_dependencies
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__allow_operation_dependencies
|
|||
|
msgid ""
|
|||
|
"Create operation level dependencies that will influence both planning and "
|
|||
|
"the status of work orders upon MO confirmation. If this feature is ticked, "
|
|||
|
"and nothing is specified, Odoo will assume that all operations can be "
|
|||
|
"started simultaneously."
|
|||
|
msgstr ""
|
|||
|
"Créez des dépendances au niveau de l'opération qui influenceront le planning"
|
|||
|
" et le statut des ordres de travail lors de la confirmation de l'OF. Si "
|
|||
|
"cette fonctionnalité est activée et si rien n'est précisé, Odoo supposera "
|
|||
|
"que toutes les opérations peuvent être démarrées simultanément."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__created_production_id
|
|||
|
msgid "Created Production Order"
|
|||
|
msgstr "Ordre de fabrication créé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__create_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__create_uid
|
|||
|
msgid "Created by"
|
|||
|
msgstr "Créé par"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__create_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__create_date
|
|||
|
msgid "Created on"
|
|||
|
msgstr "Créé le"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Creates a new serial/lot number"
|
|||
|
msgstr "Créez un nouveau numéro de lot/série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_document_form
|
|||
|
msgid "Creation"
|
|||
|
msgstr "Création"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__currency_id
|
|||
|
msgid "Currency"
|
|||
|
msgstr "Devise"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_move__product_qty_available
|
|||
|
msgid ""
|
|||
|
"Current quantity of products.\n"
|
|||
|
"In a context with a single Stock Location, this includes goods stored at this Location, or any of its children.\n"
|
|||
|
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
|||
|
"stored in the Stock Location of the Warehouse of this Shop, or any of its children.\n"
|
|||
|
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
|||
|
msgstr ""
|
|||
|
"Quantité actuelle de produits en stock.\n"
|
|||
|
"Dans le contexte d'un seul emplacement de stock, ceci inclut les marchandises stockées dans cet emplacement et ses enfants.\n"
|
|||
|
"Dans le contexte d'un seul entrepôt, ceci inclut les marchandises stockées dans l'emplacement de l'entrepôt et ses enfants.\n"
|
|||
|
"Dans le contexte d'un magasin, ceci inclut les marchandises stockées dans l'entrepôt de ce magasin et ses enfants.\n"
|
|||
|
"Dans les autres contextes, ceci inclut les marchandises stockées dans n'importe quel emplacement de type 'interne'."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__qty_producing
|
|||
|
msgid "Currently Produced Quantity"
|
|||
|
msgstr "Quantité actuellement produite"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_description_variants
|
|||
|
msgid "Custom Description"
|
|||
|
msgstr "Description personnalisée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__db_datas
|
|||
|
msgid "Database Data"
|
|||
|
msgstr "Données de la base de données"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Date"
|
|||
|
msgstr "Date"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Date by Month"
|
|||
|
msgstr "Date par mois"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__date_finished
|
|||
|
msgid ""
|
|||
|
"Date you expect to finish production or actual date you finished production."
|
|||
|
msgstr ""
|
|||
|
"La date à laquelle vous prévoyez de terminer la production ou la date "
|
|||
|
"actuelle à laquelle vous avez terminé la production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__date_start
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__production_date
|
|||
|
msgid ""
|
|||
|
"Date you plan to start production or date you actually started production."
|
|||
|
msgstr ""
|
|||
|
"La date à laquelle vous prévoyez de lancer la production ou la date à "
|
|||
|
"laquelle vous avez réellement lancé la production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Date: Last 365 Days"
|
|||
|
msgstr "Date : 365 derniers jours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_line/mrp_bom_overview_line.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom_pdf_line
|
|||
|
#, python-format
|
|||
|
msgid "Days"
|
|||
|
msgstr "Jours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Days to Supply Components"
|
|||
|
msgstr "Jours pour livrer les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__days_to_prepare_mo
|
|||
|
msgid "Days to prepare Manufacturing Order"
|
|||
|
msgstr "Jours pour préparer l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__date_deadline
|
|||
|
msgid "Deadline"
|
|||
|
msgstr "Date limite"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "Default Duration"
|
|||
|
msgstr "Durée par défaut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__use_manufacturing_lead
|
|||
|
msgid "Default Manufacturing Lead Time"
|
|||
|
msgstr "Délai de fabrication par défaut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__default_capacity
|
|||
|
msgid ""
|
|||
|
"Default number of pieces (in product UoM) that can be produced in parallel "
|
|||
|
"(at the same time) at this work center. For example: the capacity is 5 and "
|
|||
|
"you need to produce 10 units, then the operation time listed on the BOM will"
|
|||
|
" be multiplied by two. However, note that both time before and after "
|
|||
|
"production will only be counted once."
|
|||
|
msgstr ""
|
|||
|
"Nombre de pièces par défaut (dans l'unité de mesure du produit) pouvant être"
|
|||
|
" fabriquées en parallèle (en même temps) sur ce poste de travail. Par "
|
|||
|
"exemple : la capacité est de 5 et vous devez produire 10 unités, alors le "
|
|||
|
"temps de fonctionnement indiqué sur la nomenclature sera multiplié par deux."
|
|||
|
" Cependant, notez que le temps avant et après la production ne sera compté "
|
|||
|
"qu'une seule fois."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_consumption_warning_line__product_uom_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter_capacity__product_uom_id
|
|||
|
msgid "Default unit of measure used for all stock operations."
|
|||
|
msgstr ""
|
|||
|
"Unité de mesure par défaut utilisée pour toutes les opérations de stock."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.product_template_action
|
|||
|
msgid ""
|
|||
|
"Define the components and finished products you wish to use in\n"
|
|||
|
" bill of materials and manufacturing orders."
|
|||
|
msgstr ""
|
|||
|
"Définissez les composants et les produits finis que vous souhaitez utiliser dans \n"
|
|||
|
"les nomenclatures et les ordres de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__consumption
|
|||
|
msgid ""
|
|||
|
"Defines if you can consume more or less components than the quantity defined on the BoM:\n"
|
|||
|
" * Allowed: allowed for all manufacturing users.\n"
|
|||
|
" * Allowed with warning: allowed for all manufacturing users with summary of consumption differences when closing the manufacturing order.\n"
|
|||
|
" Note that in the case of component Manual Consumption, where consumption is registered manually exclusively, consumption warnings will still be issued when appropriate also.\n"
|
|||
|
" * Blocked: only a manager can close a manufacturing order when the BoM consumption is not respected."
|
|||
|
msgstr ""
|
|||
|
"Définit si vous pouvez consommer plus ou moins de composants que la quantité définie sur la nomenclature :\n"
|
|||
|
"* Autorisé : autorisé pour tous les utilisateurs de Fabrication.\n"
|
|||
|
"* Autorisé avec avertissement : autorisé pour tous les utilisateurs de fabrication avec récapitulatif des écarts de consommation lors de la clôture de l'ordre de fabrication.\n"
|
|||
|
"Notez que dans le cas du composant Consommation manuelle, où la consommation est enregistrée manuellement exclusivement, des avertissements de consommation seront également émis le cas échéant.\n"
|
|||
|
"* Bloqué : seul un responsable peut clôturer un ordre de fabrication lorsque la consommation de la nomenclature n'est pas respectée."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__delay_alert_date
|
|||
|
msgid "Delay Alert Date"
|
|||
|
msgstr "Date d'alerte de retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Delays"
|
|||
|
msgstr "Retards"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_document_file_kanban_mrp
|
|||
|
msgid "Delete"
|
|||
|
msgstr "Supprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__delivery_count
|
|||
|
msgid "Delivery Orders"
|
|||
|
msgstr "Bons de livraison"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__description
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__note
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__note
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__description
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__operation_note
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Description"
|
|||
|
msgstr "Description"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Description of the work center..."
|
|||
|
msgstr "Description du poste de travail.."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__location_dest_id
|
|||
|
msgid "Destination Location"
|
|||
|
msgstr "Emplacement de destination"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__unbuild_id
|
|||
|
msgid "Disassembly Order"
|
|||
|
msgstr "Ordre de désassemblage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view_simplified
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_change_production_qty_wizard
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_multi_form
|
|||
|
msgid "Discard"
|
|||
|
msgstr "Ignorer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_display_filter/mrp_bom_overview_display_filter.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Display"
|
|||
|
msgstr "Afficher"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__display_name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__display_name
|
|||
|
msgid "Display Name"
|
|||
|
msgstr "Nom d'affichage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_serial_mass_produce
|
|||
|
msgid "Display the serial mass produce wizard action"
|
|||
|
msgstr "Afficher l'assistant de la production de masse en série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_lot_ids
|
|||
|
msgid "Display the serial number shortcut on the moves"
|
|||
|
msgstr "Afficher le raccourci du numéro de série sur les mouvements"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Displays the consumed Lot/Serial Numbers."
|
|||
|
msgstr "Affiche les lots/numéros de série utilisés."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Displays the produced Lot/Serial Numbers."
|
|||
|
msgstr "Affiche les lots/numéros de série produits."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_warn_insufficient_qty_unbuild_form_view
|
|||
|
msgid "Do you confirm you want to unbuild"
|
|||
|
msgstr "Êtes-vous sûr de vouloir déconstruire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_document_file_kanban_mrp
|
|||
|
msgid "Document"
|
|||
|
msgstr "Document"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Documentation"
|
|||
|
msgstr "Documentation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__is_done
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__done
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_unbuild__state__done
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_scrap_search_view_inherit_mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
msgid "Done"
|
|||
|
msgstr "Fait"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_document_file_kanban_mrp
|
|||
|
msgid "Download"
|
|||
|
msgstr "Télécharger"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__draft
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_unbuild__state__draft
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_scrap_search_view_inherit_mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Draft"
|
|||
|
msgstr "Brouillon"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_drawer_drawer_product_template
|
|||
|
msgid "Drawer Black"
|
|||
|
msgstr "Tiroir noir"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_drawer_case_product_template
|
|||
|
msgid "Drawer Case Black"
|
|||
|
msgstr "Casier à tiroirs noir"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_drawer_drawer_product_template
|
|||
|
msgid "Drawer on casters for great usability."
|
|||
|
msgstr "Tiroirs sur roulettes pour une bonne facilité d'utilisation."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/wizard/stock_assign_serial_numbers.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Duplicate Serial Numbers (%s)"
|
|||
|
msgstr "Dupliquer les numéros de série (%s)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__time_cycle
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__duration
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_tree_view
|
|||
|
msgid "Duration"
|
|||
|
msgstr "Durée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_graph_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_pie_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_pivot_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_graph
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_pivot
|
|||
|
msgid "Duration (minutes)"
|
|||
|
msgstr "Durée (minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__time_mode
|
|||
|
msgid "Duration Computation"
|
|||
|
msgstr "Calcul de la durée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__duration_percent
|
|||
|
msgid "Duration Deviation (%)"
|
|||
|
msgstr "Déviation de durée (%)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__duration_unit
|
|||
|
msgid "Duration Per Unit"
|
|||
|
msgstr "Durée par unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_document_file_kanban_mrp
|
|||
|
msgid "Edit"
|
|||
|
msgstr "Modifier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__loss_type
|
|||
|
msgid "Effectiveness"
|
|||
|
msgstr "Efficacité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__loss_type
|
|||
|
msgid "Effectiveness Category"
|
|||
|
msgstr "Catégorie d'efficacité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__date_finished
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__date_finished
|
|||
|
msgid "End"
|
|||
|
msgstr "Fin"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__date_end
|
|||
|
msgid "End Date"
|
|||
|
msgstr "Date de fin"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__tracking
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__product_tracking
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__has_tracking
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__product_tracking
|
|||
|
msgid "Ensure the traceability of a storable product in your warehouse."
|
|||
|
msgstr "Assurez la traçabilité d'un produit stockable dans votre entrepôt."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason1
|
|||
|
msgid "Equipment Failure"
|
|||
|
msgstr "Défaillance de l'équipement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Estimated %s"
|
|||
|
msgstr "Estimé %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "Exception(s) occurred on the manufacturing order(s):"
|
|||
|
msgstr "Des exceptions se sont produites sur l'ordre de fabrication :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "Exception(s):"
|
|||
|
msgstr "Exception(s) :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/wizard/stock_assign_serial_numbers.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Existing Serial Numbers (%s)"
|
|||
|
msgstr "Numéros de série existants (%s)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Exp %s"
|
|||
|
msgstr "Prévu %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__components_availability_state__expected
|
|||
|
msgid "Expected"
|
|||
|
msgstr "Prévu"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Expected %s"
|
|||
|
msgstr "Prévu %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__duration_expected
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__duration_expected
|
|||
|
msgid "Expected Duration"
|
|||
|
msgstr "Durée prévue"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_work_center_load_graph
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_workcenter_load_pivot
|
|||
|
msgid "Expected Duration (minutes)"
|
|||
|
msgstr "Durée prévue (minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__expected_qty
|
|||
|
msgid "Expected Quantity"
|
|||
|
msgstr "Quantité prévue"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__datas
|
|||
|
msgid "File Content (base64)"
|
|||
|
msgstr "Contenu du fichier (base64)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__raw
|
|||
|
msgid "File Content (raw)"
|
|||
|
msgstr "Contenu du fichier (brut)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__file_size
|
|||
|
msgid "File Size"
|
|||
|
msgstr "Taille de fichier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Files attached to the product."
|
|||
|
msgstr "Fichiers joints au produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
msgid "Filters"
|
|||
|
msgstr "Filtres"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__done
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Finished"
|
|||
|
msgstr "Terminé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__order_finished_lot_id
|
|||
|
msgid "Finished Lot/Serial Number"
|
|||
|
msgstr "Lot/numéro de série terminé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__move_finished_ids
|
|||
|
msgid "Finished Moves"
|
|||
|
msgstr "Mouvements terminés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__finished_move_line_ids
|
|||
|
msgid "Finished Product"
|
|||
|
msgstr "Produit fini"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,name:mrp.action_report_finished_product
|
|||
|
msgid "Finished Product Label (PDF)"
|
|||
|
msgstr "Etiquette du produit fini (PDF)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,name:mrp.label_manufacture_template
|
|||
|
msgid "Finished Product Label (ZPL)"
|
|||
|
msgstr "Étiquette de produit fini (ZPL)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__move_finished_ids
|
|||
|
msgid "Finished Products"
|
|||
|
msgstr "Produits finis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__location_dest_id
|
|||
|
msgid "Finished Products Location"
|
|||
|
msgstr "Emplacements des produits finis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__consumption
|
|||
|
msgid "Flexible Consumption"
|
|||
|
msgstr "Consommation flexible"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_line/mrp_mo_overview_line.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Fold"
|
|||
|
msgstr "Replier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_follower_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_follower_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_follower_ids
|
|||
|
msgid "Followers"
|
|||
|
msgstr "Abonnés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_partner_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_partner_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_partner_ids
|
|||
|
msgid "Followers (Partners)"
|
|||
|
msgstr "Abonnés (Partenaires)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__activity_type_icon
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__activity_type_icon
|
|||
|
msgid "Font awesome icon e.g. fa-tasks"
|
|||
|
msgstr "Icône Font Awesome par ex. fa-tasks"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
msgid "Force"
|
|||
|
msgstr "Forcer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Forecast"
|
|||
|
msgstr "Prévision"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_line/mrp_bom_overview_line.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_line/mrp_mo_overview_line.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#, python-format
|
|||
|
msgid "Forecast Report"
|
|||
|
msgstr "Rapport de prévision"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_move__product_virtual_available
|
|||
|
msgid ""
|
|||
|
"Forecast quantity (computed as Quantity On Hand - Outgoing + Incoming)\n"
|
|||
|
"In a context with a single Stock Location, this includes goods stored in this location, or any of its children.\n"
|
|||
|
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
|||
|
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
|||
|
msgstr ""
|
|||
|
"Quantité prévue (calculée comme quantité en stock - sortante + entrante)\n"
|
|||
|
"Dans le contexte d'un emplacement de stock seul, cela comprend les marchandises stockées dans cet emplacement et ses enfants.\n"
|
|||
|
"Dans le contexte d'un entrepôt seul, cela comprend les marchandises stockées dans l'emplacement de stock de cet entrepôt et ses enfants.\n"
|
|||
|
"Dans les autres cas, cela comprend les marchandises stockées dans tous les emplacements de type \"interne\""
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Forecasted"
|
|||
|
msgstr "Prévu"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__forecasted_issue
|
|||
|
msgid "Forecasted Issue"
|
|||
|
msgstr "Problème prévu"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Free to Use"
|
|||
|
msgstr "Virtuellement disponible"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Free to Use / On Hand"
|
|||
|
msgstr "Virtuellement disponible / En stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Free to use / On Hand"
|
|||
|
msgstr "Virtuellement disponible / En stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "From"
|
|||
|
msgstr "De"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Fully Productive"
|
|||
|
msgstr "Pleinement productif"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason7
|
|||
|
msgid "Fully Productive Time"
|
|||
|
msgstr "Temps pleinement productif"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Future Activities"
|
|||
|
msgstr "Activités futures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "General Information"
|
|||
|
msgstr "Informations générales"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Generate Serial Numbers"
|
|||
|
msgstr "Générer les numéros de séries"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Generate a new BoM from this Manufacturing Order"
|
|||
|
msgstr "Générer une nouvelle nomenclature pour cet ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__generated_mrp_lot_label_to_print
|
|||
|
msgid "Generated Lot/SN Label to Print"
|
|||
|
msgstr "Étiquette lot/NS générée à imprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_routing_time
|
|||
|
msgid "Get statistics about the work orders duration related to this routing."
|
|||
|
msgstr ""
|
|||
|
"Obtenez des statistiques sur la durée des ordres de travail liés à cet "
|
|||
|
"acheminement."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__sequence
|
|||
|
msgid ""
|
|||
|
"Gives the sequence order when displaying a list of routing Work Centers."
|
|||
|
msgstr ""
|
|||
|
"Indique l'ordre de séquence lors de l'affichage d'une liste d'acheminements "
|
|||
|
"de postes de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__sequence
|
|||
|
msgid "Gives the sequence order when displaying a list of work centers."
|
|||
|
msgstr "Donne l'ordre d'affichage des postes de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__sequence
|
|||
|
msgid "Gives the sequence order when displaying."
|
|||
|
msgstr "Donne l'ordre d'affichage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__worksheet_google_slide
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_routing_workcenter__worksheet_type__google_slide
|
|||
|
msgid "Google Slide"
|
|||
|
msgstr "Google Slides"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "Google Slide Link"
|
|||
|
msgstr "Lien Google Slides"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/views/fields/google_slides_viewer.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Google Slides Viewer"
|
|||
|
msgstr "Google Slides Viewer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Group By"
|
|||
|
msgstr "Regrouper par"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_search
|
|||
|
msgid "Group By..."
|
|||
|
msgstr "Regrouper par..."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Group by..."
|
|||
|
msgstr "Regrouper par..."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Hardware"
|
|||
|
msgstr "Matériel"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__is_produced
|
|||
|
msgid "Has Been Produced"
|
|||
|
msgstr "A été fabriqué"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking__has_kits
|
|||
|
msgid "Has Kits"
|
|||
|
msgstr "A des kits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__has_message
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__has_message
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__has_message
|
|||
|
msgid "Has Message"
|
|||
|
msgstr "A un message"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__has_routing_lines
|
|||
|
msgid "Has Routing Lines"
|
|||
|
msgstr "A des lignes d'acheminement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_document__priority__2
|
|||
|
msgid "High"
|
|||
|
msgstr "Haute"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_document_form
|
|||
|
msgid "History"
|
|||
|
msgstr "Historique"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__costs_hour
|
|||
|
msgid "Hourly processing cost."
|
|||
|
msgstr "Coût horaire de traitement."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
#, python-format
|
|||
|
msgid "Hours"
|
|||
|
msgstr "Heures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__id
|
|||
|
msgid "ID"
|
|||
|
msgstr "ID"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_exception_icon
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_exception_icon
|
|||
|
msgid "Icon"
|
|||
|
msgstr "Icône"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__activity_exception_icon
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__activity_exception_icon
|
|||
|
msgid "Icon to indicate an exception activity."
|
|||
|
msgstr "Icône pour indiquer une activité d'exception."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__product_id
|
|||
|
msgid ""
|
|||
|
"If a product variant is defined the BOM is available only for this product."
|
|||
|
msgstr ""
|
|||
|
"Si une variante de produit est définie, la nomenclature n'est disponible que"
|
|||
|
" pour ce produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__message_needaction
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__message_needaction
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__message_needaction
|
|||
|
msgid "If checked, new messages require your attention."
|
|||
|
msgstr "Si coché, de nouveaux messages demandent votre attention."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__message_has_error
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__message_has_sms_error
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__message_has_error
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__message_has_sms_error
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__message_has_error
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__message_has_sms_error
|
|||
|
msgid "If checked, some messages have a delivery error."
|
|||
|
msgstr "Si coché, certains messages ont une erreur d'envoi."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__propagate_cancel
|
|||
|
msgid ""
|
|||
|
"If checked, when the previous move of the move (which was generated by a "
|
|||
|
"next procurement) is cancelled or split, the move generated by this move "
|
|||
|
"will too"
|
|||
|
msgstr ""
|
|||
|
"Si coché, lorsque le mouvement précédant (qui a été généré par un "
|
|||
|
"approvisionnement prochain) est annulé ou fractionné, le mouvement généré "
|
|||
|
"par ce mouvement l'est aussi."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__active
|
|||
|
msgid ""
|
|||
|
"If the active field is set to False, it will allow you to hide the resource "
|
|||
|
"record without removing it."
|
|||
|
msgstr ""
|
|||
|
"Si le champ actif n'est pas coché, la ressource sera masquée mais pas "
|
|||
|
"supprimée."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_mrp_reception_report_labels
|
|||
|
msgid ""
|
|||
|
"If this checkbox is ticked, Odoo will automatically print the allocation "
|
|||
|
"report labels of a MO when it is done."
|
|||
|
msgstr ""
|
|||
|
"Si cette case est cochée, Odoo imprimera automatiquement les étiquettes du "
|
|||
|
"rapport de répartition d'un OF lorsqu'il est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_mrp_reception_report
|
|||
|
msgid ""
|
|||
|
"If this checkbox is ticked, Odoo will automatically print the allocation "
|
|||
|
"report of a MO when it is done and has assigned moves."
|
|||
|
msgstr ""
|
|||
|
"Si cette case est cochée, Odoo imprimera automatiquement le rapport de "
|
|||
|
"répartition d'un OF lorsqu'il est terminé et a des mouvements assignés."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_done_mrp_lot
|
|||
|
msgid ""
|
|||
|
"If this checkbox is ticked, Odoo will automatically print the lot/SN label "
|
|||
|
"of a MO when it is done."
|
|||
|
msgstr ""
|
|||
|
"Si cette case est cochée, Odoo imprimera automatiquement l'étiquette du "
|
|||
|
"lot/NS d'un OF lorsqu'il est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_done_mrp_product_labels
|
|||
|
msgid ""
|
|||
|
"If this checkbox is ticked, Odoo will automatically print the product labels"
|
|||
|
" of a MO when it is done."
|
|||
|
msgstr ""
|
|||
|
"Si cette case est cochée, Odoo imprimera automatiquement les étiquettes du "
|
|||
|
"produit d'un OF lorsqu'il est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_picking_type__auto_print_done_production_order
|
|||
|
msgid ""
|
|||
|
"If this checkbox is ticked, Odoo will automatically print the production "
|
|||
|
"order of a MO when it is done."
|
|||
|
msgstr ""
|
|||
|
"Si cette case est cochée, Odoo imprimera automatiquement l'ordre de "
|
|||
|
"production d'un OF lorsqu'il est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__image_height
|
|||
|
msgid "Image Height"
|
|||
|
msgstr "Hauteur de l'image"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__image_src
|
|||
|
msgid "Image Src"
|
|||
|
msgstr "Image Src"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__image_width
|
|||
|
msgid "Image Width"
|
|||
|
msgstr "Largeur de l'image"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_document_file_kanban_mrp
|
|||
|
msgid "Image is a link"
|
|||
|
msgstr "L'image est un lien"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "Impacted Transfer(s):"
|
|||
|
msgstr "Transfert(s) impacté(s) :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Import Template for Bills of Materials"
|
|||
|
msgstr "Modèle d'importation pour les nomenclatures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Impossible to plan the workorder. Please check the workcenter "
|
|||
|
"availabilities."
|
|||
|
msgstr ""
|
|||
|
"Impossible de planifier les ordres de travail. Veuillez vérifier la "
|
|||
|
"disponibilité des postes de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__progress
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter__working_state__done
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__progress
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "In Progress"
|
|||
|
msgstr "En cours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "In Transit"
|
|||
|
msgstr "En transit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__index_content
|
|||
|
msgid "Indexed Content"
|
|||
|
msgstr "Contenu indexé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__date_deadline
|
|||
|
msgid ""
|
|||
|
"Informative date allowing to define when the manufacturing order should be "
|
|||
|
"processed at the latest to fulfill delivery on time."
|
|||
|
msgstr ""
|
|||
|
"Date informative définissant quand l'ordre de fabrication doit être lancé au"
|
|||
|
" plus tard afin de respecter la date de livraison prévue."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_production_moves
|
|||
|
msgid "Inventory Moves"
|
|||
|
msgstr "Mouvements de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__move_line_ids
|
|||
|
msgid ""
|
|||
|
"Inventory moves for which you must scan a lot number at this work order"
|
|||
|
msgstr ""
|
|||
|
"Mouvements d'inventaire pour lesquels vous devez scanner un numéro de lot "
|
|||
|
"dans cet ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_is_follower
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_is_follower
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_is_follower
|
|||
|
msgid "Is Follower"
|
|||
|
msgstr "Est un abonné"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__is_kits
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__is_kits
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_scrap__product_is_kit
|
|||
|
msgid "Is Kits"
|
|||
|
msgstr "Est un kit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__is_locked
|
|||
|
msgid "Is Locked"
|
|||
|
msgstr "Est verrouillé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__manual
|
|||
|
msgid "Is a Blocking Reason"
|
|||
|
msgstr "Motif de blocage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_productivity_loss_kanban
|
|||
|
msgid "Is a Blocking Reason?"
|
|||
|
msgstr "Est-ce un motif de blocage ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__public
|
|||
|
msgid "Is public document"
|
|||
|
msgstr "Est un document public"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__is_user_working
|
|||
|
msgid "Is the Current User Working"
|
|||
|
msgstr "L'utilisateur actuel travaille-t-il ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid "It has already been unblocked."
|
|||
|
msgstr "Ceci a déjà été débloqué. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"It is not possible to unplan one single Work Order. You should unplan the "
|
|||
|
"Manufacturing Order instead in order to unplan all the linked operations."
|
|||
|
msgstr ""
|
|||
|
"Il n'est pas possible de déprogrammer un seul ordre de travail. Vous devez "
|
|||
|
"plutôt déprogrammer l'ordre de fabrication afin de déprogrammer toutes les "
|
|||
|
"opérations liées."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__is_planned
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__is_planned
|
|||
|
msgid "Its Operations are Planned"
|
|||
|
msgstr "Ses opérations sont planifiées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__json_popover
|
|||
|
msgid "JSON data for the popover widget"
|
|||
|
msgstr "Données JSON pour le widget popover"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "John Doe"
|
|||
|
msgstr "John Doe"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__key
|
|||
|
msgid "Key"
|
|||
|
msgstr "Clé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__description_bom_line
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move_line__description_bom_line
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_scrap__bom_id
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__type__phantom
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
msgid "Kit"
|
|||
|
msgstr "Kit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "Laptop"
|
|||
|
msgstr "Ordinateur portable"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Laptop Model X"
|
|||
|
msgstr "Ordinateur portable modèle X"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "Laptop model X"
|
|||
|
msgstr "Ordinateur portable modèle X"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Laptop with 16GB RAM"
|
|||
|
msgstr "Ordinateur portable avec 16Go RAM"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__write_uid
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__write_uid
|
|||
|
msgid "Last Updated by"
|
|||
|
msgstr "Mis à jour par"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss_type__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__write_date
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__write_date
|
|||
|
msgid "Last Updated on"
|
|||
|
msgstr "Mis à jour le"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__last_working_user_id
|
|||
|
msgid "Last user that worked on this work order."
|
|||
|
msgstr "Dernier utilisateur ayant travaillé sur l'ordre de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__components_availability_state__late
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Late"
|
|||
|
msgstr "En retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Late Activities"
|
|||
|
msgstr "Activités en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Late Components"
|
|||
|
msgstr "Composants en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Late MO or Late delivery of components"
|
|||
|
msgstr "OF en retard ou livraison des composants en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__components_availability
|
|||
|
msgid ""
|
|||
|
"Latest component availability status for this MO. If green, then the MO's "
|
|||
|
"readiness status is ready, as per BOM configuration."
|
|||
|
msgstr ""
|
|||
|
"Dernier statut de disponibilité du composant pour cet OF. S'il est vert, le "
|
|||
|
"statut de préparation de l'OF est prêt, conformément à la configuration de "
|
|||
|
"la nomenclature."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_wood_ply_product_template
|
|||
|
msgid "Layers that are stick together to assemble wood panels."
|
|||
|
msgstr ""
|
|||
|
"Couches qui sont collées ensemble pour assembler les panneaux de bois."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Lead Time"
|
|||
|
msgstr "Délai"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_display_filter/mrp_bom_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Lead Times"
|
|||
|
msgstr "Délais"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__leave_id
|
|||
|
msgid "Leave"
|
|||
|
msgstr "Quitter"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_consumption_warning_line
|
|||
|
msgid "Line of issue consumption"
|
|||
|
msgstr "Ligne de problème de consommation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__location_id
|
|||
|
msgid "Location"
|
|||
|
msgstr "Emplacement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__location_id
|
|||
|
msgid "Location where the product you want to unbuild is."
|
|||
|
msgstr "Emplacement où se situe le produit que vous souhaitez déconstruire."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__location_src_id
|
|||
|
msgid "Location where the system will look for components."
|
|||
|
msgstr "Emplacement des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__location_dest_id
|
|||
|
msgid "Location where the system will stock the finished products."
|
|||
|
msgstr "Emplacement où le système stockera les produits finis."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__location_dest_id
|
|||
|
msgid ""
|
|||
|
"Location where you want to send the components resulting from the unbuild "
|
|||
|
"order."
|
|||
|
msgstr ""
|
|||
|
"Emplacement dans lequel vous souhaitez envoyer les composants résultant de "
|
|||
|
"l'ordre de déconstruction."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Lock"
|
|||
|
msgstr "Verrouiller"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid ""
|
|||
|
"Lock the manufacturing order to prevent changes to what has been consumed or"
|
|||
|
" produced."
|
|||
|
msgstr ""
|
|||
|
"Verrouillez l'ordre de fabrication pour empêcher tout changement sur la "
|
|||
|
"quantité consommée ou produite. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__loss_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Loss Reason"
|
|||
|
msgstr "Motif de la perte"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Lot/SN Label"
|
|||
|
msgstr "Étiquette Lot/NS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__done_mrp_lot_label_to_print
|
|||
|
msgid "Lot/SN Label to Print"
|
|||
|
msgstr "Étiquette Lot/NS à imprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Lot/SN Labels"
|
|||
|
msgstr "Étiquettes lot/NS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_lot
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Lot/Serial"
|
|||
|
msgstr "Lot/série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__lot_producing_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__lot_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__finished_lot_id
|
|||
|
msgid "Lot/Serial Number"
|
|||
|
msgstr "Lot/numéro de série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Lot/Serial Numbers"
|
|||
|
msgstr "Lots/numéros de série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_traceability
|
|||
|
msgid "Lots/Serial Numbers"
|
|||
|
msgstr "Lots/Numéros de série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_document__priority__1
|
|||
|
msgid "Low"
|
|||
|
msgstr "Basse"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__mrp_production_backorder_id
|
|||
|
msgid "MO Backorder"
|
|||
|
msgstr "Reliquat OF"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "MO Cost"
|
|||
|
msgstr "Coût de l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "MO Costs"
|
|||
|
msgstr "Coûts de l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "MO Generated by %s"
|
|||
|
msgstr "OF généré par %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.client,name:mrp.action_report_mo_overview
|
|||
|
#: model:ir.actions.report,name:mrp.action_report_mrp_mo_overview
|
|||
|
msgid "MO Overview"
|
|||
|
msgstr "Aperçu de l'ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_report_mrp_report_mo_overview
|
|||
|
msgid "MO Overview Report"
|
|||
|
msgstr "Rapport de vue d'ensemble des ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__reservation_state
|
|||
|
msgid "MO Readiness"
|
|||
|
msgstr "Statut de préparation de l'OF"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "MO Ready"
|
|||
|
msgstr "OF prêt"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "MO Reference"
|
|||
|
msgstr "Référence de l'OF"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.client,name:mrp.mrp_reception_action
|
|||
|
msgid "MRP Reception Report"
|
|||
|
msgstr "Rapport de réception MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__group_mrp_routings
|
|||
|
msgid "MRP Work Orders"
|
|||
|
msgstr "Ordres de travail MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter_productivity_loss_type
|
|||
|
msgid "MRP Workorder productivity losses"
|
|||
|
msgstr "Pertes de productivité au niveau des ordres de travail MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "MRP-001"
|
|||
|
msgstr "MRP-001"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Make sure enough quantities of these components are reserved to do the "
|
|||
|
"production:\n"
|
|||
|
msgstr ""
|
|||
|
"Assurez-vous que des quantités suffisantes de ces composants sont réservées "
|
|||
|
"pour assurer la production :\n"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_mrp_routings
|
|||
|
msgid "Manage Work Order Operations"
|
|||
|
msgstr "Gérer les opérations des ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__manual_consumption
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__manual_consumption
|
|||
|
msgid "Manual Consumption"
|
|||
|
msgstr "Consommation manuelle"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__manual_consumption_readonly
|
|||
|
msgid "Manual Consumption Readonly"
|
|||
|
msgstr "Consommation manuelle en lecture seule"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__time_cycle_manual
|
|||
|
msgid "Manual Duration"
|
|||
|
msgstr "Durée manuelle"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "Manuf. Lead Time"
|
|||
|
msgstr "Délai de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__manufacture_steps
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_rule__action__manufacture
|
|||
|
#: model:stock.route,name:mrp.route_warehouse0_manufacture
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_report_stock_rule
|
|||
|
#, python-format
|
|||
|
msgid "Manufacture"
|
|||
|
msgstr "Fabriquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_warehouse__manufacture_steps__mrp_one_step
|
|||
|
#, python-format
|
|||
|
msgid "Manufacture (1 step)"
|
|||
|
msgstr "Fabriquer (1 étape)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__manufacture_mto_pull_id
|
|||
|
msgid "Manufacture MTO Rule"
|
|||
|
msgstr "Règle de MTO de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__manufacture_pull_id
|
|||
|
msgid "Manufacture Rule"
|
|||
|
msgstr "Règles de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Manufacture Security Lead Time"
|
|||
|
msgstr "Délai de sécurité de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__type__normal
|
|||
|
msgid "Manufacture this product"
|
|||
|
msgstr "Fabriquer ce produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__manufacture_to_resupply
|
|||
|
msgid "Manufacture to Resupply"
|
|||
|
msgstr "Fabriquer pour réapprovisionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_product__mrp_product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_product_template__mrp_product_qty
|
|||
|
msgid "Manufactured"
|
|||
|
msgstr "Fabriqué"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_product_product_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_product_template_search_view
|
|||
|
msgid "Manufactured Products"
|
|||
|
msgstr "Produits fabriqués"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_product_form_view_bom_button
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_template_form_view_bom_button
|
|||
|
msgid "Manufactured in the last 365 days"
|
|||
|
msgstr "Fabriqué dans les 365 derniers jours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: model:ir.actions.client,name:mrp.action_mrp_display_fullscreen
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__code__mrp_operation
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_root
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#, python-format
|
|||
|
msgid "Manufacturing"
|
|||
|
msgstr "Fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/mrp_forecasted/forecasted_buttons.xml:0
|
|||
|
#: code:addons/mrp/static/src/mrp_forecasted/forecasted_buttons.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Manufacturing Forecast"
|
|||
|
msgstr "Prévisions de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__produce_delay
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_company__manufacturing_lead
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__manufacturing_lead
|
|||
|
#, python-format
|
|||
|
msgid "Manufacturing Lead Time"
|
|||
|
msgstr "Délai de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__manu_type_id
|
|||
|
msgid "Manufacturing Operation Type"
|
|||
|
msgstr "Type d'opération de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__mo_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__mrp_production_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__mrp_production_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__production_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__mo_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__production_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__production_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_scrap__production_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_scrap_search_view_inherit_mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Manufacturing Order"
|
|||
|
msgstr "Ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.act_product_mrp_production_workcenter
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_production_form
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_production_action
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_production_action_picking_deshboard
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_production_action
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_view_activity
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_production_calendar
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_production_graph
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_production_pivot
|
|||
|
msgid "Manufacturing Orders"
|
|||
|
msgstr "Ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Manufacturing Orders which are in confirmed state."
|
|||
|
msgstr "Ordres de fabrication actuellement confirmés."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__ready_to_produce
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "Manufacturing Readiness"
|
|||
|
msgstr "Statut de préparation de la fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Manufacturing Reference"
|
|||
|
msgstr "Référence de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse_orderpoint__manufacturing_visibility_days
|
|||
|
msgid "Manufacturing Visibility Days"
|
|||
|
msgstr "Jours de visibilités de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_action
|
|||
|
msgid ""
|
|||
|
"Manufacturing operations are processed at Work Centers. A Work Center can be composed of\n"
|
|||
|
" workers and/or machines, they are used for costing, scheduling, capacity planning, etc."
|
|||
|
msgstr ""
|
|||
|
"Les opérations de fabrication sont traitées dans les postes de travail. Un poste de travail peut être composé \n"
|
|||
|
"d'ouvriers et/ou de machines, ils sont utilisés pour le calcul des coûts, la planification, la planification des capacités, etc."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_kanban_action
|
|||
|
msgid ""
|
|||
|
"Manufacturing operations are processed at Work Centers. A Work Center can be composed of\n"
|
|||
|
" workers and/or machines, they are used for costing, scheduling, capacity planning, etc.\n"
|
|||
|
" They can be defined via the configuration menu."
|
|||
|
msgstr ""
|
|||
|
"Les opérations de fabrication sont traitées dans les postes de travail. Un poste de travail peut être composé \n"
|
|||
|
"d'ouvriers et/ou de machines, ils sont utilisés pour le calcul des coûts, la planification, la planification des capacités, etc.\n"
|
|||
|
"Ils peuvent être définis via le menu de configuration."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__reservation_state
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__production_availability
|
|||
|
msgid ""
|
|||
|
"Manufacturing readiness for this MO, as per bill of material configuration:\n"
|
|||
|
" * Ready: The material is available to start the production.\n"
|
|||
|
" * Waiting: The material is not available to start the production.\n"
|
|||
|
msgstr ""
|
|||
|
"Préparation à la fabrication pour cet ordre de fabrication, selon la configuration de la nomenclature :\n"
|
|||
|
"* Prêt : Le matériel est disponible pour lancer la production.\n"
|
|||
|
"* En attente : Le matériel n'est pas disponible pour lancer la production.\n"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_picking_tree_mrp_operation
|
|||
|
#: model:ir.ui.menu,name:mrp.mrp_operation_picking
|
|||
|
msgid "Manufacturings"
|
|||
|
msgstr "Fabrications"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "Marc Demo"
|
|||
|
msgstr "Marc Demo"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.server,name:mrp.action_production_order_mark_done
|
|||
|
msgid "Mark as Done"
|
|||
|
msgstr "Marquer comme fait"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Mass Produce"
|
|||
|
msgstr "Produire en masse"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__module_mrp_mps
|
|||
|
msgid "Master Production Schedule"
|
|||
|
msgstr "Programme directeur de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Material Availability"
|
|||
|
msgstr "Disponibilité des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.server,name:mrp.action_production_order_merge
|
|||
|
msgid "Merge"
|
|||
|
msgstr "Fusionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_has_error
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_has_error
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_has_error
|
|||
|
msgid "Message Delivery error"
|
|||
|
msgstr "Erreur d'envoi du message"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_ids
|
|||
|
msgid "Messages"
|
|||
|
msgstr "Messages"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__mimetype
|
|||
|
msgid "Mime Type"
|
|||
|
msgstr "Type de mime"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_warehouse_orderpoint
|
|||
|
msgid "Minimum Inventory Rule"
|
|||
|
msgstr "Règle d'inventaire minimum"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_special_line/mrp_bom_overview_special_line.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
#, python-format
|
|||
|
msgid "Minutes"
|
|||
|
msgstr "Minutes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Miscellaneous"
|
|||
|
msgstr "Divers"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__move_byproduct_ids
|
|||
|
msgid "Move Byproduct"
|
|||
|
msgstr "Déplacer le sous-produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__move_line_ids
|
|||
|
msgid "Moves to Track"
|
|||
|
msgstr "Mouvements à suivre"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__mrp_consumption_warning_line_ids
|
|||
|
msgid "Mrp Consumption Warning Line"
|
|||
|
msgstr "Ligne d'avertissement de consommation MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.client,name:mrp.action_mrp_display
|
|||
|
msgid "Mrp Display"
|
|||
|
msgstr "Affichage MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__mrp_production_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__mrp_production_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_procurement_group__mrp_production_ids
|
|||
|
msgid "Mrp Production"
|
|||
|
msgstr "Production Mrp"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning__mrp_production_count
|
|||
|
msgid "Mrp Production Count"
|
|||
|
msgstr "Nombre de productions MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__multiple_lot_components_names
|
|||
|
msgid "Multiple Lot Components Names"
|
|||
|
msgstr "Noms des composants de lots multiples"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__my_activity_date_deadline
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__my_activity_date_deadline
|
|||
|
msgid "My Activity Deadline"
|
|||
|
msgstr "Échéance de mon activité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__name
|
|||
|
msgid "Name"
|
|||
|
msgstr "Nom"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid "New"
|
|||
|
msgstr "Nouveau"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "New BoM from %(mo_name)s"
|
|||
|
msgstr "Nouvelle nomenclature de %(mo_name)s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Next Activity"
|
|||
|
msgstr "Activité suivante"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_calendar_event_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_calendar_event_id
|
|||
|
msgid "Next Activity Calendar Event"
|
|||
|
msgstr "Activité suivante de l'événement du calendrier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_date_deadline
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_date_deadline
|
|||
|
msgid "Next Activity Deadline"
|
|||
|
msgstr "Date limite de l'activité à venir"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_summary
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_summary
|
|||
|
msgid "Next Activity Summary"
|
|||
|
msgstr "Résumé de l'activité suivante"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_type_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_type_id
|
|||
|
msgid "Next Activity Type"
|
|||
|
msgstr "Type d'activités à venir"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
msgid "No Backorder"
|
|||
|
msgstr "Aucun reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_bom_form_action
|
|||
|
msgid "No bill of materials found. Let's create one!"
|
|||
|
msgstr "Aucune nomenclature trouvée. Créons-en une !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "No data available."
|
|||
|
msgstr "Aucune donnée disponible."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_routing_time
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workcenter_load_report_graph
|
|||
|
msgid "No data yet!"
|
|||
|
msgstr "Pas encore de données !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_production_action
|
|||
|
msgid "No manufacturing order found. Let's create one."
|
|||
|
msgstr "Aucun ordre de fabrication trouvé. Créons-en un."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.product_template_action
|
|||
|
msgid "No product found. Let's create one!"
|
|||
|
msgstr "Aucun produit trouvé. Créons-en un !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_productivity_report_blocked
|
|||
|
msgid "No productivity loss for this equipment"
|
|||
|
msgstr "Aucune perte de productivité pour cet équipement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_unbuild
|
|||
|
msgid "No unbuild order found"
|
|||
|
msgstr "Aucun ordre de déconstruction trouvé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_production
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_production_specific
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_workcenter
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_work_orders
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workorder_todo
|
|||
|
msgid "No work orders to do!"
|
|||
|
msgstr "Aucun ordre de fabrication à faire !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid ""
|
|||
|
"No workorder currently in progress. Click to mark work center as blocked."
|
|||
|
msgstr ""
|
|||
|
"Aucun ordre de travail en cours. Cliquez pour marquer ce poste de travail "
|
|||
|
"comme bloqué."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_document__priority__0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__priority__0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter__working_state__normal
|
|||
|
msgid "Normal"
|
|||
|
msgstr "Normal"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__components_availability_state__unavailable
|
|||
|
#, python-format
|
|||
|
msgid "Not Available"
|
|||
|
msgstr "Pas disponible"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Not Ready"
|
|||
|
msgstr "Pas prêt"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Note that another version of this BOM is available."
|
|||
|
msgstr "Une autre version de cette nomenclature est disponible."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Note that archived work center(s): '%s' is/are still linked to active Bill "
|
|||
|
"of Materials, which means that operations can still be planned on it/them. "
|
|||
|
"To prevent this, deletion of the work center is recommended instead."
|
|||
|
msgstr ""
|
|||
|
"Notez que le(s) poste(s) de travail archivé(s) : '%s' est/sont toujours "
|
|||
|
"lié(s) à des nomenclatures actives, ce qui signifie que des opérations "
|
|||
|
"peuvent toujours y être planifiées. Pour éviter cela, la suppression du "
|
|||
|
"poste de travail est recommandée."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Note that components"
|
|||
|
msgstr "Notez que les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/product.py:0 code:addons/mrp/models/product.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Note that product(s): '%s' is/are still linked to active Bill of Materials, "
|
|||
|
"which means that the product can still be used on it/them."
|
|||
|
msgstr ""
|
|||
|
"Notez que le(s) produit(s) : '%s' est/sont toujours lié(s) à une "
|
|||
|
"nomenclature active, ce qui signifie que le produit peut toujours être "
|
|||
|
"utilisé sur celui-ci/ceux-ci."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_needaction_counter
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_needaction_counter
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_needaction_counter
|
|||
|
msgid "Number of Actions"
|
|||
|
msgstr "Nombre d'actions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__count_mo_late
|
|||
|
msgid "Number of Manufacturing Orders Late"
|
|||
|
msgstr "Nombre d'ordres de fabrication en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__count_mo_waiting
|
|||
|
msgid "Number of Manufacturing Orders Waiting"
|
|||
|
msgstr "Nombre d'ordres de fabrication en attente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__count_mo_todo
|
|||
|
msgid "Number of Manufacturing Orders to Process"
|
|||
|
msgstr "Nombre d'ordres de fabrication à traiter"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__unbuild_count
|
|||
|
msgid "Number of Unbuilds"
|
|||
|
msgstr "Nombre de déconstructions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_has_error_counter
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_has_error_counter
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_has_error_counter
|
|||
|
msgid "Number of errors"
|
|||
|
msgstr "Nombre d'erreurs"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__mrp_production_child_count
|
|||
|
msgid "Number of generated MO"
|
|||
|
msgstr "Nombre d'OF générés"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__message_needaction_counter
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__message_needaction_counter
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__message_needaction_counter
|
|||
|
msgid "Number of messages requiring action"
|
|||
|
msgstr "Nombre de messages nécessitant une action"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__message_has_error_counter
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__message_has_error_counter
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__message_has_error_counter
|
|||
|
msgid "Number of messages with delivery error"
|
|||
|
msgstr "Nombre de messages avec des erreurs d'envoi"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter_capacity__capacity
|
|||
|
msgid "Number of pieces that can be produced in parallel for this product."
|
|||
|
msgstr "Nombre de pièces pouvant être produites en parallèle pour ce produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__mrp_production_source_count
|
|||
|
msgid "Number of source MO"
|
|||
|
msgstr "Nombre d'OF d'origine"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "OEE"
|
|||
|
msgstr "TRS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__oee_target
|
|||
|
msgid "OEE Target"
|
|||
|
msgstr "Objectif TRS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid ""
|
|||
|
"Odoo opens a PDF preview by default. If you want to print instantly,\n"
|
|||
|
" install the IoT App on a computer that is on the same local network as the\n"
|
|||
|
" barcode operator and configure the routing of the reports."
|
|||
|
msgstr ""
|
|||
|
"Odoo ouvre un aperçu PDF par défaut. Si vous souhaitez imprimer instantanément, \n"
|
|||
|
"installez l'application IoT su un ordinateur qui se trouve sur le même réseau local que\n"
|
|||
|
"l'opérateur de code-barres et configurez l'acheminement des rapports."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__oee
|
|||
|
msgid "Oee"
|
|||
|
msgstr "TRS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "On Hand"
|
|||
|
msgstr "En stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Only manufacturing orders in either a draft or confirmed state can be %s."
|
|||
|
msgstr ""
|
|||
|
"Seuls les ordres de fabrication à l'état brouillon ou confirmé peuvent être "
|
|||
|
"%s."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Only manufacturing orders with a Bill of Materials can be %s."
|
|||
|
msgstr ""
|
|||
|
"Seuls les ordres de fabrication avec une nomenclature peuvent être %s."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Open Work Order"
|
|||
|
msgstr "Ouvrir l'ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__operation_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_line_view_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Operation"
|
|||
|
msgstr "Opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__allow_operation_dependencies
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__allow_operation_dependencies
|
|||
|
msgid "Operation Dependencies"
|
|||
|
msgstr "Dépendances d'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__operation_id
|
|||
|
msgid "Operation To Consume"
|
|||
|
msgstr "Opération à consommer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__picking_type_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__picking_type_id
|
|||
|
msgid "Operation Type"
|
|||
|
msgstr "Type d'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_routing_action
|
|||
|
msgid ""
|
|||
|
"Operation define that need to be done to realize a Work Order.\n"
|
|||
|
" Each operation is done at a specific Work Center and has a specific duration."
|
|||
|
msgstr ""
|
|||
|
"L'opération définit ce qui doit être fait pour réaliser un ordre de travail.\n"
|
|||
|
"Chaque opération est effectuée dans un poste de travail spécifique et a une durée spécifique."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Operation not supported"
|
|||
|
msgstr "Opération non prise en charge"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_display_filter/mrp_bom_overview_display_filter.js:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_special_line/mrp_bom_overview_special_line.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_operations_block/mrp_mo_overview_operations_block.xml:0
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_routing_action
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__operation_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__allowed_operation_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__allowed_operation_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__allowed_operation_ids
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_manufacturing
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_routing_action
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_operations
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workorder_view_gantt
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_loss_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_calendar
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_gantt_production
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_graph
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.workcenter_line_pivot
|
|||
|
#, python-format
|
|||
|
msgid "Operations"
|
|||
|
msgstr "Opérations"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Operations Done"
|
|||
|
msgstr "Opérations faites"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Operations Planned"
|
|||
|
msgstr "Opérations planifiées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_filter
|
|||
|
msgid "Operations Search Filters"
|
|||
|
msgstr "Filtres de recherche d'opérations"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__needed_by_operation_ids
|
|||
|
msgid "Operations that cannot start before this operation is completed."
|
|||
|
msgstr ""
|
|||
|
"Opérations qui ne peuvent pas démarrer avant la fin de cette opération."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__blocked_by_operation_ids
|
|||
|
msgid "Operations that need to be completed before this operation can start."
|
|||
|
msgstr ""
|
|||
|
"Opérations qui doivent être terminées avant que cette opération puisse "
|
|||
|
"commencer."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Operator not supported without a value."
|
|||
|
msgstr "Opérateur non pris en charge sans valeur."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__orderpoint_id
|
|||
|
msgid "Orderpoint"
|
|||
|
msgstr "Point de commande"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__order_ids
|
|||
|
msgid "Orders"
|
|||
|
msgstr "Commandes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__original_id
|
|||
|
msgid "Original (unoptimized, unresized) attachment"
|
|||
|
msgstr "Original (non optimisé, non redimensionné) "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__qty_production
|
|||
|
msgid "Original Production Quantity"
|
|||
|
msgstr "Quantité originale à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__is_outdated_bom
|
|||
|
msgid "Outdated BoM"
|
|||
|
msgstr "Nomenclature obsolète"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__oee_target
|
|||
|
msgid "Overall Effective Efficiency Target in percentage"
|
|||
|
msgstr "Objectif d'efficacité globale en pourcentage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workcenter_productivity_report
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workcenter_productivity_report_oee
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_workcenter_productivity_report
|
|||
|
msgid "Overall Equipment Effectiveness"
|
|||
|
msgstr "Taux de rendement synthétique"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__oee
|
|||
|
msgid "Overall Equipment Effectiveness, based on the last month"
|
|||
|
msgstr "Taux de rendement synthétique du mois dernier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_productivity_report
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workcenter_productivity_report_oee
|
|||
|
msgid "Overall Equipment Effectiveness: no working or blocked time"
|
|||
|
msgstr "Taux de rendement synthétique : pas de temps de travail ou de blocage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__worksheet
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_routing_workcenter__worksheet_type__pdf
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__done_mrp_lot_label_to_print__pdf
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__generated_mrp_lot_label_to_print__pdf
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__mrp_product_label_to_print__pdf
|
|||
|
msgid "PDF"
|
|||
|
msgstr "PDF"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Package barcode"
|
|||
|
msgstr "Code-barres du colis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__bom_id
|
|||
|
msgid "Parent BoM"
|
|||
|
msgstr "Nomenclature parente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__parent_product_tmpl_id
|
|||
|
msgid "Parent Product Template"
|
|||
|
msgstr "Modèle de produit parent"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__mrp_consumption_warning_id
|
|||
|
msgid "Parent Wizard"
|
|||
|
msgstr "Assistant parent"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__worksheet_google_slide
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__worksheet_google_slide
|
|||
|
msgid ""
|
|||
|
"Paste the url of your Google Slide. Make sure the access to the document is "
|
|||
|
"public."
|
|||
|
msgstr ""
|
|||
|
"Collez l'url de votre Google Slides. Assurez-vous que le document soit "
|
|||
|
"accessible au public."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Pause"
|
|||
|
msgstr "Mettre en attente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Pending"
|
|||
|
msgstr "En attente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__performance
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter_productivity_loss_type__loss_type__performance
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Performance"
|
|||
|
msgstr "Performances"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Performance Losses"
|
|||
|
msgstr "Pertes de performances"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__performance
|
|||
|
msgid "Performance over the last month"
|
|||
|
msgstr "Performances au cours du mois dernier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Pick Components"
|
|||
|
msgstr "Prélever les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Pick components and then manufacture"
|
|||
|
msgstr "Prélever les composants et ensuite fabriquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_warehouse__manufacture_steps__pbm
|
|||
|
msgid "Pick components and then manufacture (2 steps)"
|
|||
|
msgstr "Prélever les composants et ensuite fabriquer (2 étapes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_warehouse__manufacture_steps__pbm_sam
|
|||
|
#, python-format
|
|||
|
msgid "Pick components, manufacture and then store products (3 steps)"
|
|||
|
msgstr ""
|
|||
|
"Prélever les composants, fabriquer et ensuite stocker les produits (3 "
|
|||
|
"étapes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__pbm_mto_pull_id
|
|||
|
msgid "Picking Before Manufacturing MTO Rule"
|
|||
|
msgstr "Transfert avant la fabrication règle MTO"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__pbm_type_id
|
|||
|
msgid "Picking Before Manufacturing Operation Type"
|
|||
|
msgstr "Type d'opération de transfert avant la fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__pbm_route_id
|
|||
|
msgid "Picking Before Manufacturing Route"
|
|||
|
msgstr "Route de transfert avant la fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_picking_type
|
|||
|
msgid "Picking Type"
|
|||
|
msgstr "Type de transfert"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__picking_ids
|
|||
|
msgid "Picking associated to this manufacturing order"
|
|||
|
msgstr "Transfert associé à cet ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__pbm_loc_id
|
|||
|
msgid "Picking before Manufacturing Location"
|
|||
|
msgstr "Transfert avant l'emplacement de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "Pieces"
|
|||
|
msgstr "Pièces"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Plan"
|
|||
|
msgstr "Programmer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Plan Orders"
|
|||
|
msgstr "Planifier des commandes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.server,name:mrp.action_plan_with_components_availability
|
|||
|
msgid "Plan based on Components Availability"
|
|||
|
msgstr "Plan basé sur la disponibilité des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Plan manufacturing or purchase orders based on forecasts"
|
|||
|
msgstr ""
|
|||
|
"Planifier les ordres de fabrication ou les bons de commande en fonction des "
|
|||
|
"prévisions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Planned"
|
|||
|
msgstr "Planifié"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Planned at the same time as other workorder(s) at %s"
|
|||
|
msgstr "Planifié en même temps que d'autre(s) ordre(s) de travail à %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.ui.menu,name:mrp.mrp_planning_menu_root
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Planning"
|
|||
|
msgstr "Planning"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_plastic_laminate_product_template
|
|||
|
msgid "Plastic Laminate"
|
|||
|
msgstr "Stratifié en plastique"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Please set the first Serial Number or a default sequence"
|
|||
|
msgstr ""
|
|||
|
"Veuillez définir le premier numéro de série ou une séquence par défaut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Please unblock the work center to start the work order."
|
|||
|
msgstr "Débloquez le poste de travail pour lancer l'ordre de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Please unblock the work center to validate the work order"
|
|||
|
msgstr "Débloquez le poste de travail pour valider l'ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_wood_ply_product_template
|
|||
|
msgid "Ply Layer"
|
|||
|
msgstr "Couche de pli"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_ply_veneer_product_template
|
|||
|
msgid "Ply Veneer"
|
|||
|
msgstr "Plis de placage"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__json_popover
|
|||
|
msgid "Popover Data JSON"
|
|||
|
msgstr "Popover données JSON"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__possible_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__possible_bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__possible_bom_product_template_attribute_value_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__possible_bom_product_template_attribute_value_ids
|
|||
|
msgid "Possible Product Template Attribute Value"
|
|||
|
msgstr "Valeur d'attribut possible du modèle produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Post-Production"
|
|||
|
msgstr "Post-fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Pre-Production"
|
|||
|
msgstr "Pré-fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Print"
|
|||
|
msgstr "Imprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Print All Variants"
|
|||
|
msgstr "Imprimer toutes les variantes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Print Labels"
|
|||
|
msgstr "Imprimer les étiquettes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Print labels as:"
|
|||
|
msgstr "Imprimer les étiquettes comme :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Print when \"Create new Lot/SN\""
|
|||
|
msgstr "Imprimer lorsque \"Créer un nouveau Lot/NS\""
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Print when done"
|
|||
|
msgstr "Imprimer quand c'est fait"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__priority
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__priority
|
|||
|
msgid "Priority"
|
|||
|
msgstr "Priorité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason5
|
|||
|
msgid "Process Defect"
|
|||
|
msgstr "Défaut de processus"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Process manufacturing orders from the barcode application"
|
|||
|
msgstr ""
|
|||
|
"Traiter les ordres de fabrication à partir de l'application code-barres"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Process operations at specific work centers"
|
|||
|
msgstr "Traiter les opérations à des postes de travail spécifiques"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__produce_line_ids
|
|||
|
msgid "Processed Disassembly Lines"
|
|||
|
msgstr "Lignes de désassemblage traitées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_procurement_group
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__procurement_group_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Procurement Group"
|
|||
|
msgstr "Groupe d'approvisionnement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Produce"
|
|||
|
msgstr "Produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Produce All"
|
|||
|
msgstr "Tout produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_mrp_byproducts
|
|||
|
msgid "Produce residual products"
|
|||
|
msgstr "Produire des produits résiduels"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Produce residual products (A + B -> C + D)"
|
|||
|
msgstr "Produire des produits résiduels (A + B -> C + D)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_warehouse__manufacture_steps
|
|||
|
msgid ""
|
|||
|
"Produce: Move the components to the production location directly and start the manufacturing process.\n"
|
|||
|
"Pick / Produce: Unload the components from the Stock to Input location first, and then transfer it to the Production location."
|
|||
|
msgstr ""
|
|||
|
"Produire : Déplacer les composants vers l'emplacement de production directement et lancer le processus de fabrication. \n"
|
|||
|
"Prélever / Produire : Décharger les composants du stock vers l'emplacement d'entrée d'abord et ensuite les transférer vers l'emplacement de production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.production_message
|
|||
|
msgid "Produced"
|
|||
|
msgstr "Produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__produced_qty
|
|||
|
msgid "Produced Quantity"
|
|||
|
msgstr "Quantité produite"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__serial_numbers
|
|||
|
msgid "Produced Serial Numbers"
|
|||
|
msgstr "Numéros de séries produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__operation_id
|
|||
|
msgid "Produced in Operation"
|
|||
|
msgstr "Produit dans l'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model:ir.model,name:mrp.model_product_template
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__product_tmpl_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__product_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__product_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#, python-format
|
|||
|
msgid "Product"
|
|||
|
msgstr "Produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "Product Attachments"
|
|||
|
msgstr "Pièce-jointes du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__capacity_ids
|
|||
|
msgid "Product Capacities"
|
|||
|
msgstr "Capacités par produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Product Cost"
|
|||
|
msgstr "Coût du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__product_virtual_available
|
|||
|
msgid "Product Forecasted Quantity"
|
|||
|
msgstr "Quantité prévue du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__mrp_product_label_to_print
|
|||
|
msgid "Product Label to Print"
|
|||
|
msgstr "Étiquette de produit à imprimer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Product Labels"
|
|||
|
msgstr "Étiquettes de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__module_mrp_plm
|
|||
|
msgid "Product Lifecycle Management (PLM)"
|
|||
|
msgstr "Gestion de cycle de vie des produits (GCVP)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_move_line
|
|||
|
msgid "Product Moves (Stock Move Line)"
|
|||
|
msgstr "Mouvements de produit (Ligne de mouvement de stock)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__product_qty_available
|
|||
|
msgid "Product On Hand Quantity"
|
|||
|
msgstr "Quantité de produits en stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_production_graph
|
|||
|
msgid "Product Quantity"
|
|||
|
msgstr "Quantité de produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_product_replenish
|
|||
|
msgid "Product Replenish"
|
|||
|
msgstr "Réassort de produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__product_tmpl_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_tmpl_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_scrap__product_template
|
|||
|
msgid "Product Template"
|
|||
|
msgstr "Modèle de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__product_uom_id
|
|||
|
msgid "Product Unit of Measure"
|
|||
|
msgstr "Unité de mesure du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__product_uom_id
|
|||
|
msgid "Product UoM"
|
|||
|
msgstr "UdM du produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_product_product
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__product_id
|
|||
|
msgid "Product Variant"
|
|||
|
msgstr "Variante de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_product_variant_action
|
|||
|
#: model:ir.ui.menu,name:mrp.product_variant_mrp
|
|||
|
msgid "Product Variants"
|
|||
|
msgstr "Variantes de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_workcenter_capacity_unique_product
|
|||
|
msgid "Product capacity should be unique for each workcenter."
|
|||
|
msgstr "La capacité du produit doit être unique pour chaque poste de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Product to build..."
|
|||
|
msgstr "Produit à construire..."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_picking_label_type__production_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__production_id
|
|||
|
msgid "Production"
|
|||
|
msgstr "Production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__production_capacity
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__production_capacity
|
|||
|
msgid "Production Capacity"
|
|||
|
msgstr "Capacité de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__production_date
|
|||
|
msgid "Production Date"
|
|||
|
msgstr "Date de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_document
|
|||
|
msgid "Production Document"
|
|||
|
msgstr "Document de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Production Information"
|
|||
|
msgstr "Informations de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__production_location_id
|
|||
|
msgid "Production Location"
|
|||
|
msgstr "Emplacement de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,name:mrp.action_report_production_order
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move_line__production_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Production Order"
|
|||
|
msgstr "Ordre de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__raw_material_production_id
|
|||
|
msgid "Production Order for components"
|
|||
|
msgstr "Ordre de production pour les composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__production_id
|
|||
|
msgid "Production Order for finished products"
|
|||
|
msgstr "Ordre de production pour les produits finis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__production_state
|
|||
|
msgid "Production State"
|
|||
|
msgstr "Statut de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Production Workcenter"
|
|||
|
msgstr "Poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/mrp_forecasted/forecasted_details.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Production of Draft MO"
|
|||
|
msgstr "Production d'OF en brouillon"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Production started late"
|
|||
|
msgstr "Production démarrée en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_multi__production_ids
|
|||
|
msgid "Productions To Split"
|
|||
|
msgstr "Productions à fractionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter_productivity_loss_type__loss_type__productive
|
|||
|
msgid "Productive"
|
|||
|
msgstr "Productif"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__productive_time
|
|||
|
msgid "Productive Time"
|
|||
|
msgstr "Temps productif"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__productive_time
|
|||
|
msgid "Productive hours over the last month"
|
|||
|
msgstr "Heures productives dans le courant du dernier mois"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Productivity"
|
|||
|
msgstr "Productivité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workcenter_productivity_report_blocked
|
|||
|
msgid "Productivity Losses"
|
|||
|
msgstr "Pertes de productivité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.product_template_action
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_bom
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_product_form
|
|||
|
msgid "Products"
|
|||
|
msgstr "Produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__progress
|
|||
|
msgid "Progress Done (%)"
|
|||
|
msgstr "Progrès réalisé (%)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__propagate_cancel
|
|||
|
msgid "Propagate cancel and split"
|
|||
|
msgstr "Propager les annulations et les fractionnements"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__module_quality_control
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workcenter_productivity_loss_type__loss_type__quality
|
|||
|
msgid "Quality"
|
|||
|
msgstr "Qualité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Quality Losses"
|
|||
|
msgstr "Pertes de qualité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__module_quality_control_worksheet
|
|||
|
msgid "Quality Worksheet"
|
|||
|
msgstr "Feuille de travail qualité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__quant_ids
|
|||
|
msgid "Quant"
|
|||
|
msgstr "Qté"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__qty_produced
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__quantity
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_line_view_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Quantity"
|
|||
|
msgstr "Quantité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__qty_produced
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_production_graph
|
|||
|
msgid "Quantity Produced"
|
|||
|
msgstr "Quantité produite"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__qty_producing
|
|||
|
msgid "Quantity Producing"
|
|||
|
msgstr "Quantité en production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__qty_remaining
|
|||
|
msgid "Quantity To Be Produced"
|
|||
|
msgstr "Quantité à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__should_consume_qty
|
|||
|
msgid "Quantity To Consume"
|
|||
|
msgstr "Quantité à consommer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_change_production_qty__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__product_qty
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__quantity
|
|||
|
msgid "Quantity To Produce"
|
|||
|
msgstr "Quantité à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__production_capacity
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production_split__production_capacity
|
|||
|
msgid "Quantity that can be produced with the current stock of components"
|
|||
|
msgstr "Quantité pouvant être produite avec le stock actuel de composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "RAM"
|
|||
|
msgstr "RAM"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__rating_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__rating_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__rating_ids
|
|||
|
msgid "Ratings"
|
|||
|
msgstr "Évaluations"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__move_raw_ids
|
|||
|
msgid "Raw Moves"
|
|||
|
msgstr "Mouvements bruts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__reservation_state__assigned
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__ready
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
#, python-format
|
|||
|
msgid "Ready"
|
|||
|
msgstr "Prêt"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Ready to Produce"
|
|||
|
msgstr "Prêt à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Real Cost"
|
|||
|
msgstr "Coût réel"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Real Costs"
|
|||
|
msgstr "Coûts réels"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__duration
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__duration
|
|||
|
msgid "Real Duration"
|
|||
|
msgstr "Durée réelle"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Receipt"
|
|||
|
msgstr "Reçu"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Receipts"
|
|||
|
msgstr "Réceptions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Reception time estimation."
|
|||
|
msgstr "Estimation du temps de réception."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason4
|
|||
|
msgid "Reduced Speed"
|
|||
|
msgstr "Réduire la vitesse"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason6
|
|||
|
msgid "Reduced Yield"
|
|||
|
msgstr "Rendement réduit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__code
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__name
|
|||
|
msgid "Reference"
|
|||
|
msgstr "Référence"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_production_name_uniq
|
|||
|
msgid "Reference must be unique per Company!"
|
|||
|
msgstr "La référence doit être unique par société !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__origin
|
|||
|
msgid ""
|
|||
|
"Reference of the document that generated this production order request."
|
|||
|
msgstr ""
|
|||
|
"Référence du document à l'origine de la demande d'ordre de production."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Reference:"
|
|||
|
msgstr "Référence :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__ir_attachment_id
|
|||
|
msgid "Related attachment"
|
|||
|
msgstr "Pièce jointe associée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/widgets/mrp_workorder_popover.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Replan"
|
|||
|
msgstr "Reprogrammer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_line/mrp_mo_overview_line.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Replenish"
|
|||
|
msgstr "Réapprovisionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Replenish on Order (MTO)"
|
|||
|
msgstr "Réapprovisionner sur commande (MTO)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Replenishments"
|
|||
|
msgstr "Réassorts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_reporting
|
|||
|
msgid "Reporting"
|
|||
|
msgstr "Analyse"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Reserved"
|
|||
|
msgstr "Réservé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__resource_id
|
|||
|
msgid "Resource"
|
|||
|
msgstr "Ressource"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__res_field
|
|||
|
msgid "Resource Field"
|
|||
|
msgstr "Champ ressource"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__res_id
|
|||
|
msgid "Resource ID"
|
|||
|
msgstr "ID ressource"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__res_model
|
|||
|
msgid "Resource Model"
|
|||
|
msgstr "Modèle de la ressource"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__res_name
|
|||
|
msgid "Resource Name"
|
|||
|
msgstr "Nom de la ressource"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__user_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__user_id
|
|||
|
msgid "Responsible"
|
|||
|
msgstr "Responsable"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__activity_user_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__activity_user_id
|
|||
|
msgid "Responsible User"
|
|||
|
msgstr "Utilisateur responsable"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Resupply lead time."
|
|||
|
msgstr "Délai de réapprovisionnement."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_bom
|
|||
|
#, python-format
|
|||
|
msgid "Route"
|
|||
|
msgstr "Route"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "Routing"
|
|||
|
msgstr "Acheminement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__routing_line_ids
|
|||
|
msgid "Routing Lines"
|
|||
|
msgstr "Lignes d'acheminement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_tree_view
|
|||
|
msgid "Routing Work Centers"
|
|||
|
msgstr "Acheminement des postes de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_procurement_compute_mrp
|
|||
|
msgid "Run Scheduler"
|
|||
|
msgstr "Lancer le planificateur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__message_has_sms_error
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__message_has_sms_error
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__message_has_sms_error
|
|||
|
msgid "SMS Delivery error"
|
|||
|
msgstr "Erreur d'envoi SMS"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__date
|
|||
|
msgid "Schedule Date"
|
|||
|
msgstr "Date planifiée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Schedule manufacturing orders earlier to avoid delays"
|
|||
|
msgstr "Planifier les ordres de fabrication plus tôt pour éviter les retards"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Scheduled Date"
|
|||
|
msgstr "Date planifiée"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Scheduled before the previous work order, planned from %(start)s to %(end)s"
|
|||
|
msgstr ""
|
|||
|
"Planifié avant l'ordre de travail précédent, planifié du %(start)s au "
|
|||
|
"%(end)s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/widgets/mrp_workorder_popover.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Scheduling Information"
|
|||
|
msgstr "Informations de planification "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_scrap
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__scrap_ids
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_scrap
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Scrap"
|
|||
|
msgstr "Rebut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__scrap_count
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__scrap_count
|
|||
|
msgid "Scrap Move"
|
|||
|
msgstr "Mise au rebut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Scrap Products"
|
|||
|
msgstr "Mettre les produits au rebut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__scrap_ids
|
|||
|
msgid "Scraps"
|
|||
|
msgstr "Rebuts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_computer_desk_screw_product_template
|
|||
|
msgid "Screw"
|
|||
|
msgstr "Vis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
msgid "Search"
|
|||
|
msgstr "Rechercher"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
msgid "Search Bill Of Material"
|
|||
|
msgstr "Rechercher dans une nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Search Production"
|
|||
|
msgstr "Rechercher dans la production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Search Work Orders"
|
|||
|
msgstr "Recherche dans les ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_search
|
|||
|
msgid "Search for mrp workcenter"
|
|||
|
msgstr "Rechercher un poste de travail MRP"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Security Lead Time"
|
|||
|
msgstr "Délai de sécurité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_res_company__manufacturing_lead
|
|||
|
#: model:ir.model.fields,help:mrp.field_res_config_settings__manufacturing_lead
|
|||
|
msgid "Security days for each manufacturing operation."
|
|||
|
msgstr "Jours de sécurité pour chaque opération de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_routing.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Select Operations to Copy"
|
|||
|
msgstr "Sélectionner les opérations à copier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Selection not supported."
|
|||
|
msgstr "Sélection non prise en charge."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__sequence
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__sequence
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__sequence
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__sequence
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__sequence
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity_loss__sequence
|
|||
|
msgid "Sequence"
|
|||
|
msgstr "Séquence"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Sequence picking before manufacturing"
|
|||
|
msgstr "Séquence transfert avant fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Sequence production"
|
|||
|
msgstr "Séquence de production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Sequence stock after manufacturing"
|
|||
|
msgstr "Séquence stockage après fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "Serial Mass Produce"
|
|||
|
msgstr "Production de masse en série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
msgid "Set Quantities & Validate"
|
|||
|
msgstr "Définir les quantités & valider"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_change_production_qty_wizard
|
|||
|
msgid "Set Quantity"
|
|||
|
msgstr "Définir la quantité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_routing_workcenter__time_mode__manual
|
|||
|
msgid "Set duration manually"
|
|||
|
msgstr "Fixer la durée manuellement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid ""
|
|||
|
"Set the order that work orders should be processed in. Activate the feature "
|
|||
|
"within each BoM's Miscellaneous tab"
|
|||
|
msgstr ""
|
|||
|
"Définir l'ordre dans lequel les ordres de travail doivent être traités. "
|
|||
|
"Activer la fonctionnalité dans l'onglet Divers de chaque nomenclature."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_configuration
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_config
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Settings"
|
|||
|
msgstr "Paramètres"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__time_start
|
|||
|
msgid "Setup Time"
|
|||
|
msgstr "Temps de configuration"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__time_start
|
|||
|
msgid "Setup Time (minutes)"
|
|||
|
msgstr "Temps de configuration (en minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:mrp.workcenter.productivity.loss,name:mrp.block_reason2
|
|||
|
msgid "Setup and Adjustments"
|
|||
|
msgstr "Configuration et ajustements"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_allocation
|
|||
|
msgid "Show Allocation"
|
|||
|
msgstr "Afficher l'allocation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__show_apply
|
|||
|
msgid "Show Apply"
|
|||
|
msgstr "Afficher Appliquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__show_backorders
|
|||
|
msgid "Show Backorders"
|
|||
|
msgstr "Afficher les reliquats"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse_orderpoint__show_bom
|
|||
|
msgid "Show BoM column"
|
|||
|
msgstr "Afficher colonne nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_final_lots
|
|||
|
msgid "Show Final Lots"
|
|||
|
msgstr "Afficher les lots finaux"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_lock
|
|||
|
msgid "Show Lock/unlock buttons"
|
|||
|
msgstr "Afficher les boutons verrouiller/déverrouiller"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__show_json_popover
|
|||
|
msgid "Show Popover?"
|
|||
|
msgstr "Afficher popover ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_produce
|
|||
|
msgid "Show Produce"
|
|||
|
msgstr "Afficher Produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__show_produce_all
|
|||
|
msgid "Show Produce All"
|
|||
|
msgstr "Afficher Tout produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Show all records which has next action date is before today"
|
|||
|
msgstr ""
|
|||
|
"Montrez tous les enregistrements pour lesquels la date des prochaines "
|
|||
|
"actions est pour aujourd'hui ou avant. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder__show_backorder_lines
|
|||
|
msgid "Show backorder lines"
|
|||
|
msgstr "Afficher les lignes du reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/views/fields/google_slides_viewer.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Slides viewer"
|
|||
|
msgstr "Slides viewer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__leave_id
|
|||
|
msgid "Slot into workcenter calendar once planned"
|
|||
|
msgstr "Créneau dans le calendrier du poste de travail une fois planifié"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_computer_desk_head_product_template
|
|||
|
msgid "Solid wood is a durable natural material."
|
|||
|
msgstr "Le bois massif est un matériau durable."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_computer_desk_product_template
|
|||
|
msgid "Solid wood table."
|
|||
|
msgstr "Table en bois massif."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Some of your byproducts are tracked, you have to specify a manufacturing "
|
|||
|
"order in order to retrieve the correct byproducts."
|
|||
|
msgstr ""
|
|||
|
"Certains de vos sous-produits sont suivis, vous devez spécifier un ordre de "
|
|||
|
"fabrication afin de récupérer les sous-produits corrects."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Some of your components are tracked, you have to specify a manufacturing "
|
|||
|
"order in order to retrieve the correct components."
|
|||
|
msgstr ""
|
|||
|
"Certains de vos composants sont suivis, vous devez spécifier un ordre de "
|
|||
|
"fabrication afin de retrouver les bons composants."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid ""
|
|||
|
"Some product moves have already been confirmed, this manufacturing order "
|
|||
|
"can't be completely cancelled. Are you still sure you want to process?"
|
|||
|
msgstr ""
|
|||
|
"Certains mouvements de produit ont déjà été confirmés, cet ordre de "
|
|||
|
"fabrication ne peut pas être entièrement annulé. Êtes-vous sûr de vouloir "
|
|||
|
"continuer ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Some work orders are already done, so you cannot unplan this manufacturing order.\n"
|
|||
|
"\n"
|
|||
|
"It’d be a shame to waste all that progress, right?"
|
|||
|
msgstr ""
|
|||
|
"Certains ordres de travail sont déjà terminés, donc vous ne pouvez pas annuler la planification de cet ordre de fabrication. \n"
|
|||
|
"\n"
|
|||
|
"Ce serait dommage de gâcher tous ces progrès, n'est-ce pas ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Some work orders have already started, so you cannot unplan this manufacturing order.\n"
|
|||
|
"\n"
|
|||
|
"It’d be a shame to waste all that progress, right?"
|
|||
|
msgstr ""
|
|||
|
"Certains ordres de travail sont déjà lancés, donc vous ne pouvez pas annuler la planification de cet ordre de fabrication.\n"
|
|||
|
"\n"
|
|||
|
"Ce serait dommage de gâcher tous ces progrès, n'est-ce pas ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__origin
|
|||
|
msgid "Source"
|
|||
|
msgstr "Source"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__location_id
|
|||
|
msgid "Source Location"
|
|||
|
msgstr "Emplacement d'origine"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Specific Capacities"
|
|||
|
msgstr "Capacités spécifiques"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__capacity_ids
|
|||
|
msgid ""
|
|||
|
"Specific number of pieces that can be produced in parallel per product."
|
|||
|
msgstr ""
|
|||
|
"Nombre spécifique de pièces pouvant être fabriquées en parallèle par "
|
|||
|
"produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.server,name:mrp.action_production_order_split
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_form
|
|||
|
msgid "Split"
|
|||
|
msgstr "Fractionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__counter
|
|||
|
msgid "Split #"
|
|||
|
msgstr "Fractionnement #"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__production_detailed_vals_ids
|
|||
|
msgid "Split Details"
|
|||
|
msgstr "Détails du fractionnement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split_line__mrp_production_split_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_form
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_multi_form
|
|||
|
msgid "Split Production"
|
|||
|
msgstr "Fractionner la production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production_split_line
|
|||
|
msgid "Split Production Detail"
|
|||
|
msgstr "Détails du fractionnement de la production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__production_split_multi_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_split_multi_form
|
|||
|
msgid "Split Productions"
|
|||
|
msgstr "Fractionner les productions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_production_split
|
|||
|
msgid "Split production"
|
|||
|
msgstr "Fractionner la production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_production_split_multi
|
|||
|
msgid "Split productions"
|
|||
|
msgstr "Fractionner les productions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_computer_desk_screw_product_template
|
|||
|
msgid "Stainless steel screw"
|
|||
|
msgstr "Vis en acier inoxydable"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_computer_desk_bolt_product_template
|
|||
|
msgid "Stainless steel screw full (dia - 5mm, Length - 10mm)"
|
|||
|
msgstr "Vis en acier inoxydable (dia - 5mm, Longueur - 10mm)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Starred"
|
|||
|
msgstr "Favoris"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__date_start
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__date_start
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Start"
|
|||
|
msgstr "Lancer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__date_start
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
msgid "Start Date"
|
|||
|
msgstr "Date de début"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__state
|
|||
|
msgid "State"
|
|||
|
msgstr "Statut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__state
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__state
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
#, python-format
|
|||
|
msgid "Status"
|
|||
|
msgstr "Statut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__activity_state
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__activity_state
|
|||
|
msgid ""
|
|||
|
"Status based on activities\n"
|
|||
|
"Overdue: Due date is already passed\n"
|
|||
|
"Today: Activity date is today\n"
|
|||
|
"Planned: Future activities."
|
|||
|
msgstr ""
|
|||
|
"Statut basé sur les activités\n"
|
|||
|
"En retard : la date d'échéance est déjà dépassée\n"
|
|||
|
"Aujourd'hui : la date d'activité est aujourd'hui\n"
|
|||
|
"Planifiée : activités futures"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__sam_type_id
|
|||
|
msgid "Stock After Manufacturing Operation Type"
|
|||
|
msgstr "Type d'opération stockage après fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__sam_rule_id
|
|||
|
msgid "Stock After Manufacturing Rule"
|
|||
|
msgstr "Règle de stockage après fabrication "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_assign_serial
|
|||
|
msgid "Stock Assign Serial Numbers"
|
|||
|
msgstr "Assignation des numéros de série"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__production_availability
|
|||
|
msgid "Stock Availability"
|
|||
|
msgstr "Disponibilité des stocks"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_move
|
|||
|
msgid "Stock Move"
|
|||
|
msgstr "Mouvement de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__move_dest_ids
|
|||
|
msgid "Stock Movements of Produced Goods"
|
|||
|
msgstr "Mouvements de stock des marchandises produites"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_unbuild_moves
|
|||
|
msgid "Stock Moves"
|
|||
|
msgstr "Mouvements de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_report_stock_report_reception
|
|||
|
msgid "Stock Reception Report"
|
|||
|
msgstr "Rapport de réception de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_forecasted_product_product
|
|||
|
msgid "Stock Replenishment Report"
|
|||
|
msgstr "Rapport de réassorts de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_rule
|
|||
|
msgid "Stock Rule"
|
|||
|
msgstr "Règle de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warehouse__sam_loc_id
|
|||
|
msgid "Stock after Manufacturing Location"
|
|||
|
msgstr "Emplacement de stockage après fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_report_stock_report_stock_rule
|
|||
|
msgid "Stock rule report"
|
|||
|
msgstr "Rapport de règle de stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_warehouse.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Store Finished Product"
|
|||
|
msgstr "Stocker les produits finis"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__store_fname
|
|||
|
msgid "Stored Filename"
|
|||
|
msgstr "Nom du fichier enregistré"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__child_bom_id
|
|||
|
msgid "Sub BoM"
|
|||
|
msgstr "Sous-nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Subcontract the production of some products"
|
|||
|
msgstr "Sous-traiter la production de certains produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__module_mrp_subcontracting
|
|||
|
msgid "Subcontracting"
|
|||
|
msgstr "Sous-traitance"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_computer_desk_product_template
|
|||
|
msgid "Table"
|
|||
|
msgstr "Tableau"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_table_kit_product_template
|
|||
|
msgid "Table Kit"
|
|||
|
msgstr "Table en kit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_computer_desk_leg_product_template
|
|||
|
msgid "Table Leg"
|
|||
|
msgstr "Pied de table"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_computer_desk_head_product_template
|
|||
|
msgid "Table Top"
|
|||
|
msgstr "Dessus de table"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_table_kit_product_template
|
|||
|
msgid "Table kit"
|
|||
|
msgstr "Table en kit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__tag_ids
|
|||
|
msgid "Tag"
|
|||
|
msgstr "Étiquette"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_tag__name
|
|||
|
msgid "Tag Name"
|
|||
|
msgstr "Nom de l'étiquette"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__show_allocation
|
|||
|
msgid ""
|
|||
|
"Technical Field used to decide whether the button \"Allocation\" should be "
|
|||
|
"displayed."
|
|||
|
msgstr ""
|
|||
|
"Champ technique indiquant si le bouton Allocation doit être affiché ou non."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__has_routing_lines
|
|||
|
msgid "Technical field for workcenter views"
|
|||
|
msgstr "Champ technique pour les vues des postes de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__show_produce_all
|
|||
|
msgid "Technical field to check if produce all button can be shown"
|
|||
|
msgstr ""
|
|||
|
"Champ technique pour vérifier si le bouton Produire tout peut être affiché"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__show_produce
|
|||
|
msgid "Technical field to check if produce button can be shown"
|
|||
|
msgstr "Champ technique pour vérifier si le bouton Produire peut être affiché"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__reserve_visible
|
|||
|
msgid "Technical field to check when we can reserve quantities"
|
|||
|
msgstr ""
|
|||
|
"Champ technique pour vérifier quand les quantités peuvent être réservées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__unreserve_visible
|
|||
|
msgid "Technical field to check when we can unreserve"
|
|||
|
msgstr "Champ technique à cocher si nous pouvons annuler la réservation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_routing_workcenter__worksheet_type__text
|
|||
|
msgid "Text"
|
|||
|
msgstr "Texte"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__is_outdated_bom
|
|||
|
msgid "The BoM has been updated since creation of the MO"
|
|||
|
msgstr ""
|
|||
|
"La nomenclature a été mise à jour depuis la création de l'ordre de "
|
|||
|
"fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0 code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The Product Unit of Measure you chose has a different category than in the "
|
|||
|
"product form."
|
|||
|
msgstr ""
|
|||
|
"L'unité de mesure choisie est d'une autre catégorie que celle du formulaire "
|
|||
|
"du produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The Workorder (%s) cannot be started twice!"
|
|||
|
msgstr "L'ordre de travail (%s) ne peut pas être démarré deux fois !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The attribute value %(attribute)s set on product %(product)s does not match "
|
|||
|
"the BoM product %(bom_product)s."
|
|||
|
msgstr ""
|
|||
|
"La valeur d'attribut %(attribute)s définie pour le produit %(product)s ne "
|
|||
|
"correspond pas au produit de la nomenclature %(bom_product)s."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The capacity must be strictly positive."
|
|||
|
msgstr "La capacité doit être strictement positive."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The component %s should not be the same as the product to produce."
|
|||
|
msgstr "Le composant %s ne doit pas être le même que le produit à produire."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The current configuration is incorrect because it would create a cycle "
|
|||
|
"between these products: %s."
|
|||
|
msgstr ""
|
|||
|
"La configuration actuelle est incorrecte, parce qu'elle crée un cycle entre "
|
|||
|
"ces produits : %s."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_orderpoint.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The following replenishment order has been generated"
|
|||
|
msgstr "L'ordre de réapprovisionnement suivant a été généré"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__qty_produced
|
|||
|
msgid "The number of products already handled by this work order"
|
|||
|
msgstr "Le nombre de produits déjà pris en charge par cet ordre de travail "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__operation_id
|
|||
|
msgid ""
|
|||
|
"The operation where the components are consumed, or the finished products "
|
|||
|
"created."
|
|||
|
msgstr ""
|
|||
|
"L'opération pendant laquelle les composants sont utilisés, ou le produit "
|
|||
|
"fini créé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_byproduct__cost_share
|
|||
|
msgid ""
|
|||
|
"The percentage of the final production cost for this by-product line "
|
|||
|
"(divided between the quantity produced).The total of all by-products' cost "
|
|||
|
"share must be less than or equal to 100."
|
|||
|
msgstr ""
|
|||
|
"Le pourcentage du coût de fabrication final pour cette ligne de sous-"
|
|||
|
"produits (divisé entre la quantité fabriquée). Le total de la part des coûts"
|
|||
|
" de tous les sous-produits doit être inférieur ou égal à 100."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_move__cost_share
|
|||
|
msgid ""
|
|||
|
"The percentage of the final production cost for this by-product. The total "
|
|||
|
"of all by-products' cost share must be smaller or equal to 100."
|
|||
|
msgstr ""
|
|||
|
"Le pourcentage du coût de production final de ce sous-produit. Le total de "
|
|||
|
"la part des coûts de tous les sous-produits doit être inférieur ou égal à "
|
|||
|
"100."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The planned end date of the work order cannot be prior to the planned start "
|
|||
|
"date, please correct this to save the work order."
|
|||
|
msgstr ""
|
|||
|
"La date de fin planifiée de l'ordre de travail ne peut pas être antérieure à"
|
|||
|
" la date de début planifiée. Veuillez corriger les dates afin de pouvoir "
|
|||
|
"enregistrer l'ordre de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The product has already been used at least once, editing its structure may "
|
|||
|
"lead to undesirable behaviours. You should rather archive the product and "
|
|||
|
"create a new one with a new bill of materials."
|
|||
|
msgstr ""
|
|||
|
"Le produit a déjà été utilisé au moins une fois, la modification de sa "
|
|||
|
"structure peut entraîner des comportements indésirables. Vous devriez plutôt"
|
|||
|
" archiver le produit et en créer un nouveau avec une nouvelle nomenclature."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workorder__qty_reported_from_previous_wo
|
|||
|
msgid ""
|
|||
|
"The quantity already produced awaiting allocation in the backorders chain."
|
|||
|
msgstr ""
|
|||
|
"La quantité déjà fabriquée en attente d'allocation dans la chaîne des "
|
|||
|
"reliquats."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_bom_qty_positive
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_production_qty_positive
|
|||
|
#, python-format
|
|||
|
msgid "The quantity to produce must be positive!"
|
|||
|
msgstr "La quantité à produire doit être positive !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_unbuild_qty_positive
|
|||
|
msgid "The quantity to unbuild must be positive!"
|
|||
|
msgstr "La quantité à déconstruire doit être positive !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The serial number %(number)s used for byproduct %(product_name)s has already"
|
|||
|
" been produced"
|
|||
|
msgstr ""
|
|||
|
"Le numéro de série %(number)s utilisé par le sous-produit %(product_name)s a"
|
|||
|
" déjà été produit. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The serial number %(number)s used for component %(component)s has already "
|
|||
|
"been consumed"
|
|||
|
msgstr ""
|
|||
|
"Le numéro de série %(number)s utilisé pour le composant %(component)sa déjà "
|
|||
|
"été consommé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.constraint,message:mrp.constraint_mrp_workcenter_tag_tag_name_unique
|
|||
|
msgid "The tag name must be unique."
|
|||
|
msgstr "Le nom de l'étiquette doit être unique."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The total cost share for a BoM's by-products cannot exceed 100."
|
|||
|
msgstr ""
|
|||
|
"La part totale des coûts pour les sous-produits d'une nomenclature ne peut "
|
|||
|
"pas dépasser 100."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"The total cost share for a manufacturing order's by-products cannot exceed "
|
|||
|
"100."
|
|||
|
msgstr ""
|
|||
|
"La part totale des coûts des sous-produits d'un ordre de fabrication ne peut"
|
|||
|
" pas dépasser 100."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "The work order should have already been processed."
|
|||
|
msgstr "L'ordre de travail devrait déjà avoir été traité."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__theme_template_id
|
|||
|
msgid "Theme Template"
|
|||
|
msgstr "Modèle de thème"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/wizard/stock_assign_serial_numbers.py:0
|
|||
|
#, python-format
|
|||
|
msgid "There are more Serial Numbers than the Quantity to Produce"
|
|||
|
msgstr "Il y a plus de numéros de série que la quantité à produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid ""
|
|||
|
"There are no components to consume. Are you still sure you want to continue?"
|
|||
|
msgstr ""
|
|||
|
"Il n'y a pas de composants à consommer. Êtes-vous sûr de vouloir continuer ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "There is no defined calendar on workcenter %s."
|
|||
|
msgstr "Aucun calendrier n'est défini sur le poste de travail %s."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_unbuild_moves
|
|||
|
msgid "There's no product move yet"
|
|||
|
msgstr "Il n'y a pas encore de mouvement de produit"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__tz
|
|||
|
msgid ""
|
|||
|
"This field is used in order to define in which timezone the resources will "
|
|||
|
"work."
|
|||
|
msgstr ""
|
|||
|
"Ce champ est utilisé pour définir dans quel fuseau horaire les ressources "
|
|||
|
"travailleront."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter__time_efficiency
|
|||
|
msgid ""
|
|||
|
"This field is used to calculate the expected duration of a work order at "
|
|||
|
"this work center. For example, if a work order takes one hour and the "
|
|||
|
"efficiency factor is 100%, then the expected duration will be one hour. If "
|
|||
|
"the efficiency factor is 200%, however the expected duration will be 30 "
|
|||
|
"minutes."
|
|||
|
msgstr ""
|
|||
|
"Ce champ est utilisé pour calculer la durée prévue d'un ordre de travail à "
|
|||
|
"ce poste de travail. Par exemple, si un ordre de travail prend une heure et "
|
|||
|
"que le facteur d'efficacité est de 100 %, la durée prévue sera d'une heure. "
|
|||
|
"Si le facteur d'efficacité est de 200 %, la durée prévue sera de 30 minutes."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_line/mrp_bom_overview_line.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_line/mrp_bom_overview_line.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "This is a BoM of type Kit!"
|
|||
|
msgstr "Il s'agit d'une nomenclature de type kit !"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"This is the cost based on the BoM of the product. It is computed by summing "
|
|||
|
"the costs of the components and operations needed to build the product."
|
|||
|
msgstr ""
|
|||
|
"Il s'agit du coût basé sur la nomenclature du produit. Il est calculé en "
|
|||
|
"ajoutant les coûts des composants et opérations nécessaires à la fabrication"
|
|||
|
" du produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "This is the cost defined on the product."
|
|||
|
msgstr "Il s'agit du coût défini sur le produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_unbuild_moves
|
|||
|
msgid ""
|
|||
|
"This menu gives you the full traceability of inventory operations on a specific product.\n"
|
|||
|
" You can filter on the product to see all the past movements for the product."
|
|||
|
msgstr ""
|
|||
|
"Ce menu donne une traçabilité complète des opérations d'inventaire liées à un produit spécifique. \n"
|
|||
|
"Vous pouvez filtrer sur le produit pour voir tous les déplacements passés liés à cet article."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "This production has been merge in %s"
|
|||
|
msgstr "Cette production a été fusionnée en %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid "This production order has been created from Replenishment Report."
|
|||
|
msgstr "Cet ordre de production a été créé à partir du rapport de réassort."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "This serial number for product %s has already been produced"
|
|||
|
msgstr "Ce numéro de série pour le produit %s a déjà été produit."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__product_qty
|
|||
|
msgid ""
|
|||
|
"This should be the smallest quantity that this product can be produced in. "
|
|||
|
"If the BOM contains operations, make sure the work center capacity is "
|
|||
|
"accurate."
|
|||
|
msgstr ""
|
|||
|
"Il doit s'agir de la plus petite quantité dans laquelle ce produit peut être"
|
|||
|
" produit. Si la nomenclature contient des opérations, assurez-vous que la "
|
|||
|
"capacité du poste de travail est exacte."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__time_ids
|
|||
|
msgid "Time"
|
|||
|
msgstr "Temps"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__time_efficiency
|
|||
|
msgid "Time Efficiency"
|
|||
|
msgstr "Efficacité temporelle"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__time_ids
|
|||
|
msgid "Time Logs"
|
|||
|
msgstr "Registres des temps"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Time Tracking"
|
|||
|
msgstr "Suivi des temps"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Time Tracking: %(user)s"
|
|||
|
msgstr "Suivi du temps : %(user)s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter_capacity__time_stop
|
|||
|
msgid "Time in minutes for the cleaning."
|
|||
|
msgstr "Temps en minutes pour le nettoyage."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_workcenter_capacity__time_start
|
|||
|
msgid "Time in minutes for the setup."
|
|||
|
msgstr "Temps en minutes pour la configuration."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_routing_workcenter__time_cycle_manual
|
|||
|
msgid ""
|
|||
|
"Time in minutes:- In manual mode, time used- In automatic mode, supposed "
|
|||
|
"first time when there aren't any work orders yet"
|
|||
|
msgstr ""
|
|||
|
"Temps en minutes :- En mode manuel, temps utilisé- En mode automatique, "
|
|||
|
"supposé première fois lorsqu'il n'y a pas encore d'ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__tz
|
|||
|
msgid "Timezone"
|
|||
|
msgstr "Fuseau horaire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:digest.tip,name:mrp.digest_tip_mrp_0
|
|||
|
#: model_terms:digest.tip,tip_description:mrp.digest_tip_mrp_0
|
|||
|
msgid "Tip: Use tablets in the shop to control manufacturing"
|
|||
|
msgstr ""
|
|||
|
"Astuce : Utilisez des tablettes dans l'atelier pour contrôler la fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "To"
|
|||
|
msgstr "Vers"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_backorder_line__to_backorder
|
|||
|
msgid "To Backorder"
|
|||
|
msgstr "À mettre dans un reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__state__to_close
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "To Close"
|
|||
|
msgstr "À clôturer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__product_expected_qty_uom
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_production_components
|
|||
|
msgid "To Consume"
|
|||
|
msgstr "A consommer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "To Do"
|
|||
|
msgstr "À faire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "To Launch"
|
|||
|
msgstr "À lancer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_mo_overview.py:0
|
|||
|
#, python-format
|
|||
|
msgid "To Order"
|
|||
|
msgstr "À commander"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
msgid "To Process"
|
|||
|
msgstr "À traiter"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_stock_move_operations_finished
|
|||
|
msgid "To Produce"
|
|||
|
msgstr "À produire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_search_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Today Activities"
|
|||
|
msgstr "Activités du jour"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:product.template,description:mrp.product_product_wood_wear_product_template
|
|||
|
msgid "Top layer of a wood panel."
|
|||
|
msgstr "Couche supérieure d'un panneau en bois."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Total Cost of Components"
|
|||
|
msgstr "Coût total des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Total Cost of Operations"
|
|||
|
msgstr "Coût total des opérations"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Total Cost of Production"
|
|||
|
msgstr "Coût total de la production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_bom_tree_view
|
|||
|
msgid "Total Duration"
|
|||
|
msgstr "Durée totale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workorder_late_count
|
|||
|
msgid "Total Late Orders"
|
|||
|
msgstr "Total ordres en retard"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workorder_pending_count
|
|||
|
msgid "Total Pending Orders"
|
|||
|
msgstr "Nombre total d'ordres en attente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Total Qty"
|
|||
|
msgstr "Qté totale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_uom_qty
|
|||
|
msgid "Total Quantity"
|
|||
|
msgstr "Quantité totale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workorder_progress_count
|
|||
|
msgid "Total Running Orders"
|
|||
|
msgstr "Total des ordres en cours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_stock_move_operations_raw
|
|||
|
msgid "Total To Consume"
|
|||
|
msgstr "Total à consommer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Total duration"
|
|||
|
msgstr "Durée totale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Total expected duration"
|
|||
|
msgstr "Durée totale prévue"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__duration_expected
|
|||
|
msgid "Total expected duration (in minutes)"
|
|||
|
msgstr "Durée totale prévue (en minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Total real duration"
|
|||
|
msgstr "Durée réelle totale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__duration
|
|||
|
msgid "Total real duration (in minutes)"
|
|||
|
msgstr "Durée réelle totale (en minutes)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_picking_type_form_inherit_mrp
|
|||
|
msgid "Traceability"
|
|||
|
msgstr "Traçabilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_traceability_report
|
|||
|
msgid "Traceability Report"
|
|||
|
msgstr "Rapport de traçabilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_line__tracking
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__product_tracking
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__has_tracking
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__product_tracking
|
|||
|
msgid "Tracking"
|
|||
|
msgstr "Suivi"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_picking
|
|||
|
msgid "Transfer"
|
|||
|
msgstr "Transfert"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Transfers"
|
|||
|
msgstr "Transferts"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__type
|
|||
|
msgid "Type"
|
|||
|
msgstr "Type"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_picking_type__code
|
|||
|
msgid "Type of Operation"
|
|||
|
msgstr "Type d'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__activity_exception_decoration
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__activity_exception_decoration
|
|||
|
msgid "Type of the exception activity on record."
|
|||
|
msgstr "Type d'activité d'exception enregistrée."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Unable to split with more than the quantity to produce."
|
|||
|
msgstr "Impossible de fractionner avec plus que la quantité à fabriquer."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "Unblock"
|
|||
|
msgstr "Débloquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__unbuild_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view_simplified
|
|||
|
msgid "Unbuild"
|
|||
|
msgstr "Deconstruction"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_unbuild
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view_simplified
|
|||
|
msgid "Unbuild Order"
|
|||
|
msgstr "Ordre de deconstruction"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_unbuild
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_unbuild
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_unbuild_form_view
|
|||
|
msgid "Unbuild Orders"
|
|||
|
msgstr "Ordres de déconstruction"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Unbuild: %s"
|
|||
|
msgstr "Déconstruction : %s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__unbuild_ids
|
|||
|
msgid "Unbuilds"
|
|||
|
msgstr "Déconstructions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Unbuilt"
|
|||
|
msgstr "Déconstruire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_line/mrp_mo_overview_line.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Unfold"
|
|||
|
msgstr "Déplier"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrp_workorder
|
|||
|
msgid "Unit"
|
|||
|
msgstr "Unité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_table/mrp_bom_overview_table.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#, python-format
|
|||
|
msgid "Unit Cost"
|
|||
|
msgstr "Coût unitaire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview_display_filter/mrp_mo_overview_display_filter.js:0
|
|||
|
#, python-format
|
|||
|
msgid "Unit Costs"
|
|||
|
msgstr "Coûts unitaires"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__unit_factor
|
|||
|
msgid "Unit Factor"
|
|||
|
msgstr "Facteur unitaire"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/mo_overview/mrp_mo_overview.xml:0
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom_byproduct__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_consumption_warning_line__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__product_uom_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_warn_insufficient_qty_unbuild__product_uom_name
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mo_overview_content
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_bom_filter
|
|||
|
#, python-format
|
|||
|
msgid "Unit of Measure"
|
|||
|
msgstr "Unité de mesure"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__product_uom_id
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__product_uom_id
|
|||
|
msgid ""
|
|||
|
"Unit of Measure (Unit of Measure) is the unit of measurement for the "
|
|||
|
"inventory control"
|
|||
|
msgstr "L'unité de mesure est l'unité utilisée dans la gestion du stock"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Units"
|
|||
|
msgstr "Unités"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Unlock"
|
|||
|
msgstr "Débloquer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__group_unlocked_by_default
|
|||
|
msgid "Unlock Manufacturing Orders"
|
|||
|
msgstr "Déverrouiller les ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid ""
|
|||
|
"Unlock to adjust component demand during production, or consumed quantities "
|
|||
|
"once the manufacturing order is done."
|
|||
|
msgstr ""
|
|||
|
"Déverrouiller pour ajuster la demande de composants pendant la production ou"
|
|||
|
" les quantités consommées une fois l'ordre de fabrication terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_unlocked_by_default
|
|||
|
msgid "Unlocked by default"
|
|||
|
msgstr "Déverrouillé par défaut"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Unplan"
|
|||
|
msgstr "Déprogrammer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.server,name:mrp.mrp_production_action_unreserve_tree
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "Unreserve"
|
|||
|
msgstr "Annuler la réservation"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_tree_view
|
|||
|
msgid "UoM"
|
|||
|
msgstr "UdM"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
msgid "Update BoM"
|
|||
|
msgstr "Mettre à jour la nomenclature"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/views/mrp_documents_kanban/mrp_documents_kanban_controller.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Upload"
|
|||
|
msgstr "Charger"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "Upload your PDF file."
|
|||
|
msgstr "Téléchargez votre fichier PDF."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__priority__1
|
|||
|
msgid "Urgent"
|
|||
|
msgstr "Urgent"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__url
|
|||
|
msgid "Url"
|
|||
|
msgstr "Url"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_production_action
|
|||
|
msgid ""
|
|||
|
"Use Manufacturing Orders (MO) to build finished products while consuming "
|
|||
|
"components: i.e. 1 Table = 4 Table Legs + 1 Table Top"
|
|||
|
msgstr ""
|
|||
|
"Utilisez les ordres de fabrication (OF) pour construire des produits finis "
|
|||
|
"tout en consommant des composants : par ex. 1 table = 4 pieds de table + 1 "
|
|||
|
"dessus de table"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_mrp_workorder_dependencies
|
|||
|
msgid "Use Operation Dependencies"
|
|||
|
msgstr "Utiliser les dépendances d'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:res.groups,name:mrp.group_mrp_reception_report
|
|||
|
msgid "Use Reception Report with Manufacturing Orders"
|
|||
|
msgstr "Utiliser le rapport de réception indiquant les ordres de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_product_form_view_bom_button
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.product_template_form_view_bom_button
|
|||
|
msgid "Used In"
|
|||
|
msgstr "Utilisé dans"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__user_id
|
|||
|
#: model:res.groups,name:mrp.group_mrp_user
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "User"
|
|||
|
msgstr "Utilisateur"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid ""
|
|||
|
"Using a MPS report to schedule your reordering and manufacturing operations "
|
|||
|
"is useful if you have long lead time and if you produce based on sales "
|
|||
|
"forecasts."
|
|||
|
msgstr ""
|
|||
|
"Si vous disposez d'un délai long et si vous produisez en fonction de "
|
|||
|
"prévisions des ventes, un rapport PDP s'avère être utile pour planifier vos "
|
|||
|
"opérations de réapprovisionnement et de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production_split__valid_details
|
|||
|
msgid "Valid"
|
|||
|
msgstr "Valide"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_backorder_form
|
|||
|
msgid "Validate"
|
|||
|
msgstr "Valider"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_assign_serial__mark_as_done
|
|||
|
msgid "Valide all the productions after the split"
|
|||
|
msgstr "Valider toutes les productions après le fractionnement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/wizard/mrp_consumption_warning.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"Values cannot be set and validated because a Lot/Serial Number needs to be specified for a tracked product that is having its consumed amount increased:\n"
|
|||
|
"- "
|
|||
|
msgstr ""
|
|||
|
"Les valeurs ne peuvent pas être définies et validées parce qu'un numéro de lot/série doit être précisé pour un produit suivi dont la quantité consommée est augmentée :\n"
|
|||
|
"- "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#, python-format
|
|||
|
msgid "Variant"
|
|||
|
msgstr "Variante"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.report_mrporder
|
|||
|
msgid "Vendor ABC"
|
|||
|
msgstr "Fournisseur ABC"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_document__priority__3
|
|||
|
msgid "Very High"
|
|||
|
msgstr "Très élevé"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "View WorkOrder"
|
|||
|
msgstr "Voir l'ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "View and allocate manufactured quantities"
|
|||
|
msgstr "Visualiser et allouer les quantités fabriquées"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_warehouse_orderpoint__manufacturing_visibility_days
|
|||
|
msgid "Visibility Days applied on the manufacturing routes."
|
|||
|
msgstr "Jours de visibilité appliqués sur les routes de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__voice_ids
|
|||
|
msgid "Voice"
|
|||
|
msgstr "Voix"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__reservation_state__confirmed
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_production_type_kanban
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Waiting"
|
|||
|
msgstr "En attente"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_production__reservation_state__waiting
|
|||
|
msgid "Waiting Another Operation"
|
|||
|
msgstr "En attente d'une autre opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Waiting Availability"
|
|||
|
msgstr "En attente de disponibilité"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__pending
|
|||
|
msgid "Waiting for another WO"
|
|||
|
msgstr "En attente d'un autre ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_workorder__state__waiting
|
|||
|
msgid "Waiting for components"
|
|||
|
msgstr "En attente des composants"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Waiting the previous work order, planned from %(start)s to %(end)s"
|
|||
|
msgstr ""
|
|||
|
"En attente de l'ordre de travail précédent, prévu de %(start)s à %(end)s"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-javascript
|
|||
|
#: code:addons/mrp/static/src/components/bom_overview_control_panel/mrp_bom_overview_control_panel.xml:0
|
|||
|
#: model:ir.model,name:mrp.model_stock_warehouse
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__warehouse_id
|
|||
|
#, python-format
|
|||
|
msgid "Warehouse"
|
|||
|
msgstr "Entrepôt"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_stock_warn_insufficient_qty_unbuild
|
|||
|
msgid "Warn Insufficient Unbuild Quantity"
|
|||
|
msgstr "Prévenir en cas de quantité insuffisante non construite"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0 code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#: code:addons/mrp/models/stock_scrap.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Warning"
|
|||
|
msgstr "Avertissement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
msgid "Warnings"
|
|||
|
msgstr "Avertissements"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_wood_wear_product_template
|
|||
|
msgid "Wear Layer"
|
|||
|
msgstr "Couche d'usure"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_document__website_id
|
|||
|
msgid "Website"
|
|||
|
msgstr "Site Web"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_bom__website_message_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__website_message_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_unbuild__website_message_ids
|
|||
|
msgid "Website Messages"
|
|||
|
msgstr "Messages du site web"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__website_message_ids
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_production__website_message_ids
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_unbuild__website_message_ids
|
|||
|
msgid "Website communication history"
|
|||
|
msgstr "Historique de communication du site web"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom__picking_type_id
|
|||
|
msgid ""
|
|||
|
"When a procurement has a ‘produce’ route with a operation type set, it will "
|
|||
|
"try to create a Manufacturing Order for that product using a BoM of the same"
|
|||
|
" operation type. That allows to define stock rules which trigger different "
|
|||
|
"manufacturing orders with different BoMs."
|
|||
|
msgstr ""
|
|||
|
"Quand un approvisionnement a une route 'fabriquer' avec un type d'opération "
|
|||
|
"défini, le système essayera de créer un ordre de fabrication pour ce produit"
|
|||
|
" en utilisant une nomenclature qui a le même type d'opération. Cela permet "
|
|||
|
"de définir des règles de stock qui génèrent des ordres de fabrication avec "
|
|||
|
"différentes nomenclatures."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_bom_line__manual_consumption
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_move__manual_consumption
|
|||
|
msgid ""
|
|||
|
"When activated, then the registration of consumption for that component is recorded manually exclusively.\n"
|
|||
|
"If not activated, and any of the components consumption is edited manually on the manufacturing order, Odoo assumes manual consumption also."
|
|||
|
msgstr ""
|
|||
|
"Lorsqu'il est activé, l'enregistrement de la consommation pour ce composant est enregistré manuellement exclusivement.\n"
|
|||
|
"S'il n'est pas activé et que la consommation de l'un des composants est modifiée manuellement sur l'ordre de fabrication, Odoo suppose qu'il s'agit également d'une consommation manuelle."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__mrp_bom__ready_to_produce__asap
|
|||
|
msgid "When components for 1st operation are available"
|
|||
|
msgstr "Quand les composants pour la première opération sont disponibles."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_stock_warehouse__manufacture_to_resupply
|
|||
|
msgid ""
|
|||
|
"When products are manufactured, they can be manufactured in this warehouse."
|
|||
|
msgstr ""
|
|||
|
"Quand les produits sont fabriqués, ils peuvent l'être dans cet entrepôt."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_rule.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"When products are needed in <b>%s</b>, <br/> a manufacturing order is "
|
|||
|
"created to fulfill the need."
|
|||
|
msgstr ""
|
|||
|
"Quand il y a un besoin de produits dans <b>%s</b>, <br/> un ordre de "
|
|||
|
"fabrication est créé pour répondre à ce besoin."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:digest.tip,tip_description:mrp.digest_tip_mrp_0
|
|||
|
msgid ""
|
|||
|
"With the Odoo work center control panel, your worker can start work orders "
|
|||
|
"in the shop and follow instructions of the worksheet. Quality tests are "
|
|||
|
"perfectly integrated into the process. Workers can trigger feedback loops, "
|
|||
|
"maintenance alerts, scrap products, etc."
|
|||
|
msgstr ""
|
|||
|
"Grâce au panneau de commande du poste de travail d'Odoo, votre opérateur "
|
|||
|
"peut démarrer les ordres de travail dans l'atelier et suivre les "
|
|||
|
"instructions de la feuille de travail. Les contrôles qualité sont "
|
|||
|
"parfaitement intégrés dans la procédure. Les opérateurs peuvent déclencher "
|
|||
|
"des boucles de rétroaction, des alertes de maintenance, des produits de "
|
|||
|
"rebut, etc."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_consumption_warning
|
|||
|
msgid ""
|
|||
|
"Wizard in case of consumption in warning/strict and more component has been "
|
|||
|
"used for a MO (related to the bom)"
|
|||
|
msgstr ""
|
|||
|
"Assistant en cas de consommation en alerte/stricte et si plus de composants "
|
|||
|
"ont été utilisés pour un OF (par rapport à la nomenclature)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production_split_multi
|
|||
|
msgid "Wizard to Split Multiple Productions"
|
|||
|
msgstr "Assistant pour fractionner plusieurs productions"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production_split
|
|||
|
msgid "Wizard to Split a Production"
|
|||
|
msgstr "Assistant pour fractionner une production"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_production_backorder
|
|||
|
msgid "Wizard to mark as done or create back order"
|
|||
|
msgstr "Assistant pour marquer comme terminé ou créer un reliquat"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:product.template,name:mrp.product_product_wood_panel_product_template
|
|||
|
msgid "Wood Panel"
|
|||
|
msgstr "Panneau de bois"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__workcenter_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_capacity__workcenter_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__workcenter_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__workcenter_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_tree_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_workcenter_search
|
|||
|
msgid "Work Center"
|
|||
|
msgstr "Poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter_capacity
|
|||
|
msgid "Work Center Capacity"
|
|||
|
msgstr "Capacité du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__workcenter_load
|
|||
|
msgid "Work Center Load"
|
|||
|
msgstr "Chargement du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_workcenter_load_report_graph
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_workcenter_load_pivot
|
|||
|
msgid "Work Center Loads"
|
|||
|
msgstr "Chargements du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "Work Center Name"
|
|||
|
msgstr "Nom du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_routing_workcenter
|
|||
|
msgid "Work Center Usage"
|
|||
|
msgstr "Utilisation du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_work_center_load_graph
|
|||
|
msgid "Work Center load"
|
|||
|
msgstr "Chargement du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workcenter_action
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_view_resource_search_mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Work Centers"
|
|||
|
msgstr "Postes de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workcenter_kanban_action
|
|||
|
msgid "Work Centers Overview"
|
|||
|
msgstr "Tableau de bord des postes de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
msgid "Work Instruction"
|
|||
|
msgstr "Instruction de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.report,name:mrp.action_report_workorder
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workorder
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter_productivity__workorder_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__name
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move_line__workorder_id
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_scrap__workorder_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_workorder_form_view_filter
|
|||
|
msgid "Work Order"
|
|||
|
msgstr "Ordre de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_res_config_settings__group_mrp_workorder_dependencies
|
|||
|
msgid "Work Order Dependencies"
|
|||
|
msgstr "Dépendances des ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid ""
|
|||
|
"Work Order Operations allow you to create and manage the manufacturing "
|
|||
|
"operations that should be followed within your work centers in order to "
|
|||
|
"produce a product. They are attached to bills of materials that will define "
|
|||
|
"the required components."
|
|||
|
msgstr ""
|
|||
|
"Les opérations d'ordre de travail vous permettent de créer et gérer les "
|
|||
|
"opérations de fabrication qui devraient se suivre au sein des postes de "
|
|||
|
"travail dans l'optique de fabriquer le produit. Elle sont attachées aux "
|
|||
|
"nomenclatures qui vont définir les composants requis."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_stock_move__workorder_id
|
|||
|
msgid "Work Order To Consume"
|
|||
|
msgstr "Ordre de travail à consommer"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_routing_time
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_workorder_production_specific
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_work_orders
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workorder_mrp_production_form
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workorder_report
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workorder_todo
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__workorder_ids
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__workorder_ids
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_work_order_report
|
|||
|
#: model:ir.ui.menu,name:mrp.menu_mrp_workorder_todo
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "Work Orders"
|
|||
|
msgstr "Ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.mrp_workorder_workcenter_report
|
|||
|
msgid "Work Orders Performance"
|
|||
|
msgstr "Performances des ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_workorder_production
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_workorder_workcenter
|
|||
|
msgid "Work Orders Planning"
|
|||
|
msgstr "Planification des ordres de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "Work Sheet"
|
|||
|
msgstr "Feuille de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_production_work_order_search
|
|||
|
msgid "Work center"
|
|||
|
msgstr "Poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_work_orders
|
|||
|
msgid ""
|
|||
|
"Work orders are operations to do as part of a manufacturing order.\n"
|
|||
|
" Operations are defined in the bill of materials or added in the manufacturing order directly."
|
|||
|
msgstr ""
|
|||
|
"Les ordres de travail sont des opérations à effectuer dans le cadre d'un ordre de fabrication.\n"
|
|||
|
"Les opérations sont définies dans la nomenclature ou ajoutées directement dans l'ordre de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_production
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_production_specific
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.action_mrp_workorder_workcenter
|
|||
|
#: model_terms:ir.actions.act_window,help:mrp.mrp_workorder_todo
|
|||
|
msgid ""
|
|||
|
"Work orders are operations to do as part of a manufacturing order.\n"
|
|||
|
" Operations are defined in the bill of materials or added in the manufacturing order directly."
|
|||
|
msgstr ""
|
|||
|
"Les ordres de travail sont des opérations à effectuer dans le cadre d'un ordre de fabrication.\n"
|
|||
|
"Les opérations sont définies dans la nomenclature ou ajoutées directement dans l'ordre de fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Work orders in progress. Click to block work center."
|
|||
|
msgstr ""
|
|||
|
"Les ordres de travail en cours. Cliquez pour bloquer le poste de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_production__workcenter_id
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_filter
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_search_view
|
|||
|
msgid "Workcenter"
|
|||
|
msgstr "Poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid "Workcenter %s cannot be an alternative of itself."
|
|||
|
msgstr "Le poste de travail %s ne peut être une alternative à lui-même."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_graph_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_pie_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_pivot_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_tree_view
|
|||
|
msgid "Workcenter Productivity"
|
|||
|
msgstr "Productivité du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter_productivity
|
|||
|
msgid "Workcenter Productivity Log"
|
|||
|
msgstr "Journal de productivité du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_loss_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.oee_loss_tree_view
|
|||
|
msgid "Workcenter Productivity Loss"
|
|||
|
msgstr "Perte de productivité du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model,name:mrp.model_mrp_workcenter_productivity_loss
|
|||
|
msgid "Workcenter Productivity Losses"
|
|||
|
msgstr "Pertes de productivité du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__working_state
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__working_state
|
|||
|
msgid "Workcenter Status"
|
|||
|
msgstr "Statut du poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_kanban
|
|||
|
msgid "Workcenter blocked, click to unblock."
|
|||
|
msgstr "Poste de travail bloqué, cliquez pour le débloquer."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workcenter__resource_calendar_id
|
|||
|
msgid "Working Hours"
|
|||
|
msgstr "Heures de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__working_user_ids
|
|||
|
msgid "Working user on this work order."
|
|||
|
msgstr "Utilisateur travaillant sur cet ordre de travail."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_routing_workcenter__worksheet_type
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__worksheet
|
|||
|
msgid "Worksheet"
|
|||
|
msgstr "Feuille de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__worksheet_type
|
|||
|
msgid "Worksheet Type"
|
|||
|
msgstr "Type de feuille de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,field_description:mrp.field_mrp_workorder__worksheet_google_slide
|
|||
|
msgid "Worksheet URL"
|
|||
|
msgstr "URL de la feuille de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/stock_lot.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You are not allowed to create or edit a lot or serial number for the "
|
|||
|
"components with the operation type \"Manufacturing\". To change this, go on "
|
|||
|
"the operation type and tick the box \"Create New Lots/Serial Numbers for "
|
|||
|
"Components\"."
|
|||
|
msgstr ""
|
|||
|
"Vous n'êtes pas autorisé à créer ou modifier un numéro de lot/série pour des"
|
|||
|
" composants dans une opération de type \"Fabrication\". Pour changer cela, "
|
|||
|
"vous pouvez aller sur le type d'opération et sélectionner \"Créer nouveaux "
|
|||
|
"lots/numéros de série pour les composants\"."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields,help:mrp.field_mrp_document__type
|
|||
|
msgid ""
|
|||
|
"You can either upload a file from your computer or copy/paste an internet "
|
|||
|
"link to your file."
|
|||
|
msgstr ""
|
|||
|
"Vous pouvez soit charger un fichier depuis votre ordinateur, soit "
|
|||
|
"copier/coller une adresse internet qui y renvoie."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You can not create a kit-type bill of materials for products that have at "
|
|||
|
"least one reordering rule."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez pas créer une nomenclature de type kit pour les produits qui "
|
|||
|
"ont au moins une règle de réassort."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You can not delete a Bill of Material with running manufacturing orders.\n"
|
|||
|
"Please close or cancel it first."
|
|||
|
msgstr ""
|
|||
|
"Il n'est pas possible de supprimer une nomenclature liées à des ordres de fabrication en cours. \n"
|
|||
|
"Veuillez d'abord la fermer ou l'annuler."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You can only merge manufacturing orders of identical products with same BoM."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez fusionner que des ordres de fabrication de produits "
|
|||
|
"identiques avec la même nomenclature."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You can only merge manufacturing orders with no additional components or by-"
|
|||
|
"products."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez fusionner que des ordres de fabrication sans composants ou "
|
|||
|
"sous-produits supplémentaires."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You can only merge manufacturing with the same operation type"
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez fusionner de la fabrication qu'avec le même type d'opération"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You can only merge manufacturing with the same state."
|
|||
|
msgstr "Vous ne pouvez fusionner que de la fabrication avec le même statut."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You cannot change the workcenter of a work order that is in progress or "
|
|||
|
"done."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez changer le poste de travail d'un ordre de travail en cours ou"
|
|||
|
" terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot create a new Bill of Material from here."
|
|||
|
msgstr "Vous ne pouvez pas créer une nouvelle nomenclature à partir d'ici."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_routing.py:0
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot create cyclic dependency."
|
|||
|
msgstr "Vous ne pouvez pas créer une dépendance cyclique."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot delete an unbuild order if the state is 'Done'."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez pas supprimer un ordre de déconstruction qui est terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot have %s as the finished product and in the Byproducts"
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez avoir %s comme produit fini ainsi que dans les sous-produits"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot link this work order to another manufacturing order."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez pas lier cet ordre de travail à un autre ordre de "
|
|||
|
"fabrication."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot move a manufacturing order once it is cancelled or done."
|
|||
|
msgstr "Vous ne pouvez déplacer un ordre de fabrication terminé ou annulé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot produce the same serial number twice."
|
|||
|
msgstr "Vous ne pouvez pas produire le même numéro de série deux fois."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You cannot unbuild a undone manufacturing order."
|
|||
|
msgstr "Vous ne pouvez pas déconstruire un ordre de fabrication non terminé."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_bom.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You cannot use the 'Apply on Variant' functionality and simultaneously "
|
|||
|
"create a BoM for a specific variant."
|
|||
|
msgstr ""
|
|||
|
"Vous ne pouvez pas utiliser la fonctionnalité 'Appliquer sur la variante' et"
|
|||
|
" créer simultanément une nomenclature pour une variante spécifique."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_consumption_warning_form
|
|||
|
msgid ""
|
|||
|
"You consumed a different quantity than expected for the following products.\n"
|
|||
|
" <b invisible=\"consumption == 'strict'\">\n"
|
|||
|
" Please confirm it has been done on purpose.\n"
|
|||
|
" </b>\n"
|
|||
|
" <b invisible=\"consumption != 'strict'\">\n"
|
|||
|
" Please review your component consumption or ask a manager to validate\n"
|
|||
|
" <span invisible=\"mrp_production_count != 1\">this manufacturing order</span>\n"
|
|||
|
" <span invisible=\"mrp_production_count == 1\">these manufacturing orders</span>.\n"
|
|||
|
" </b>"
|
|||
|
msgstr ""
|
|||
|
"Vous avez consommé une quantité différente de celle prévue pour les produits suivants.\n"
|
|||
|
" <b invisible=\"consumption == 'strict'\">\n"
|
|||
|
" Veuillez confirmer que vous l'avez fait exprès.\n"
|
|||
|
" </b>\n"
|
|||
|
" <b invisible=\"consumption != 'strict'\">\n"
|
|||
|
" Veuillez revoir votre consommation de composants ou demander à un responsable de valider\n"
|
|||
|
" <span invisible=\"mrp_production_count != 1\">cet ordre de fabrication</span>\n"
|
|||
|
" <span invisible=\"mrp_production_count == 1\">ces ordres de fabrication</span>.\n"
|
|||
|
" </b>"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid ""
|
|||
|
"You have entered less serial numbers than the quantity to produce.<br/>\n"
|
|||
|
" Create a backorder if you expect to process the remaining quantities later.<br/>\n"
|
|||
|
" Do not create a backorder if you will not process the remaining products."
|
|||
|
msgstr ""
|
|||
|
"Vous avez encodé moins de numéros de série que la quantité à produire<br/>\n"
|
|||
|
" Créez un reliquat si vous pensez produire le reste plus tard.<br/>\n"
|
|||
|
" Ne créez pas un reliquat si vous ne voulez pas produire le reste. "
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You need at least two production orders to merge them."
|
|||
|
msgstr ""
|
|||
|
"Vous avez besoin d'au moins deux ordres de fabrication pour les fusionner."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You need to define at least one productivity loss in the category "
|
|||
|
"'Performance'. Create one from the Manufacturing app, menu: Configuration / "
|
|||
|
"Productivity Losses."
|
|||
|
msgstr ""
|
|||
|
"Vous devez définir au moins une perte de productivité dans la catégorie "
|
|||
|
"'Performances'. Créez-en une depuis l'application Fabrication, menu : "
|
|||
|
"Configuration / Pertes de Productivité."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You need to define at least one productivity loss in the category "
|
|||
|
"'Productivity'. Create one from the Manufacturing app, menu: Configuration /"
|
|||
|
" Productivity Losses."
|
|||
|
msgstr ""
|
|||
|
"Vous devez définir au moins une perte de productivité dans la catégorie "
|
|||
|
"'Productivité'. Créez-en une depuis l'application Fabrication, menu : "
|
|||
|
"Configuration / Pertes de Productivité."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workcenter.py:0
|
|||
|
#, python-format
|
|||
|
msgid ""
|
|||
|
"You need to define at least one unactive productivity loss in the category "
|
|||
|
"'Performance'. Create one from the Manufacturing app, menu: Configuration / "
|
|||
|
"Productivity Losses."
|
|||
|
msgstr ""
|
|||
|
"Vous devez définir au moins une perte de productivité non active dans la "
|
|||
|
"catégorie 'Performance'. Créez-en une depuis l'application Fabrication, menu"
|
|||
|
" : Configuration / Pertes de Productivité."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_workorder.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You need to provide a lot for the finished product."
|
|||
|
msgstr "Vous devez fournir un numéro de lot pour le produit fini."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You need to supply Lot/Serial Number for products and 'consume' them:"
|
|||
|
msgstr ""
|
|||
|
"Vous devez fournir un lot/numéro de série pour les produits et les "
|
|||
|
"'consommer' :"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.actions.act_window,name:mrp.action_mrp_production_backorder
|
|||
|
msgid "You produced less than initial demand"
|
|||
|
msgstr "Vous avez produit moins que la demande initiale"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_unbuild.py:0
|
|||
|
#, python-format
|
|||
|
msgid "You should provide a lot number for the final product."
|
|||
|
msgstr "Vous devriez fournir un numéro de lot pour le produit fini."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__done_mrp_lot_label_to_print__zpl
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__generated_mrp_lot_label_to_print__zpl
|
|||
|
#: model:ir.model.fields.selection,name:mrp.selection__stock_picking_type__mrp_product_label_to_print__zpl
|
|||
|
msgid "ZPL"
|
|||
|
msgstr "ZPL"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "cancelled"
|
|||
|
msgstr "annulé(s)"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.res_config_settings_view_form
|
|||
|
msgid "days"
|
|||
|
msgstr "jours"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid "e.g. SN0000001"
|
|||
|
msgstr "par ex. SN0000001"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_form_view_inherit
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "expected duration"
|
|||
|
msgstr "durée prévue"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.stock_warn_insufficient_qty_unbuild_form_view
|
|||
|
msgid "from location"
|
|||
|
msgstr "depuis l'emplacement"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_assign_serial_numbers_production
|
|||
|
msgid ""
|
|||
|
"have multiple lot reservations.<br/>\n"
|
|||
|
" Do you want to confirm anyway ?"
|
|||
|
msgstr ""
|
|||
|
"ont plusieurs réservations de lot.<br/>\n"
|
|||
|
" Voulez-vous tout de même confirmer ?"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid "it is added as a component in a manufacturing order"
|
|||
|
msgstr "ceci est ajouté en tant que composant dans un ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_bom_form_view
|
|||
|
msgid ""
|
|||
|
"it is moved via a transfer, such as a receipt or a delivery order for "
|
|||
|
"instance."
|
|||
|
msgstr ""
|
|||
|
"ceci est déplacé par un transfert, comme un reçu ou un bon de livraison par "
|
|||
|
"exemple."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "last"
|
|||
|
msgstr "derniers"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "manufacturing order"
|
|||
|
msgstr "ordre de fabrication"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "merged"
|
|||
|
msgstr "fusionné"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: code:addons/mrp/report/mrp_report_bom_structure.py:0
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
#, python-format
|
|||
|
msgid "minutes"
|
|||
|
msgstr "minutes"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "of"
|
|||
|
msgstr "de"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.view_mrp_document_form
|
|||
|
msgid "on"
|
|||
|
msgstr "le"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.exception_on_mo
|
|||
|
msgid "ordered instead of"
|
|||
|
msgstr "commandés au lieu de"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_workcenter_view
|
|||
|
msgid "per workcenter"
|
|||
|
msgstr "par poste de travail"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.production_message
|
|||
|
msgid "quantity has been updated."
|
|||
|
msgstr "quantité a été mise à jour."
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_production_workorder_tree_editable_view
|
|||
|
msgid "real duration"
|
|||
|
msgstr "durée réelle"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#. odoo-python
|
|||
|
#: code:addons/mrp/models/mrp_production.py:0
|
|||
|
#, python-format
|
|||
|
msgid "split"
|
|||
|
msgstr "fractionner"
|
|||
|
|
|||
|
#. module: mrp
|
|||
|
#: model_terms:ir.ui.view,arch_db:mrp.mrp_routing_workcenter_form_view
|
|||
|
msgid "work orders"
|
|||
|
msgstr "ordres de travail"
|