17 lines
933 B
XML
17 lines
933 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_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 purchase lines.</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|