Files
tradon/modules/stock/message.xml
2026-03-14 09:42:12 +00:00

154 lines
8.9 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_product_change_default_uom">
<field name="text">You cannot change the default unit of measure of a product which is associated with stock moves.</field>
</record>
<record model="ir.message" id="msg_product_change_type">
<field name="text">You cannot change the type of a product which is associated with stock moves.</field>
</record>
<record model="ir.message" id="msg_product_change_cost_price">
<field name="text">You cannot change the cost price of a product which is associated with stock moves.
You must use the "Modify Cost Price" wizard.</field>
</record>
<record model="ir.message" id="msg_product_quantities_max">
<field name="text">You cannot select more than %(max)s products to compute quantities.</field>
</record>
<record model="ir.message" id="msg_invalid_cost_price">
<field name="text">Invalid cost price "%(cost_price)s" for product "%(product)s" with exception "%(exception)s".</field>
</record>
<record model="ir.message" id="msg_invalid_cost_price_not_number">
<field name="text">The value "%(value)s" of "%(cost_price)s" for product "%(product)s" is not a number.</field>
</record>
<record model="ir.message" id="msg_location_invalid_type_for_moves">
<field name="text">You cannot change the type of location "%(location)s" to "%(type)s"
because the type does not support moves and location has existing moves.</field>
</record>
<record model="ir.message" id="msg_location_inactive_not_empty">
<field name="text">To inactivate location "%(location)s", you must empty it.</field>
</record>
<record model="ir.message" id="msg_period_close_date">
<field name="text">You cannot close periods with a date in the future or today.</field>
</record>
<record model="ir.message" id="msg_period_close_assigned_move">
<field name="text">To close the period "%(period)s", the assigned moves "%(moves)s" must be done or cancelled.</field>
</record>
<record model="ir.message" id="msg_shipment_planned_date">
<field name="text">Planned Date</field>
</record>
<record model="ir.message" id="msg_shipment_planned_date_help">
<field name="text">When the stock operation is expected to be completed.</field>
</record>
<record model="ir.message" id="msg_shipment_origin_planned_date">
<field name="text">Origin Planned Date</field>
</record>
<record model="ir.message" id="msg_shipment_origin_planned_date_help">
<field name="text">When the stock operation was initially expected to be completed.</field>
</record>
<record model="ir.message" id="msg_shipment_effective_date">
<field name="text">Effective Date</field>
</record>
<record model="ir.message" id="msg_shipment_effective_date_help">
<field name="text">When the stock operation was actually completed.</field>
</record>
<record model="ir.message" id="msg_shipment_delay">
<field name="text">Delay</field>
</record>
<record model="ir.message" id="msg_shipment_pack_inventory_done">
<field name="text">To pack shipment "%(shipment)s" you must do the inventory moves.</field>
</record>
<record model="ir.message" id="msg_shipment_delete_cancel">
<field name="text">To delete shipment "%(shipment)s" you must cancel it.</field>
</record>
<record model="ir.message" id="msg_shipment_check_quantity">
<field name="text">The quantities of shipment "%(shipment)s" are different by %(quantities)s.</field>
</record>
<record model="ir.message" id="msg_inventory_delete_cancel">
<field name="text">To delete inventory "%(inventory)s" you must cancel it.</field>
</record>
<record model="ir.message" id="msg_inventory_missing_empty_quantity">
<field name="text">To confirm the inventory "%(inventory)s" you must select an option for empty quantity.</field>
</record>
<record model="ir.message" id="msg_inventory_location_missing_lost_found">
<field name="text">To confirm the inventory "%(inventory)s" you must set a lost and found on a parent of location "%(location)s".</field>
</record>
<record model="ir.message" id="msg_inventory_line_unique">
<field name="text">Inventory line "%(line)s" is not unique on inventory "%(inventory)s".</field>
</record>
<record model="ir.message" id="msg_inventory_line_quantity_positive">
<field name="text">Inventory line quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_inventory_line_delete_cancel">
<field name="text">To delete inventory line "%(line)s" you must cancel inventory "%(inventory)s".</field>
</record>
<record model="ir.message" id="msg_inventory_count_create_line">
<field name="text">No existing line found for "%(search)s".</field>
</record>
<record model="ir.message" id="msg_erase_party_shipment">
<field name="text">You cannot erase party "%(party)s" while they have pending shipments with company "%(company)s".</field>
</record>
<record model="ir.message" id="msg_move_delete_draft_cancel">
<field name="text">To delete stock move "%(move)s" you must cancel it or reset its state to draft.</field>
</record>
<record model="ir.message" id="msg_move_modify_period_close">
<field name="text">To modify stock move "%(move)s" you must reopen period "%(period)s".</field>
</record>
<record model="ir.message" id="msg_move_modify_assigned">
<field name="text">To modify stock move "%(move)s" you must reset its state to draft.</field>
</record>
<record model="ir.message" id="msg_move_modify_done">
<field name="text">You cannot modify stock move "%(move)s" because it is done.</field>
</record>
<record model="ir.message" id="msg_move_modify_cancelled">
<field name="text">You cannot modify stock move "%(move)s" because it is cancelled.</field>
</record>
<record model="ir.message" id="msg_move_no_origin">
<field name="text">Stock moves "%(moves)s" have no origin.</field>
</record>
<record model="ir.message" id="msg_move_quantity_positive">
<field name="text">Move quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_move_internal_quantity_positive">
<field name="text">Internal move quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_move_from_to_location">
<field name="text">The source and destination of stock move must be different.</field>
</record>
<record model="ir.message" id="msg_move_effective_date_in_the_future">
<field name="text">The moves "%(moves)s" have effective dates in the future.</field>
</record>
<record model="ir.message" id="msg_stock_reporting_company">
<field name="text">Company</field>
</record>
<record model="ir.message" id="msg_stock_reporting_number">
<field name="text">Number</field>
</record>
<record model="ir.message" id="msg_stock_reporting_cost">
<field name="text">Cost</field>
</record>
<record model="ir.message" id="msg_stock_reporting_revenue">
<field name="text">Revenue</field>
</record>
<record model="ir.message" id="msg_stock_reporting_profit">
<field name="text">Profit</field>
</record>
<record model="ir.message" id="msg_stock_reporting_margin">
<field name="text">Margin</field>
</record>
<record model="ir.message" id="msg_stock_reporting_margin_trend">
<field name="text">Margin Trend</field>
</record>
<record model="ir.message" id="msg_stock_reporting_currency">
<field name="text">Currency</field>
</record>
<record model="ir.message" id="msg_product_location_quantity">
<field name="text">The product "%(product)s" has still some quantities in locations "%(locations)s" for company "%(company)s".</field>
</record>
<record model="ir.message" id="msg_product_location_quantity_description">
<field name="text">It is recommended to clear the stock from the storage locations before deactivating the product.</field>
</record>
</data>
</tryton>