15 lines
669 B
XML
Executable File
15 lines
669 B
XML
Executable File
<?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_quantity_greater">
|
|
<field name="text">Anglo-Saxon quantity cannot be greater than quantity.</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|