654 lines
20 KiB
Plaintext
654 lines
20 KiB
Plaintext
# Translation of Flectra Server.
|
|
# This file contains the translation of the following modules:
|
|
# * rma
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Flectra Server 1.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2018-03-14 06:04+0000\n"
|
|
"PO-Revision-Date: 2018-03-14 06:04+0000\n"
|
|
"Last-Translator: <>\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: rma
|
|
#: model:mail.template,body_html:rma.email_template_notify_warranty_date
|
|
msgid "\n"
|
|
" % if object.is_website:\n"
|
|
" %if object.is_replacement:\n"
|
|
" <div>\n"
|
|
" <p>Dear ${object.partner_id.name}</p>\n"
|
|
" <p>We do hereby confirm the reception of your\n"
|
|
" request regarding replacement of products\n"
|
|
" <b>${object.rma_line.product_id.name}</b>, Please accept our apologies\n"
|
|
" for this incident.</p>\n"
|
|
" <p> As per your request, a new shipment for\n"
|
|
" <b>${object.rma_line.product_id.name}</b> will be created\n"
|
|
" soon and we will replace product.</p>\n"
|
|
" <p>We are sorry that this occurred and appreciate\n"
|
|
" your continued patronage, As a thanks for\n"
|
|
" being one of our best client.\n"
|
|
" Should you have any questions,\n"
|
|
" please do not hesitate to contact us.\n"
|
|
" </p>\n"
|
|
" <p>Thank You</p>\n"
|
|
" </div>\n"
|
|
" %else:\n"
|
|
" <div>\n"
|
|
" <p>Dear ${object.partner_id.name}</p>\n"
|
|
" <p>We do hereby confirm the reception of your\n"
|
|
" request regarding return of products\n"
|
|
" <b>${object.rma_line.product_id.name}</b>, Please accept our apologies\n"
|
|
" for this incident.</p>\n"
|
|
" <p>We are sorry that this occurred and appreciate\n"
|
|
" your continued patronage, As a thanks for\n"
|
|
" being one of our best client.\n"
|
|
" Should you have any questions,\n"
|
|
" please do not hesitate to contact us.\n"
|
|
" </p>\n"
|
|
" <p>Thank You</p>\n"
|
|
" </div>\n"
|
|
" %endif\n"
|
|
"\n"
|
|
" % else:\n"
|
|
" % if object.warranty_expire_line:\n"
|
|
" <div>\n"
|
|
" <p>Dear ${object.partner_id.name}</p>\n"
|
|
" <p>We are sorry to hear about the problem you have had\n"
|
|
" with your product.\n"
|
|
" </p>\n"
|
|
" <p> We would like to be able to make the necessary\n"
|
|
" adjustment at no charge to you,\n"
|
|
" but unfortunately the warranty is expired of\n"
|
|
" following products:\n"
|
|
" </p>\n"
|
|
" </div>\n"
|
|
"\n"
|
|
" <table border=\"1\" width=\"100%\">\n"
|
|
" <thead>\n"
|
|
" <tr>\n"
|
|
" <th>Product</th>\n"
|
|
" <th>Lot</th>\n"
|
|
" <th>Quantity</th>\n"
|
|
" <th>Warranty Date</th>\n"
|
|
" </tr>\n"
|
|
" </thead>\n"
|
|
" <tbody>\n"
|
|
" % for line in object.warranty_expire_line:\n"
|
|
" <tr>\n"
|
|
" <td>${line.product_id.name}</td>\n"
|
|
" <td>${line.lot_id.name}</td>\n"
|
|
" <td>${line.qty_expired}</td>\n"
|
|
" <td>${line.warranty_date}</td>\n"
|
|
" </tr>\n"
|
|
" % endfor\n"
|
|
" </tbody>\n"
|
|
" </table>\n"
|
|
" % else:\n"
|
|
" <div>\n"
|
|
" <p>Dear ${object.partner_id.name}</p>\n"
|
|
" <p>We are sorry to hear about the problem you have had\n"
|
|
" with your product.</p>\n"
|
|
" <p>We would like to be able to make the necessary\n"
|
|
" adjustment at no charge to you.\n"
|
|
" </p>\n"
|
|
" </div>\n"
|
|
" % endif\n"
|
|
" % endif\n"
|
|
"\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.template,subject:rma.email_template_notify_warranty_date
|
|
msgid "${object.name or 'n/a'}"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_request.py:150
|
|
#, python-format
|
|
msgid "Compose Email"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "Confirm"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: selection:rma.request,state:0
|
|
msgid "Confirmed"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "Create RMA"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_create_uid
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_create_uid
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_create_uid
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_create_uid
|
|
msgid "Created by"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_create_date
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_create_date
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_create_date
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_create_date
|
|
msgid "Created on"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_partner_id
|
|
msgid "Customer"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_qty_delivered
|
|
msgid "Delivered Quantity"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_picking_count
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_picking_ids
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "Delivery"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,name:rma.demo_product_1
|
|
#: model:product.template,name:rma.demo_product_1_product_template
|
|
#: model:stock.inventory.line,product_name:rma.demo_stock_inventory_line_1
|
|
msgid "Demo Product1"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,name:rma.demo_product_2
|
|
#: model:product.template,name:rma.demo_product_2_product_template
|
|
#: model:stock.inventory.line,product_name:rma.demo_stock_inventory_line_2
|
|
msgid "Demo Product2"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,name:rma.demo_product_3
|
|
#: model:product.template,name:rma.demo_product_3_product_template
|
|
msgid "Demo Product3"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,description:rma.demo_product_1
|
|
#: model:product.template,description:rma.demo_product_1_product_template
|
|
msgid "Demo product1\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,description:rma.demo_product_2
|
|
#: model:product.template,description:rma.demo_product_2_product_template
|
|
msgid "Demo product2\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:product.product,description:rma.demo_product_3
|
|
#: model:product.template,description:rma.demo_product_3_product_template
|
|
msgid "Demo product3\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_display_name
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_display_name
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_display_name
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_display_name
|
|
msgid "Display Name"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: selection:rma.request,state:0
|
|
msgid "Draft"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_qty_expired
|
|
msgid "Expired Quantity"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Group By"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_id
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_id
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_id
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_id
|
|
msgid "ID"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/wizard/stock_return_picking.py:16
|
|
#, python-format
|
|
msgid "It is not replacement request!"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason___last_update
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line___last_update
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request___last_update
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line___last_update
|
|
msgid "Last Modified on"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_write_uid
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_write_uid
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_write_uid
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_write_uid
|
|
msgid "Last Updated by"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_write_date
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_write_date
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_write_date
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_write_date
|
|
msgid "Last Updated on"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_warranty_date
|
|
msgid "Lot Warranty Date"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model,name:rma.model_stock_production_lot
|
|
msgid "Lot/Serial"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "My Requests"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,help:rma.return_request_action_reports
|
|
msgid "No Return request."
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/wizard/stock_return_picking.py:68
|
|
#, python-format
|
|
msgid "No products to return (only lines in Done state andnot fully returned yet can be returned)!"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_crm_team_returns_count
|
|
msgid "Number of returns"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Partner"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_picking_id
|
|
msgid "Picking Number"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_product_id
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_product_id
|
|
msgid "Product"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,description:rma.mt_replacement_create
|
|
msgid "Products have been replaced"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,description:rma.mt_request_return
|
|
msgid "Products have been returned"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.menu,name:rma.rma_request_menu
|
|
msgid "RMA"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
#: selection:rma.request,state:0
|
|
msgid "RMA Created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model,name:rma.model_rma_line
|
|
msgid "RMA Line"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.act_open_rma_line_view
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_rma_line
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_line_form
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "RMA Lines"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_name
|
|
#: model:ir.model.fields,field_description:rma.field_stock_picking_rma_id
|
|
msgid "RMA Order Number"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.act_open_rma_request_view
|
|
#: model:ir.actions.act_window,name:rma.action_open_rma_request_rmateam
|
|
#: model:ir.model,name:rma.model_rma_request
|
|
#: model:ir.ui.menu,name:rma.menu_request_rma
|
|
#: model:ir.ui.view,arch_db:rma.crm_team_rma_teams_view_kanban
|
|
#: model:ir.ui.view,arch_db:rma.rma_view_kanban
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "RMA Request"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_rma_id
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_rma_id
|
|
msgid "RMA Request Number"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,description:rma.mt_request_confirm
|
|
msgid "RMA Request has been\n"
|
|
" Confirmed"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,description:rma.mt_request_create
|
|
msgid "RMA Request is Created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "RMA Request type"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.crm_team_rma_teams_view_kanban
|
|
msgid "RMA Requests"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_return_reason_name
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_reason_id
|
|
#: model:ir.ui.view,arch_db:rma.view_return_reason_form
|
|
msgid "Reason"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_remark
|
|
msgid "Remark"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: selection:rma.request,state:0
|
|
msgid "Replacement Created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.action_open_replacement_request_rmateam
|
|
msgid "Replacement Request"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,name:rma.mt_replacement_create
|
|
#: model:mail.message.subtype,name:rma.mt_salesteam_request_replacement
|
|
msgid "Replacement created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_is_replacement
|
|
msgid "Replacement?"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.crm_team_rma_teams_view_kanban
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Replacements"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,name:rma.mt_request_confirm
|
|
#: model:mail.message.subtype,name:rma.mt_salesteam_request_confirm
|
|
msgid "Request Confirmed"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,name:rma.mt_request_create
|
|
#: model:mail.message.subtype,name:rma.mt_salesteam_request
|
|
msgid "Request Created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_date
|
|
msgid "Request Date"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Request Month"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_state
|
|
msgid "Request Status"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_type
|
|
msgid "Request Type"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "Requests for RMA"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_crm_team_use_return
|
|
msgid "Return"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model,name:rma.model_stock_return_picking
|
|
msgid "Return Picking"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_qty_return
|
|
msgid "Return Quantity"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.act_open_return_reason_view
|
|
#: model:ir.model,name:rma.model_return_reason
|
|
msgid "Return Reason"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.menu,name:rma.menu_return_reason
|
|
msgid "Return Reasons"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_line_graph
|
|
msgid "Return Request"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.return_request_action_reports
|
|
msgid "Return Requests"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:mail.message.subtype,name:rma.mt_request_return
|
|
#: model:mail.message.subtype,name:rma.mt_salesteam_request_return
|
|
msgid "Return created"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_line.py:35
|
|
#, python-format
|
|
msgid "Return quantity of %s should not be greater than ordered quantity."
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_line.py:40
|
|
#, python-format
|
|
msgid "Return quantity should not be 0."
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: selection:rma.request,type:0
|
|
msgid "Return/Replace"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Return/Replacement"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.crm_team_rma_teams_view_kanban
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Returns"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_sale_order_id
|
|
msgid "SO Number"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Sale Order"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model,name:rma.model_crm_team
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Sales Channel"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_line_filter
|
|
msgid "Search RMA Line"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "Search RMA Request"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
msgid "Send By Email"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_filter
|
|
msgid "State"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_move_line_id
|
|
msgid "Stock Move"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_warranty_expire_line_lot_id
|
|
msgid "Stock production lot"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_team_id
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_team_id
|
|
msgid "Team"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model,name:rma.model_stock_picking
|
|
msgid "Transfer"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_line_uom_id
|
|
msgid "UOM"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_user_id
|
|
msgid "User"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.actions.act_window,name:rma.act_open_warranty_expire_line_view
|
|
#: model:ir.model,name:rma.model_warranty_expire_line
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_warranty_expire_line
|
|
#: model:ir.ui.view,arch_db:rma.view_rma_request_form
|
|
#: model:ir.ui.view,arch_db:rma.view_warranty_expire_line_form
|
|
msgid "Warranty Expire Lines"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_stock_production_lot_warranty_date
|
|
msgid "Warranty Expiry Date"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: model:ir.model.fields,field_description:rma.field_rma_request_is_website
|
|
msgid "Website"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_line.py:30
|
|
#, python-format
|
|
msgid "You can only return %s quantity for product %s as its warranty has been expired."
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_request.py:187
|
|
#, python-format
|
|
msgid "You cannot delete a request which is not in draft state."
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/wizard/stock_return_picking.py:32
|
|
#, python-format
|
|
msgid "You may only return Done pickings"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/wizard/stock_return_picking.py:22
|
|
#, python-format
|
|
msgid "You may only return single picking at a time!"
|
|
msgstr ""
|
|
|
|
#. module: rma
|
|
#: code:addons/rma/models/rma_request.py:177
|
|
#, python-format
|
|
msgid "You must select rma lines!"
|
|
msgstr ""
|
|
|