trytond-stock_unit_load/message.xml

73 lines
4.1 KiB
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data grouped="1">
<!-- stock.move -->
<record model="ir.message" id="msg_stock_move_ul_time_required">
<field name="text">Time in Unit load moves is required.</field>
</record>
<!-- stock.unit_load -->
<record model="ir.message" id="msg_stock_unit_load_wrong_move_date">
<field name="text">Cannot move unit load "%(unit_load)s" at date "%(date)s" because later moves exist.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_wrong_state">
<field name="text">Unit load "%(unit_load)s" must be in Done state before moving.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_wrong_move_location">
<field name="text">Cannot move unit load "%(unit_load)s" to Location "%(location)s". Check its movements.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_missing_return_location">
<field name="text">Cannot set location in returning move of product "%(product)s" of UL "%(unit_load)s" during its dropping process.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_wrong_dropped_qty">
<field name="text">Cannot drop more quantity (%(dropped_qty)s) than total quantity (%(quantity)s) in UL "%(unit_load)s".</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_state_origin">
<field name="text">Cannot change state of UL "%(unit_load)s" due to its last moves come from "%(origin)s".</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_missing_location">
<field name="text">Cannot find current location of UL "%(unit_load)s" from its moves.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_ul_not_available">
<field name="text">Unit load "%(unit_load)s" is not available.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_delete_done">
<field name="text">Cannot delete the Unit load "%(unit_load)s" on done production state.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_ul_done">
<field name="text">Unit load "%(unit_load)s" is done.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_check_qty_pos">
<field name="text">UL quantity must be positive</field>
</record>
<record model="ir.message" id="msg_move_date_in_the_future">
<field name="text">The moves of the unit load cannot be done because have date in future.</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_missing_at_warehouse">
<field name="text">Cannot drop UL "%(unit_load)s" without have warehouse at date.</field>
</record>
<!-- stock.unit_load.do_drop -->
<record model="ir.message" id="msg_stock_unit_load_do_drop_invalid_ul">
<field name="text">Cannot find Unit load "%(unit_load)s".</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_do_drop_not_available">
<field name="text">Unit load "%(unit_load)s" is not available.</field>
</record>
<!-- stock.shipment.internal -->
<record model="ir.message" id="msg_shipment_internal_wrong_ul_from_location">
<field name="text">Cannot move Unit Load "%(unit_load)s" from location "%(from_location)s" because it is on "%(location)s".</field>
</record>
<record model="ir.message" id="msg_stock_unit_load_wrong_warehouse">
<field name="text">Cannot move or drop UL "%(unit_load)s" to location "%(to_location)s" because it is on Warehouse "%(warehouse)s".</field>
</record>
<record model="ir.message" id="msg_move_without_end_date">
<field name="text">Cannot do UL "%(unit_load)s" with a move without end date.</field>
</record>
</data>
</tryton>