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

17 lines
827 B
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_move_cancel_fifo">
<field name="text">You cannot cancel move "%(move)s" because it is used for FIFO cost price calculation.</field>
</record>
<record model="ir.message" id="msg_move_delete_fifo">
<field name="text">You cannot delete move "%(move)s" because it is used for FIFO cost price calculation.</field>
</record>
<record model="ir.message" id="msg_move_fifo_quantity_greater">
<field name="text">The FIFO quantity on move cannot be greater than its quantity.</field>
</record>
</data>
</tryton>