17 lines
844 B
XML
17 lines
844 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_delivery_address_required_quotation_purchase">
|
|
<field name="text">To get a quotation for purchase "%(purchase)s" you must provide a delivery address.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_reset_move">
|
|
<field name="text">You cannot reset move "%(move)s" to draft because it was generated by a sale or a purchase.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_move_split_drop">
|
|
<field name="text">To split move from drop shipment, you must use the split wizard.</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|