mirror of
https://gitlab.com/datalifeit/trytond-staff_workplace
synced 2023-12-14 04:42:58 +01:00
20 lines
836 B
XML
20 lines
836 B
XML
|
<?xml version="1.0"?>
|
||
|
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
||
|
copyright notices and license terms. -->
|
||
|
<tryton>
|
||
|
<data grouped="1">
|
||
|
<!-- staff.calendar.day -->
|
||
|
<record model="ir.message" id="msg_staff_calendar_day_calendar_date_uk">
|
||
|
<field name="text">Date must be unique per Calendar.</field>
|
||
|
</record>
|
||
|
|
||
|
<!-- staff.workplace.calendar -->
|
||
|
<record model="ir.message" id="msg_staff_workplace_calendar_unique_year">
|
||
|
<field name="text">Cannot add to Workplace "%(workplace)s" many calendars for a year.</field>
|
||
|
</record>
|
||
|
<record model="ir.message" id="msg_staff_workplace_calendar_wp_cal_uk">
|
||
|
<field name="text">Combination of Workplace and Calendar must be unique.</field>
|
||
|
</record>
|
||
|
</data>
|
||
|
</tryton>
|