mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-26 10:52:04 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -1,22 +1,22 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * repair
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -52,7 +52,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ": Insufficient Quantity To Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -64,7 +63,7 @@ msgid ""
|
|||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n"
|
||||
" Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n"
|
||||
" <t t-if=\"object.invoice_method != 'none'\">\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" .<br>\n"
|
||||
|
|
@ -92,6 +91,11 @@ msgid ""
|
|||
" <span class=\"o_stat_text\">Invoices</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
msgid "<span class=\"o_stat_text\">Repairs</span>"
|
||||
|
|
@ -124,7 +128,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgid "<strong>Shipping address:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -135,7 +139,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
msgstr "<strong>Totaal</strong>"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
|
|
@ -221,7 +225,7 @@ msgstr ""
|
|||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__cancel
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__cancel
|
||||
msgid "Cancelled"
|
||||
msgstr ""
|
||||
msgstr "Gekanselleer"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_uom_category_id
|
||||
|
|
@ -232,9 +236,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__partner_id
|
||||
msgid ""
|
||||
"Choose partner for whom the order will be invoiced and delivered. You can "
|
||||
"find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered. You can find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -271,18 +273,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__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 ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
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 ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -299,7 +290,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_picking.py:0
|
||||
#, python-format
|
||||
msgid "Create Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -351,7 +341,7 @@ msgstr "Geldeenheid"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__partner_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Customer"
|
||||
msgstr ""
|
||||
msgstr "Klient"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__default_address_id
|
||||
|
|
@ -361,7 +351,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr ""
|
||||
msgstr "Afleweringsadres"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__name
|
||||
|
|
@ -407,13 +397,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid ""
|
||||
"Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgid "Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -511,8 +495,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking__is_repairable
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking_type__is_repairable
|
||||
msgid ""
|
||||
"If ticked, you will be able to directly create repair orders from a return."
|
||||
msgid "If ticked, you will be able to directly create repair orders from a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -542,13 +525,13 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoice_id
|
||||
msgid "Invoice"
|
||||
msgstr ""
|
||||
msgstr "Faktuur"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__invoice_line_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
msgstr "Faktuur Lyn"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoice_method
|
||||
|
|
@ -573,7 +556,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -605,16 +587,6 @@ msgstr ""
|
|||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laas Gewysig op"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_uid
|
||||
|
|
@ -653,11 +625,6 @@ msgstr ""
|
|||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
|
|
@ -700,22 +667,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No pricelist found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No product defined on fees."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -724,13 +682,6 @@ msgstr ""
|
|||
msgid "No repair order found. Let's create one!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__priority__0
|
||||
msgid "Normal"
|
||||
|
|
@ -739,9 +690,7 @@ msgstr "Normaal"
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Note that the warehouses of the return and repair locations don't match!"
|
||||
msgid "Note that the warehouses of the return and repair locations don't match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -756,7 +705,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -772,7 +721,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Only draft repairs can be confirmed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -796,12 +744,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
msgstr "Prys"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr ""
|
||||
msgstr "Pryslys"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__pricelist_id
|
||||
|
|
@ -824,7 +772,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
msgstr "Produk"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -877,17 +825,17 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
msgstr "Hoeveelheid"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__draft
|
||||
msgid "Quotation"
|
||||
msgstr ""
|
||||
msgstr "Kwotasie"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.actions.report,name:repair.action_report_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr ""
|
||||
msgstr "Kwotasie / Bestelling"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__quotation_notes
|
||||
|
|
@ -898,6 +846,11 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Kwotasies"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__rating_ids
|
||||
msgid "Ratings"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -984,7 +937,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_graph
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_pivot
|
||||
#, python-format
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1017,28 +969,24 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1050,7 +998,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_lot.py:0
|
||||
#, python-format
|
||||
msgid "Repair orders of %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1141,10 +1088,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgid "Selecting 'Before Repair' or 'After Repair' will allow you to generate invoice before or after the repair is done respectively. 'No invoice' means you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1160,7 +1104,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation lines with products: %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1209,7 +1152,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_fee__price_subtotal
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr ""
|
||||
msgstr "Subtotaal"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__name
|
||||
|
|
@ -1234,13 +1177,29 @@ msgstr ""
|
|||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_calculation_rounding_method
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__tax_calculation_rounding_method
|
||||
msgid "Tax calculation rounding method"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax excl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax incl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_tax
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Taxes"
|
||||
msgstr ""
|
||||
msgstr "Belasting"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.constraint,message:repair.constraint_repair_order_name
|
||||
|
|
@ -1250,17 +1209,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product unit of measure you chose has a different category than the "
|
||||
"product unit of measure."
|
||||
msgid "The product unit of measure you chose has a different category than the product unit of measure."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgid "The status of a repair line is set automatically to the one of the linked repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1283,7 +1237,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_total
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_total
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
msgstr "Totaal"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -1302,9 +1256,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__is_returned
|
||||
msgid ""
|
||||
"True if this repair is linked to a Return Order and the order is 'Done'. "
|
||||
"False otherwise."
|
||||
msgid "True if this repair is linked to a Return Order and the order is 'Done'. False otherwise."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1334,7 +1286,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Unit of Measure"
|
||||
msgstr ""
|
||||
msgstr "Maateenheid"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_untaxed
|
||||
|
|
@ -1363,8 +1315,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1387,55 +1338,36 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order once it has been confirmed. You must first"
|
||||
" cancel it."
|
||||
msgid "You can not delete a repair order once it has been confirmed. You must first cancel it."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order which is linked to an invoice which has "
|
||||
"been posted once."
|
||||
msgid "You can not delete a repair order which is linked to an invoice which has been posted once."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You can not enter negative quantities."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot cancel a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You have to select an invoice address in the repair form."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1444,13 +1376,7 @@ msgstr ""
|
|||
msgid "from location"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,report_name:repair.mail_template_repair_quotation
|
||||
msgid "{{ (object.name or '').replace('/','_') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,subject:repair.mail_template_repair_quotation
|
||||
msgid ""
|
||||
"{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgid "{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * repair
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -48,7 +48,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ": Insufficient Quantity To Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -60,7 +59,7 @@ msgid ""
|
|||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n"
|
||||
" Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n"
|
||||
" <t t-if=\"object.invoice_method != 'none'\">\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" .<br>\n"
|
||||
|
|
@ -88,6 +87,11 @@ msgid ""
|
|||
" <span class=\"o_stat_text\">Invoices</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
msgid "<span class=\"o_stat_text\">Repairs</span>"
|
||||
|
|
@ -120,7 +124,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgid "<strong>Shipping address:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -206,7 +210,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "መሰረዝ"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -217,7 +221,7 @@ msgstr ""
|
|||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__cancel
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__cancel
|
||||
msgid "Cancelled"
|
||||
msgstr ""
|
||||
msgstr "ተሰርዟል"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_uom_category_id
|
||||
|
|
@ -228,9 +232,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__partner_id
|
||||
msgid ""
|
||||
"Choose partner for whom the order will be invoiced and delivered. You can "
|
||||
"find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered. You can find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -244,7 +246,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__company_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
msgstr "ድርጅት"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.ui.menu,name:repair.repair_menu_config
|
||||
|
|
@ -267,18 +269,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__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 ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
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 ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -295,7 +286,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_picking.py:0
|
||||
#, python-format
|
||||
msgid "Create Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -347,7 +337,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__partner_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Customer"
|
||||
msgstr ""
|
||||
msgstr "ተባባሪ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__default_address_id
|
||||
|
|
@ -364,7 +354,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__name
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "ማብራርያ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__location_dest_id
|
||||
|
|
@ -403,13 +393,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid ""
|
||||
"Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgid "Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -456,7 +440,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
msgstr "በመደብ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__group
|
||||
|
|
@ -507,8 +491,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking__is_repairable
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking_type__is_repairable
|
||||
msgid ""
|
||||
"If ticked, you will be able to directly create repair orders from a return."
|
||||
msgid "If ticked, you will be able to directly create repair orders from a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -569,7 +552,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -601,16 +583,6 @@ msgstr ""
|
|||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_uid
|
||||
|
|
@ -649,11 +621,6 @@ msgstr ""
|
|||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
|
|
@ -696,22 +663,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No pricelist found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No product defined on fees."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -720,13 +678,6 @@ msgstr ""
|
|||
msgid "No repair order found. Let's create one!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__priority__0
|
||||
msgid "Normal"
|
||||
|
|
@ -735,9 +686,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Note that the warehouses of the return and repair locations don't match!"
|
||||
msgid "Note that the warehouses of the return and repair locations don't match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -752,7 +701,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -768,7 +717,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Only draft repairs can be confirmed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -792,12 +740,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
msgstr "ዋጋ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr ""
|
||||
msgstr "የዋጋ ዝርዝሮች"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__pricelist_id
|
||||
|
|
@ -820,7 +768,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
msgstr "እቃ"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -873,7 +821,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
msgstr "ብዛት"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__draft
|
||||
|
|
@ -896,6 +844,11 @@ msgstr ""
|
|||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__rating_ids
|
||||
msgid "Ratings"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
|
|
@ -980,7 +933,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_graph
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_pivot
|
||||
#, python-format
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1013,28 +965,24 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1046,7 +994,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_lot.py:0
|
||||
#, python-format
|
||||
msgid "Repair orders of %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1137,10 +1084,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgid "Selecting 'Before Repair' or 'After Repair' will allow you to generate invoice before or after the repair is done respectively. 'No invoice' means you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1156,7 +1100,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation lines with products: %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1185,7 +1128,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__state
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
msgstr "ሁኔታው"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__activity_state
|
||||
|
|
@ -1230,6 +1173,22 @@ msgstr ""
|
|||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_calculation_rounding_method
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__tax_calculation_rounding_method
|
||||
msgid "Tax calculation rounding method"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax excl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax incl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_id
|
||||
|
|
@ -1246,17 +1205,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product unit of measure you chose has a different category than the "
|
||||
"product unit of measure."
|
||||
msgid "The product unit of measure you chose has a different category than the product unit of measure."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgid "The status of a repair line is set automatically to the one of the linked repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1298,9 +1252,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__is_returned
|
||||
msgid ""
|
||||
"True if this repair is linked to a Return Order and the order is 'Done'. "
|
||||
"False otherwise."
|
||||
msgid "True if this repair is linked to a Return Order and the order is 'Done'. False otherwise."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1323,14 +1275,14 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Unit Price"
|
||||
msgstr ""
|
||||
msgstr "የአንዱ ዋጋ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_uom_name
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Unit of Measure"
|
||||
msgstr ""
|
||||
msgstr "መለክያ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_untaxed
|
||||
|
|
@ -1359,8 +1311,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1383,55 +1334,36 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order once it has been confirmed. You must first"
|
||||
" cancel it."
|
||||
msgid "You can not delete a repair order once it has been confirmed. You must first cancel it."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order which is linked to an invoice which has "
|
||||
"been posted once."
|
||||
msgid "You can not delete a repair order which is linked to an invoice which has been posted once."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You can not enter negative quantities."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot cancel a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You have to select an invoice address in the repair form."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1440,13 +1372,7 @@ msgstr ""
|
|||
msgid "from location"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,report_name:repair.mail_template_repair_quotation
|
||||
msgid "{{ (object.name or '').replace('/','_') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,subject:repair.mail_template_repair_quotation
|
||||
msgid ""
|
||||
"{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgid "{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>Total</strong>"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelled"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Customer"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Group By"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Invoice"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Invoice Line"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Invoiced"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Price"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Pricelist"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Product"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Quotations"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Taxes"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Unit Price"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unit of Measure"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Untaxed Amount"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_BO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea de factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Cotización"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Cotización / Pedido"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Cotizaciones"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"POT-Creation-Date: 2024-01-17 10:09+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/"
|
||||
|
|
@ -20,45 +20,29 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>Total</strong>"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__cancel
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__cancel
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__company_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__company_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__company_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
|
@ -70,18 +54,15 @@ msgid "Customer"
|
|||
msgstr "Cliente"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__name
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
|
@ -92,155 +73,53 @@ msgid "Group By"
|
|||
msgstr "Agrupar por"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__id
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoice_id
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__invoice_line_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea factura"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__invoiced
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__invoiced
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_warn_uncomplete_move__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Tarifa"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__product_id
|
||||
#: model:ir.model,name:repair.model_product_template
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__picking_product_id
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_uom_qty
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__product_uom_qty
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__quantity
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__draft
|
||||
msgid "Quotation"
|
||||
msgstr "Presupuesto"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.actions.report,name:repair.action_report_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Presupuesto / Pedido"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Presupuestos"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__state
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__state
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__price_subtotal
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_tax
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__price_total
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_total
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__price_unit
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio un."
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_uom_name
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Total neto"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr "Total neto"
|
||||
|
|
|
|||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>Total</strong>"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado(a)"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr "Dirección de Entrega"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea de Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Asociado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Lista de Precios"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Cotización"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Cotización / Orden"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Cotizaciones"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio Unitario"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de Medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Monto Libre de Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelada"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr "Dirección de entrega"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Tarifa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Presupuesto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Presupuesto / Pedido"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Presupuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>Total</strong>"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelada"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr "Dirección de entrega"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Tarifa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Cotización"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Cotización / Pedido"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Cotizaciones"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>Total</strong>"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por:"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr "Dirección de entrega"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea de factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Fecha de modificación"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima Actualización por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Lista de precios"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Presupuesto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Petición / Pedido"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Cotizaciones"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unitario"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de Medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañia"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Detalle de Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturada"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Socio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Lista de Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Cotización"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Cotizacion"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unitario"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de Medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Lista de precios"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Sub-Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio Unitario"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
|
|
@ -1,963 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-02 11:27+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${(object.name or '').replace('/','_')}"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "(<i>Remove</i>)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state
|
||||
msgid ""
|
||||
"* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n"
|
||||
"* The 'Confirmed' status is used when a user confirms the repair order.\n"
|
||||
"* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n"
|
||||
"* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n"
|
||||
"* The 'Done' status is set when repairing is completed.\n"
|
||||
"* The 'Cancelled' status is used when user cancel repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation
|
||||
msgid ""
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<data><p>Dear ${object.partner_id.name}</p>\n"
|
||||
" <p>\n"
|
||||
" Here is your repair order ${doc_name} <strong>${object.name}</strong>\n"
|
||||
" % if object.origin:\n"
|
||||
" (with reference: ${object.origin} )\n"
|
||||
" % endif\n"
|
||||
" % if object.invoice_method != 'none':\n"
|
||||
" amounting in <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}.</strong>\n"
|
||||
" % endif\n"
|
||||
" </p>\n"
|
||||
" <p>You can reply to this email if you have any questions.</p>\n"
|
||||
" <p>Thank you,</p>\n"
|
||||
" </data>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<i>(Add)</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Lot/Serial Number:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Operations</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Parts</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Printing Date:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Product to Repair:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "<strong>Warranty:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add internal notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Add quotation notes..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "After Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "Before Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:237
|
||||
#, python-format
|
||||
msgid "Can only confirm draft repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_cancel
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Cancel Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Cancel Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelada"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:249
|
||||
#, python-format
|
||||
msgid "Cannot cancel completed repairs."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid "Click to create a reparation order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Confirm Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
#: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:600
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:658
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id
|
||||
msgid "Current Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id
|
||||
msgid "Customer"
|
||||
msgstr "Cliente"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id
|
||||
msgid "Default Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id
|
||||
msgid "Delivery Address"
|
||||
msgstr "Dirección de entrega"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id
|
||||
msgid "Delivery Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id
|
||||
msgid "Dest. Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_make_invoice
|
||||
msgid "Do you really want to create the invoice(s)?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "End Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Fees"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Future Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group
|
||||
msgid "Group by partner invoice address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Guarantee limit by Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"In a repair order, you can detail the components you remove,\n"
|
||||
" add or replace and record the time you spent on the different\n"
|
||||
" operations."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:215
|
||||
#, python-format
|
||||
msgid "Insufficient Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id
|
||||
msgid "Inventory Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Invoice Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "Línea factura"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid "Invoice Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Invoice and shipping address:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:389
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Invoiced"
|
||||
msgstr "Facturado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id
|
||||
msgid "Invoicing Address"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Late Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice
|
||||
msgid "Make Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id
|
||||
msgid "Move created by the repair order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "My Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,invoice_method:0
|
||||
msgid "No Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:591
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:649
|
||||
#, python-format
|
||||
msgid "No Pricelist!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:312
|
||||
#, python-format
|
||||
msgid "No account defined for partner \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:338
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:366
|
||||
#, python-format
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:359
|
||||
#, python-format
|
||||
msgid "No product defined on Fees!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:598
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:656
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found !"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Parts"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist"
|
||||
msgstr "Tarifa"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id
|
||||
msgid "Pricelist of the selected partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Print Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty
|
||||
msgid "Product Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id
|
||||
msgid "Product to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id
|
||||
msgid "Products repaired are all belonging to this lot"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Quantity"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Quotation"
|
||||
msgstr "Presupuesto"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order
|
||||
msgid "Quotation / Order"
|
||||
msgstr "Presupuesto / Pedido"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes
|
||||
msgid "Quotation Notes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Quotations"
|
||||
msgstr "Presupuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Ready to Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair.line,type:0
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id
|
||||
msgid "Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_fee
|
||||
msgid "Repair Fees Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair_line
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Repair Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Order #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id
|
||||
msgid "Repair Order Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Repair Quotation #:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name
|
||||
msgid "Repair Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:203
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:408
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:436
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:419
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:251
|
||||
#, python-format
|
||||
msgid "Repair order is already invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20
|
||||
#, python-format
|
||||
msgid "Repair order is not invoiced."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Repaired"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.ui.menu,name:mrp_repair.menu_repair_order
|
||||
msgid "Repairs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree
|
||||
msgid "Repairs order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Search Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Send Quotation"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:540
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation line with product '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Show all records which has next action date is before today"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id
|
||||
msgid "Source Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Start Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal
|
||||
msgid "Subtotal"
|
||||
msgstr "Subtotal"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Product Unit of Measure you chose has a different category than in the "
|
||||
"product form."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: sql_constraint:mrp.repair:0
|
||||
msgid "The name of the Repair Order must be unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.actions.act_window,help:mrp_repair.action_repair_order_tree
|
||||
msgid ""
|
||||
"The repair order uses the warranty date on the Serial Number in\n"
|
||||
" order to know if whether the repair should be invoiced to the\n"
|
||||
" customer or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid ""
|
||||
"This operation will cancel the Repair process, but will not cancel it's "
|
||||
"Invoice. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "To be Invoiced"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Total amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: selection:mrp.repair,state:0
|
||||
msgid "Under Repair"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "Precio unidad"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Unit of Measure"
|
||||
msgstr "Unidad de medida"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed
|
||||
msgid "Untaxed Amount"
|
||||
msgstr "Base imponible"
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_repair_order_form
|
||||
msgid "Untaxed amount"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:175
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit
|
||||
msgid "Warranty Expiration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_repair.view_cancel_repair
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:300
|
||||
#, python-format
|
||||
msgid "You have to select a Partner Invoice Address in the repair form!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:593
|
||||
#: code:addons/mrp_repair/models/mrp_repair.py:651
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_traceability_report
|
||||
msgid "stock.traceability.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_repair
|
||||
#: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair
|
||||
msgid "stock.warn.insufficient.qty.repair"
|
||||
msgstr ""
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,22 +1,22 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * repair
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -52,7 +52,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ": Insufficient Quantity To Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -64,7 +63,7 @@ msgid ""
|
|||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n"
|
||||
" Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n"
|
||||
" <t t-if=\"object.invoice_method != 'none'\">\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" .<br>\n"
|
||||
|
|
@ -92,6 +91,11 @@ msgid ""
|
|||
" <span class=\"o_stat_text\">Invoices</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
msgid "<span class=\"o_stat_text\">Repairs</span>"
|
||||
|
|
@ -124,7 +128,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgid "<strong>Shipping address:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -232,9 +236,7 @@ msgstr "Category"
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__partner_id
|
||||
msgid ""
|
||||
"Choose partner for whom the order will be invoiced and delivered. You can "
|
||||
"find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered. You can find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -265,27 +267,14 @@ msgstr ""
|
|||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__confirmed
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Confirmed"
|
||||
msgstr ""
|
||||
msgstr "સમર્થિત"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__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 ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
msgstr ""
|
||||
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 "Conversion between Units of Measure can only occur if they belong to the same category. The conversion will be made based on the ratios."
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
|
|
@ -301,7 +290,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_picking.py:0
|
||||
#, python-format
|
||||
msgid "Create Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -409,13 +397,7 @@ msgstr "Draft"
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid ""
|
||||
"Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgid "Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -513,8 +495,7 @@ msgstr "If checked, some messages have a delivery error."
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking__is_repairable
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking_type__is_repairable
|
||||
msgid ""
|
||||
"If ticked, you will be able to directly create repair orders from a return."
|
||||
msgid "If ticked, you will be able to directly create repair orders from a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -575,7 +556,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -607,16 +587,6 @@ msgstr "Journal Entry"
|
|||
msgid "Journal Item"
|
||||
msgstr "Journal Item"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_uid
|
||||
|
|
@ -646,7 +616,7 @@ msgstr "Late Activities"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__location_id
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__location_id
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
msgstr "સ્થળ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_stock_lot
|
||||
|
|
@ -655,11 +625,6 @@ msgstr ""
|
|||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr "Main Attachment"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
|
|
@ -702,22 +667,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No pricelist found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No product defined on fees."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -726,13 +682,6 @@ msgstr ""
|
|||
msgid "No repair order found. Let's create one!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__priority__0
|
||||
msgid "Normal"
|
||||
|
|
@ -741,9 +690,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Note that the warehouses of the return and repair locations don't match!"
|
||||
msgid "Note that the warehouses of the return and repair locations don't match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -758,8 +705,8 @@ msgstr "Number of errors"
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr "Number of messages which requires an action"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_has_error_counter
|
||||
|
|
@ -774,7 +721,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Only draft repairs can be confirmed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -902,6 +848,11 @@ msgstr ""
|
|||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__rating_ids
|
||||
msgid "Ratings"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
|
|
@ -915,7 +866,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__type__remove
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "દૂર કરો"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_account_bank_statement_line__repair_ids
|
||||
|
|
@ -986,7 +937,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_graph
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_pivot
|
||||
#, python-format
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1019,28 +969,24 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1052,7 +998,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_lot.py:0
|
||||
#, python-format
|
||||
msgid "Repair orders of %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1143,10 +1088,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgid "Selecting 'Before Repair' or 'After Repair' will allow you to generate invoice before or after the repair is done respectively. 'No invoice' means you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1162,7 +1104,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation lines with products: %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1240,6 +1181,22 @@ msgstr "Tags"
|
|||
msgid "Tax"
|
||||
msgstr "Tax"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_calculation_rounding_method
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__tax_calculation_rounding_method
|
||||
msgid "Tax calculation rounding method"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax excl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax incl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__tax_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_id
|
||||
|
|
@ -1256,17 +1213,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product unit of measure you chose has a different category than the "
|
||||
"product unit of measure."
|
||||
msgid "The product unit of measure you chose has a different category than the product unit of measure."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgid "The status of a repair line is set automatically to the one of the linked repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1308,9 +1260,7 @@ msgstr "Transfer"
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__is_returned
|
||||
msgid ""
|
||||
"True if this repair is linked to a Return Order and the order is 'Done'. "
|
||||
"False otherwise."
|
||||
msgid "True if this repair is linked to a Return Order and the order is 'Done'. False otherwise."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1369,8 +1319,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "Warning"
|
||||
msgstr "Warning"
|
||||
|
||||
|
|
@ -1393,55 +1342,36 @@ msgstr "Website communication history"
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order once it has been confirmed. You must first"
|
||||
" cancel it."
|
||||
msgid "You can not delete a repair order once it has been confirmed. You must first cancel it."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order which is linked to an invoice which has "
|
||||
"been posted once."
|
||||
msgid "You can not delete a repair order which is linked to an invoice which has been posted once."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You can not enter negative quantities."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot cancel a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You have to select an invoice address in the repair form."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1450,13 +1380,7 @@ msgstr ""
|
|||
msgid "from location"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,report_name:repair.mail_template_repair_quotation
|
||||
msgid "{{ (object.name or '').replace('/','_') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,subject:repair.mail_template_repair_quotation
|
||||
msgid ""
|
||||
"{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgid "{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,25 +1,21 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * repair
|
||||
#
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
# Amkha VAYAPHATH <amkha.nazou@gmail.com>, 2023
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
#
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:27+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -38,7 +34,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "(update)"
|
||||
msgstr "(ຄິດໄລ່ມູນຄ່າໃໝ່)"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__state
|
||||
|
|
@ -55,7 +51,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ": Insufficient Quantity To Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -67,7 +62,7 @@ msgid ""
|
|||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n"
|
||||
" Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n"
|
||||
" <t t-if=\"object.invoice_method != 'none'\">\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" .<br>\n"
|
||||
|
|
@ -95,6 +90,11 @@ msgid ""
|
|||
" <span class=\"o_stat_text\">Invoices</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
msgid "<span class=\"o_stat_text\">Repairs</span>"
|
||||
|
|
@ -127,18 +127,18 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgid "<strong>Shipping address:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr "<strong>ໄລຍະເວລາຊໍາລະເງິນ:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr "<strong>ທັງໝົດ:</strong>"
|
||||
msgstr "<strong>ພະນັກງານຂາຍ:</strong>"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
|
|
@ -158,7 +158,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_ids
|
||||
msgid "Activities"
|
||||
msgstr "ກິດຈຳກຳ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_exception_decoration
|
||||
|
|
@ -168,7 +168,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_state
|
||||
msgid "Activity State"
|
||||
msgstr "ສະຖານະ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_type_icon
|
||||
|
|
@ -178,7 +178,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__type__add
|
||||
msgid "Add"
|
||||
msgstr "ເພີ່ມເຂົ້າ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -213,7 +213,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr "ຍົກເລີກ"
|
||||
msgstr "ຍົກເລີອກ"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -224,26 +224,24 @@ msgstr ""
|
|||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__cancel
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__cancel
|
||||
msgid "Cancelled"
|
||||
msgstr "ຖືກຍົກເລີກແລ້ວ"
|
||||
msgstr "ຍົກເລີກ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__product_uom_category_id
|
||||
msgid "Category"
|
||||
msgstr "ໝວດ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__partner_id
|
||||
msgid ""
|
||||
"Choose partner for whom the order will be invoiced and delivered. You can "
|
||||
"find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered. You can find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags__color
|
||||
msgid "Color Index"
|
||||
msgstr "ດັດຊະນີສີ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__company_id
|
||||
|
|
@ -256,7 +254,7 @@ msgstr "ບໍລິສັດ"
|
|||
#. module: repair
|
||||
#: model:ir.ui.menu,name:repair.repair_menu_config
|
||||
msgid "Configuration"
|
||||
msgstr "ການຕັ້ງຄ່າລະບົບ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -268,31 +266,20 @@ msgstr ""
|
|||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__confirmed
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Confirmed"
|
||||
msgstr "ຮັບຮູ້ເເລັວ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__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 ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
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 ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Create Invoice"
|
||||
msgstr "ວັນທີ່ສ້າງໃບຮັບເງິນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_repair_order_make_invoice
|
||||
|
|
@ -302,7 +289,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_picking.py:0
|
||||
#, python-format
|
||||
msgid "Create Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -321,7 +307,7 @@ msgstr ""
|
|||
#: model:ir.actions.act_window,name:repair.act_repair_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
msgid "Create invoices"
|
||||
msgstr "ສ້າງໃບເກັບເງິນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__create_uid
|
||||
|
|
@ -331,7 +317,7 @@ msgstr "ສ້າງໃບເກັບເງິນ"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ສ້າງໂດຍ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__create_date
|
||||
|
|
@ -341,20 +327,20 @@ msgstr "ສ້າງໂດຍ"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__create_date
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_date
|
||||
msgid "Created on"
|
||||
msgstr "ສ້າງເມື່ອ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__currency_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__currency_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__currency_id
|
||||
msgid "Currency"
|
||||
msgstr "ສະກຸນເງິນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__partner_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Customer"
|
||||
msgstr "ລູກຄ້າ"
|
||||
msgstr "ຄຸ່ຄ້າ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__default_address_id
|
||||
|
|
@ -386,7 +372,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ຊື່ເຕັມ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_warn_insufficient_qty_repair_form_view
|
||||
|
|
@ -401,22 +387,16 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__done
|
||||
msgid "Done"
|
||||
msgstr "ສໍາເລັດແລ້ວ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__state__draft
|
||||
msgid "Draft"
|
||||
msgstr "ຕົວທົດລອງ"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid ""
|
||||
"Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -433,7 +413,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Extra Info"
|
||||
msgstr "ຂໍ້ມູນເພີ່ມ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -463,7 +443,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Group By"
|
||||
msgstr "ຈັດຂໍ້ມູນຕາມ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice__group
|
||||
|
|
@ -488,7 +468,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__id
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__id
|
||||
msgid "ID"
|
||||
msgstr "ເລກລຳດັບ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_exception_icon
|
||||
|
|
@ -514,8 +494,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking__is_repairable
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking_type__is_repairable
|
||||
msgid ""
|
||||
"If ticked, you will be able to directly create repair orders from a return."
|
||||
msgid "If ticked, you will be able to directly create repair orders from a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -529,7 +508,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__internal_notes
|
||||
msgid "Internal Notes"
|
||||
msgstr "ບັນທຶກພາຍໃນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__move_id
|
||||
|
|
@ -551,7 +530,7 @@ msgstr "ໃບເກັບເງີນ"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_fee__invoice_line_id
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__invoice_line_id
|
||||
msgid "Invoice Line"
|
||||
msgstr "ລາຍການເກັບເງິນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoice_method
|
||||
|
|
@ -576,7 +555,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -606,17 +584,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "ລານການລົງບັນຊີ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ແກ້ໄຂລ້າສຸດເມື່ອ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
|
|
@ -626,7 +594,7 @@ msgstr "ແກ້ໄຂລ້າສຸດເມື່ອ"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ປັບປຸງລ້າສຸດໂດຍ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_date
|
||||
|
|
@ -636,7 +604,7 @@ msgstr "ປັບປຸງລ້າສຸດໂດຍ"
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ປັບປຸງລ້າສຸດເມື່ອ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
|
|
@ -656,11 +624,6 @@ msgstr ""
|
|||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
|
|
@ -689,7 +652,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_summary
|
||||
msgid "Next Activity Summary"
|
||||
msgstr "ເນື້ອໃນກິດຈະກຳຕໍ່ໄປ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_type_id
|
||||
|
|
@ -703,22 +666,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No pricelist found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No product defined on fees."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -727,24 +681,15 @@ msgstr ""
|
|||
msgid "No repair order found. Let's create one!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__priority__0
|
||||
msgid "Normal"
|
||||
msgstr "ທຳມະດາ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Note that the warehouses of the return and repair locations don't match!"
|
||||
msgid "Note that the warehouses of the return and repair locations don't match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -759,7 +704,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -775,7 +720,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Only draft repairs can be confirmed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -819,7 +763,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__priority
|
||||
msgid "Priority"
|
||||
msgstr "ບຸລິມະສິດ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__product_id
|
||||
|
|
@ -903,6 +847,11 @@ msgstr ""
|
|||
msgid "Quotations"
|
||||
msgstr "ໃບສະເໜີລາຄາ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__rating_ids
|
||||
msgid "Ratings"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
|
|
@ -987,7 +936,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_graph
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_pivot
|
||||
#, python-format
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1020,28 +968,24 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1053,7 +997,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_lot.py:0
|
||||
#, python-format
|
||||
msgid "Repair orders of %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1084,12 +1027,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.ui.menu,name:repair.repair_menu_reporting
|
||||
msgid "Reporting"
|
||||
msgstr "ບົດລາຍງານ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__user_id
|
||||
msgid "Responsible"
|
||||
msgstr "ຮັບຜິດຊອບ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_user_id
|
||||
|
|
@ -1125,7 +1068,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__sale_order_id
|
||||
msgid "Sale Order"
|
||||
msgstr "ໃບສັ່ງຊື້"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__sale_order_id
|
||||
|
|
@ -1144,10 +1087,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgid "Selecting 'Before Repair' or 'After Repair' will allow you to generate invoice before or after the repair is done respectively. 'No invoice' means you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1163,7 +1103,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation lines with products: %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1192,7 +1131,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__state
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Status"
|
||||
msgstr "ສະຖານະພາບ"
|
||||
msgstr "ສະພາບ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__activity_state
|
||||
|
|
@ -1230,12 +1169,28 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_tag_search
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_tag_tree
|
||||
msgid "Tags"
|
||||
msgstr "ເປົ້າໝາຍ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Tax"
|
||||
msgstr "ອາກອນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_calculation_rounding_method
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__tax_calculation_rounding_method
|
||||
msgid "Tax calculation rounding method"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax excl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax incl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__tax_id
|
||||
|
|
@ -1253,17 +1208,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product unit of measure you chose has a different category than the "
|
||||
"product unit of measure."
|
||||
msgid "The product unit of measure you chose has a different category than the product unit of measure."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgid "The status of a repair line is set automatically to the one of the linked repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1279,7 +1229,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Today Activities"
|
||||
msgstr "ກິດຈະກຳມື້ນີ້"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__price_total
|
||||
|
|
@ -1301,19 +1251,17 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_stock_picking
|
||||
msgid "Transfer"
|
||||
msgstr "ໂອນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__is_returned
|
||||
msgid ""
|
||||
"True if this repair is linked to a Return Order and the order is 'Done'. "
|
||||
"False otherwise."
|
||||
msgid "True if this repair is linked to a Return Order and the order is 'Done'. False otherwise."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__type
|
||||
msgid "Type"
|
||||
msgstr "ປະເພດ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__activity_exception_decoration
|
||||
|
|
@ -1330,7 +1278,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Unit Price"
|
||||
msgstr "ລາຄາຫົວໜ່ວຍ"
|
||||
msgstr "ລາຄາຫົວໜວຍ"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_uom_name
|
||||
|
|
@ -1366,10 +1314,9 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "Warning"
|
||||
msgstr "ການແຈ້ງເຕື່ອນ"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__guarantee_limit
|
||||
|
|
@ -1390,55 +1337,36 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order once it has been confirmed. You must first"
|
||||
" cancel it."
|
||||
msgid "You can not delete a repair order once it has been confirmed. You must first cancel it."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order which is linked to an invoice which has "
|
||||
"been posted once."
|
||||
msgid "You can not delete a repair order which is linked to an invoice which has been posted once."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You can not enter negative quantities."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot cancel a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You have to select an invoice address in the repair form."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1447,13 +1375,7 @@ msgstr ""
|
|||
msgid "from location"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,report_name:repair.mail_template_repair_quotation
|
||||
msgid "{{ (object.name or '').replace('/','_') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,subject:repair.mail_template_repair_quotation
|
||||
msgid ""
|
||||
"{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgid "{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,18 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * repair
|
||||
#
|
||||
# * mrp_repair
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:22+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||
"PO-Revision-Date: 2016-02-11 10:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -48,7 +50,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ": Insufficient Quantity To Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -60,7 +61,7 @@ msgid ""
|
|||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br>\n"
|
||||
" Here is your repair order <strong t-out=\"object.name or ''\">RO/00004</strong>\n"
|
||||
" <t t-if=\"object.invoice_method != 'none'\">\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.pricelist_id.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" amounting in <strong><t t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 100.00</t>.</strong><br>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" .<br>\n"
|
||||
|
|
@ -88,6 +89,11 @@ msgid ""
|
|||
" <span class=\"o_stat_text\">Invoices</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "<span class=\"o_stat_text\">Product Moves</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
msgid "<span class=\"o_stat_text\">Repairs</span>"
|
||||
|
|
@ -120,18 +126,18 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Shipping address :</strong>"
|
||||
msgid "<strong>Shipping address:</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total Without Taxes</strong>"
|
||||
msgstr ""
|
||||
msgstr "<strong>வரி இல்லாமல் மொத்த</strong>"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "<strong>Total</strong>"
|
||||
msgstr ""
|
||||
msgstr "<strong>மொத்தம்</strong>"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
|
|
@ -171,7 +177,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_line__type__add
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
msgstr "சேர்"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -206,7 +212,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_make_invoice
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "ரத்து"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -228,9 +234,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__partner_id
|
||||
msgid ""
|
||||
"Choose partner for whom the order will be invoiced and delivered. You can "
|
||||
"find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgid "Choose partner for whom the order will be invoiced and delivered. You can find a partner by its Name, TIN, Email or Internal Reference."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -244,7 +248,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__company_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
msgstr "நிறுவனம்"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.ui.menu,name:repair.repair_menu_config
|
||||
|
|
@ -267,18 +271,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:repair.field_repair_fee__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__product_uom_category_id
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__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 ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Couldn't find a pricelist line matching this product and quantity.\n"
|
||||
"You have to change either the product, the quantity or the pricelist."
|
||||
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 ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -295,7 +288,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_picking.py:0
|
||||
#, python-format
|
||||
msgid "Create Repair"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -324,7 +316,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__create_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
msgstr "உருவாக்கியவர்"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__create_date
|
||||
|
|
@ -335,6 +327,8 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
"உருவாக்கப்பட்ட \n"
|
||||
"தேதி"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__currency_id
|
||||
|
|
@ -364,7 +358,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__name
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "விளக்கம்"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__location_dest_id
|
||||
|
|
@ -379,7 +373,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__display_name
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
msgstr "காட்சி பெயர்"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.stock_warn_insufficient_qty_repair_form_view
|
||||
|
|
@ -403,13 +397,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid ""
|
||||
"Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model,name:repair.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgid "Draft invoices for this order will be cancelled. Do you confirm the action?"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -481,7 +469,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__id
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__activity_exception_icon
|
||||
|
|
@ -507,8 +495,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking__is_repairable
|
||||
#: model:ir.model.fields,help:repair.field_stock_picking_type__is_repairable
|
||||
msgid ""
|
||||
"If ticked, you will be able to directly create repair orders from a return."
|
||||
msgid "If ticked, you will be able to directly create repair orders from a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -538,7 +525,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__invoice_id
|
||||
msgid "Invoice"
|
||||
msgstr ""
|
||||
msgstr "விலைப்பட்டியல்"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__invoice_line_id
|
||||
|
|
@ -569,7 +556,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Invoice created"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -601,16 +587,6 @@ msgstr ""
|
|||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order_make_invoice____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_tags____last_update
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__write_uid
|
||||
|
|
@ -619,7 +595,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_uid
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_fee__write_date
|
||||
|
|
@ -629,7 +605,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_tags__write_date
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
|
|
@ -649,11 +625,6 @@ msgstr ""
|
|||
msgid "Lot/Serial"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
|
|
@ -696,22 +667,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "No account defined for product \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No pricelist found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No product defined on fees."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -720,13 +682,6 @@ msgstr ""
|
|||
msgid "No repair order found. Let's create one!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "No valid pricelist line found."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__priority__0
|
||||
msgid "Normal"
|
||||
|
|
@ -735,9 +690,7 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Note that the warehouses of the return and repair locations don't match!"
|
||||
msgid "Note that the warehouses of the return and repair locations don't match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -752,7 +705,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -768,7 +721,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Only draft repairs can be confirmed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -820,7 +772,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_id
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
msgstr "தயாரிப்பு"
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
|
|
@ -873,7 +825,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_tree
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
msgstr "அளவு"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields.selection,name:repair.selection__repair_order__state__draft
|
||||
|
|
@ -896,6 +848,11 @@ msgstr ""
|
|||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__rating_ids
|
||||
msgid "Ratings"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form_filter
|
||||
msgid "Ready To Repair"
|
||||
|
|
@ -980,7 +937,6 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:repair.stock_production_lot_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_graph
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_pivot
|
||||
#, python-format
|
||||
msgid "Repair Orders"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1013,28 +969,24 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be canceled in order to reset it to draft."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be confirmed before starting reparation."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be repaired in order to make the product moves."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Repair must be under repair in order to end reparation."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1046,7 +998,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/stock_lot.py:0
|
||||
#, python-format
|
||||
msgid "Repair orders of %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1137,10 +1088,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__invoice_method
|
||||
msgid ""
|
||||
"Selecting 'Before Repair' or 'After Repair' will allow you to generate "
|
||||
"invoice before or after the repair is done respectively. 'No invoice' means "
|
||||
"you don't want to generate invoice for this repair order."
|
||||
msgid "Selecting 'Before Repair' or 'After Repair' will allow you to generate invoice before or after the repair is done respectively. 'No invoice' means you don't want to generate invoice for this repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1156,7 +1104,6 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "Serial number is required for operation lines with products: %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1228,6 +1175,22 @@ msgstr ""
|
|||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Tax"
|
||||
msgstr "வரி"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__tax_calculation_rounding_method
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_order__tax_calculation_rounding_method
|
||||
msgid "Tax calculation rounding method"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax excl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model_terms:ir.ui.view,arch_db:repair.view_repair_order_form
|
||||
msgid "Tax incl."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1236,7 +1199,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_order__amount_tax
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Taxes"
|
||||
msgstr ""
|
||||
msgstr "வரி"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.constraint,message:repair.constraint_repair_order_name
|
||||
|
|
@ -1246,17 +1209,12 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product unit of measure you chose has a different category than the "
|
||||
"product unit of measure."
|
||||
msgid "The product unit of measure you chose has a different category than the product unit of measure."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_line__state
|
||||
msgid ""
|
||||
"The status of a repair line is set automatically to the one of the linked "
|
||||
"repair order."
|
||||
msgid "The status of a repair line is set automatically to the one of the linked repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
|
|
@ -1298,15 +1256,13 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__is_returned
|
||||
msgid ""
|
||||
"True if this repair is linked to a Return Order and the order is 'Done'. "
|
||||
"False otherwise."
|
||||
msgid "True if this repair is linked to a Return Order and the order is 'Done'. False otherwise."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_repair_line__type
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
msgstr "வகை"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,help:repair.field_repair_order__activity_exception_decoration
|
||||
|
|
@ -1323,7 +1279,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:repair.field_repair_line__price_unit
|
||||
#: model_terms:ir.ui.view,arch_db:repair.report_repairorder
|
||||
msgid "Unit Price"
|
||||
msgstr ""
|
||||
msgstr "அலகு விலை"
|
||||
|
||||
#. module: repair
|
||||
#: model:ir.model.fields,field_description:repair.field_stock_warn_insufficient_qty_repair__product_uom_name
|
||||
|
|
@ -1359,8 +1315,7 @@ msgstr ""
|
|||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1383,55 +1338,36 @@ msgstr ""
|
|||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order once it has been confirmed. You must first"
|
||||
" cancel it."
|
||||
msgid "You can not delete a repair order once it has been confirmed. You must first cancel it."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not delete a repair order which is linked to an invoice which has "
|
||||
"been posted once."
|
||||
msgid "You can not delete a repair order which is linked to an invoice which has been posted once."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You can not enter negative quantities."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot cancel a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete a completed repair order."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0 code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You have to select a pricelist in the Repair form !\n"
|
||||
" Please set one before choosing a product."
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#. odoo-python
|
||||
#: code:addons/repair/models/repair.py:0
|
||||
#, python-format
|
||||
msgid "You have to select an invoice address in the repair form."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1440,13 +1376,7 @@ msgstr ""
|
|||
msgid "from location"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,report_name:repair.mail_template_repair_quotation
|
||||
msgid "{{ (object.name or '').replace('/','_') }}"
|
||||
msgstr ""
|
||||
|
||||
#. module: repair
|
||||
#: model:mail.template,subject:repair.mail_template_repair_quotation
|
||||
msgid ""
|
||||
"{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgid "{{ object.partner_id.name }} Repair Orders (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1825
odoo-bringout-oca-ocb-repair/repair/i18n/uz.po
Normal file
1825
odoo-bringout-oca-ocb-repair/repair/i18n/uz.po
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue