-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathvolunteer_shift_participation_demo.xml
More file actions
80 lines (71 loc) · 2.53 KB
/
volunteer_shift_participation_demo.xml
File metadata and controls
80 lines (71 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8" ?>
<!--
SPDX-FileCopyrightText: 2025 Coop IT Easy SC
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<odoo>
<record
id="volunteer_shift_participation_demo_a"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_jean" />
<field name="shift_id" ref="volunteer_shift_demo_closing" />
</record>
<record
id="volunteer_shift_participation_demo_b"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_john" />
<field name="shift_id" ref="volunteer_shift_demo_closing" />
</record>
<record
id="volunteer_shift_participation_demo_c"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_jean" />
<field name="shift_id" ref="volunteer_shift_demo_future_closing" />
</record>
<record
id="volunteer_shift_participation_demo_d"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_jean" />
<field name="shift_id" ref="volunteer_shift_demo_cheese" />
</record>
<record
id="volunteer_shift_participation_demo_e"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_emma" />
<field name="shift_id" ref="volunteer_shift_demo_cheese" />
</record>
<record
id="volunteer_shift_participation_demo_f"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_john" />
<field name="shift_id" ref="volunteer_shift_demo_cheese" />
<field name="registration_state">canceled</field>
</record>
<record
id="volunteer_shift_participation_demo_g"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_john" />
<field name="shift_id" ref="volunteer_shift_demo_past_cheese" />
</record>
<record
id="volunteer_shift_participation_demo_h"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_john" />
<field name="shift_id" ref="volunteer_shift_demo_past_opening" />
</record>
<record
id="volunteer_shift_participation_demo_i"
model="volunteer.shift.participation"
>
<field name="volunteer_id" ref="volunteer_demo_john" />
<field name="shift_id" ref="volunteer_shift_demo_past_delicatessen" />
</record>
</odoo>