first commit
This commit is contained in:
20
modules/account_stock_anglo_saxon/message.xml
Normal file
20
modules/account_stock_anglo_saxon/message.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user