trytond-sale_shipment_returns/message.xml

20 lines
912 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>
2020-06-15 01:19:04 +02:00
<data grouped="1">
2020-10-29 10:41:25 +01:00
<record model="ir.message" id="msg_shipment_done_title">
<field name="text">You can not create return sale from "%(shipment)s"</field>
2019-09-17 12:43:11 +02:00
</record>
2020-10-29 10:41:25 +01:00
<record model="ir.message" id="msg_shipment_done_msg">
2019-09-17 12:43:11 +02:00
<field name="text">The return shipment with code "%(shipment)s" is not yet sent.</field>
</record>
2020-10-29 10:41:25 +01:00
<record model="ir.message" id="msg_shipment_description">
2019-09-17 12:43:11 +02:00
<field name="text">Shipment Out Return "%(shipment)s"</field>
</record>
2020-10-29 10:41:25 +01:00
<record model="ir.message" id="msg_shipment_out_origin">
2019-09-17 12:43:11 +02:00
<field name="text">Shipment Out Return "%(shipment)s" origin does not come from a Shipment Out</field>
</record>
</data>
</tryton>