trytond-edocument_edifact/message.xml

34 lines
1.7 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_company_unique">
<field name="text">Cannot send invoices from more than 1 company.</field>
</record>
<record model="ir.message" id="msg_party_receiver_unique">
<field name="text">Cannot send document for more than one Party receiver.</field>
</record>
<record model="ir.message" id="msg_edi_party_message_type">
<field name="text">Combination of message type and party must be unique.</field>
</record>
<record model="ir.message" id="msg_EDI_sender">
<field name="text">Company "%(company)s" lacks EDI sender identifier.</field>
</record>
<record model="ir.message" id="msg_party_EDI_receiver">
<field name="text">Party "%(party)s" lacks EDI receiver identifier.</field>
</record>
<record model="ir.message" id="msg_EDI_sequence">
<field name="text">EDI Sequence must be defined in Edocument Configuration.</field>
</record>
<record model="ir.message" id="msg_EDI_export_path">
<field name="text">EDI export path is not defined in Edocument Configuration.</field>
</record>
<record model="ir.message" id="msg_message_type_unique">
<field name="text">Message type must be unique.</field>
</record>
<record model="ir.message" id="msg_message_type_path_required">
<field name="text">Path for EDI files of message type "%(message_type)s" not defined.</field>
</record>
</data>
</tryton>