-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmessage.xml
22 lines (22 loc) · 1.03 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
<?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_invalid_dates">
<field name="text">Invalid dates for version "%(bom)s". They overlap with version "%(version)s.</field>
</record>
<record model="ir.message" id="msg_versions">
<field name="text">%(version)s\'s versions</field>
</record>
<record model="ir.message" id="msg_bom_report_code_uniq">
<field name="text">Version must be unique per BOM.</field>
</record>
<record model="ir.message" id="msg_bom_end_date_check">
<field name="text">End date must be greater than start date.</field>
</record>
<record model="ir.message" id="msg_bom_expired_date">
<field name="text">Production "%(production)s" has BOM "%(bom)s" with expired dates.</field>
</record>
</data>
</tryton>