-
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathmaintenance_demo.xml
More file actions
59 lines (59 loc) · 2 KB
/
Copy pathmaintenance_demo.xml
File metadata and controls
59 lines (59 loc) · 2 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
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="maintenance.equipment_monitor1" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/monitor_black.jpg"
/>
</record>
<record id="maintenance.equipment_monitor4" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/monitor_gray.jpg"
/>
</record>
<record id="maintenance.equipment_monitor6" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/monitor_white.jpg"
/>
</record>
<record id="maintenance.equipment_computer3" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/laptop1.jpg"
/>
</record>
<record id="maintenance.equipment_computer5" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/laptop2.jpg"
/>
</record>
<record id="maintenance.equipment_computer9" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/laptop3.jpg"
/>
</record>
<record id="maintenance.equipment_computer11" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/laptop4.jpg"
/>
</record>
<record id="maintenance.equipment_printer1" model="maintenance.equipment">
<field
name="image_1920"
type="base64"
file="maintenance_equipment_image/static/img/printer1.jpg"
/>
</record>
</odoo>