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

21 lines
1.1 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_invoice_line_stock_move_different_product">
<field name="text">The invoice line "%(line)s" is linked to stock moves of other products than "%(product)s".
This may compute a wrong COGS.</field>
</record>
<record model="ir.message" id="msg_move_cancel_anglo_saxon">
<field name="text">You cannot cancel move "%(move)s" because it is used for anglo-saxon accounting.</field>
</record>
<record model="ir.message" id="msg_move_delete_anglo_saxon">
<field name="text">You cannot delete move "%(move)s" because it is used for anglo-saxon accounting.</field>
</record>
<record model="ir.message" id="msg_move_quantity_greater">
<field name="text">Anglo-Saxon quantity cannot be greater than quantity.</field>
</record>
</data>
</tryton>