first commit
This commit is contained in:
16
modules/account_stock_shipment_cost/message.xml
Normal file
16
modules/account_stock_shipment_cost/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_shipment_cost_post_no_shipment">
|
||||
<field name="text">The shipment cost "%(shipment_cost)s" has no shipment.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_shipment_cost_post_same_parties">
|
||||
<field name="text">The shipment "%(shipment)s" of shipment cost "%(shipment_cost)s" has already shipment cost from the same party "%(other)s".</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_shipment_cost_delete_cancel">
|
||||
<field name="text">To delete shipment cost "%(shipment_cost)s" you must cancel it.</field>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
Reference in New Issue
Block a user