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_customer_unique">
<field name="text">Cannot send invoices for more than 1 customer.</field>
</record>
<record model="ir.message" id="msg_shipment_customer_unique">
<field name="text">Cannot send shipments for more than 1 customer.</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_customer_EDI_receiver">
<field name="text">Customer "%(customer)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>
</data>
</tryton>