first commit
This commit is contained in:
16
modules/sale_supply_drop_shipment/message.xml
Normal file
16
modules/sale_supply_drop_shipment/message.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user