trytond-stock_shipment_in_edi/message.xml

17 lines
712 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_no_move_ref">
<field name="text">There is not move reference in line number %(number)s.</field>
</record>
<record model="ir.message" id="msg_no_purchase_ref">
<field name="text">There is not purchase origin in edi shipment references.</field>
</record>
<record model="ir.message" id="msg_no_product">
<field name="text">There is not product in line number %(number)s.</field>
</record>
</data>
</tryton>