trytond-sale_shipment_returns/message.xml
2020-10-29 10:41:39 +01:00

19 lines
912 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_shipment_done_title">
<field name="text">You can not create return sale from "%(shipment)s"</field>
</record>
<record model="ir.message" id="msg_shipment_done_msg">
<field name="text">The return shipment with code "%(shipment)s" is not yet sent.</field>
</record>
<record model="ir.message" id="msg_shipment_description">
<field name="text">Shipment Out Return "%(shipment)s"</field>
</record>
<record model="ir.message" id="msg_shipment_out_origin">
<field name="text">Shipment Out Return "%(shipment)s" origin does not come from a Shipment Out</field>
</record>
</data>
</tryton>