trytond-sale_shipment_returns/message.xml

20 lines
874 B
XML
Raw Normal View History

2019-09-17 12:43:11 +02:00
<?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 group="1">
<record model="ir.message" id="shipment_done_title">
<field name="text">You can not create return sale</field>
</record>
<record model="ir.message" id="shipment_done_msg">
<field name="text">The return shipment with code "%(shipment)s" is not yet sent.</field>
</record>
<record model="ir.message" id="shipment_description">
<field name="text">Shipment Out Return "%(shipment)s"</field>
</record>
<record model="ir.message" id="shipment_out_origin">
<field name="text">Shipment Out Return "%(shipment)s" origin does not come from a Shipment Out</field>
</record>
</data>
</tryton>