-
Notifications
You must be signed in to change notification settings - Fork 6
/
message.xml
23 lines (23 loc) · 1.06 KB
/
message.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_no_cooperative_sequence">
<field name="text">You must set a receipt sequence at the configuration module.</field>
</record>
<record model="ir.message" id="msg_unique_file">
<field name="text">The file must be unique.</field>
</record>
<record model="ir.message" id="msg_receipt_delete_numbered">
<field name="text">The numbered receipt "%(receipt)s" can not be deleted.</field>
</record>
<record model="ir.message" id="msg_receipt_delete_cancel">
<field name="text">Receipt "%s" must be cancelled before deletion.</field>
</record>
<record model="ir.message" id="msg_lot_delete_numbered">
<field name="text">The numbered lote "%(lot)s" can not be deleted.</field>
</record>
<record model="ir.message" id="msg_lot_delete_cancel">
<field name="text">Lot "%s" must be cancelled before deletion.</field>
</record>
</data>
</tryton>