trytond-production_lot_cost/message.xml

9 lines
313 B
XML

<?xml version="1.0"?>
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_uneven_costs">
<field name="text">The costs (%(move_unit_price)s) of the move (%(move)s) does not match the cost (%(lot_unit_price)s) of the lot (%(lot)s).</field>
</record>
</data>
</tryton>