first commit
This commit is contained in:
16
modules/sale_blanket_agreement/message.xml
Normal file
16
modules/sale_blanket_agreement/message.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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_agreement_closed_remaining_quantity">
|
||||
<field name="text">The agreement "%(agreement)s" to be closed has still remaining quantities.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_quantity_greater_remaining">
|
||||
<field name="text">The quantity of line "%(line)s" is greater than the remaining quantity (%(remaining)s) of agreement "%(agreement)s".</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_agreement_line_incompatible_unit">
|
||||
<field name="text">To change the unit of agreement line "%(line)s", you must choose one compatible with the existing sale lines.</field>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
Reference in New Issue
Block a user