-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgpsmaps_data.xml
More file actions
executable file
·67 lines (59 loc) · 3.02 KB
/
gpsmaps_data.xml
File metadata and controls
executable file
·67 lines (59 loc) · 3.02 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
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record id="product_category_pet" model="product.category">
<field name="parent_id" ref="product.product_category_all"/>
<field name="name">Pet Toys</field>
</record>
<record id="product_product_9" model="product.product">
<field name="name">Mice</field>
<field name="categ_id" ref="product_category_pet"/>
<field name="standard_price">10.0</field>
<field name="list_price">13.0</field>
<field name="type">consu</field>
<field name="uom_id" ref="product.product_uom_unit"/>
<field name="uom_po_id" ref="product.product_uom_unit"/>
<field name="image" type="base64" file="gpsmaps/images/mice.jpg"/>
</record>
<record id="product_product_10" model="product.product">
<field name="name">Alligator</field>
<field name="categ_id" ref="product_category_pet"/>
<field name="standard_price">10.0</field>
<field name="list_price">13.0</field>
<field name="type">consu</field>
<field name="uom_id" ref="product.product_uom_unit"/>
<field name="uom_po_id" ref="product.product_uom_unit"/>
<field name="image" type="base64" file="gpsmaps/images/alligator.jpg"/>
</record>
<record id="product_product_13" model="product.product">
<field name="name">Fish</field>
<field name="categ_id" ref="product_category_pet"/>
<field name="standard_price">10.0</field>
<field name="list_price">13.0</field>
<field name="type">consu</field>
<field name="uom_id" ref="product.product_uom_unit"/>
<field name="uom_po_id" ref="product.product_uom_unit"/>
<field name="image" type="base64" file="gpsmaps/images/fish.jpg"/>
</record>
<record id="product_product_14" model="product.product">
<field name="name">Ball</field>
<field name="categ_id" ref="product_category_pet"/>
<field name="standard_price">10.0</field>
<field name="list_price">13.0</field>
<field name="type">consu</field>
<field name="uom_id" ref="product.product_uom_unit"/>
<field name="uom_po_id" ref="product.product_uom_unit"/>
<field name="image" type="base64" file="gpsmaps/images/ball.jpg"/>
</record>
<record id="product_product_15" model="product.product">
<field name="name">Crazy Circle</field>
<field name="categ_id" ref="product_category_pet"/>
<field name="standard_price">10.0</field>
<field name="list_price">13.0</field>
<field name="type">consu</field>
<field name="uom_id" ref="product.product_uom_unit"/>
<field name="uom_po_id" ref="product.product_uom_unit"/>
<field name="image" type="base64" file="gpsmaps/images/crazy_circle.jpg"/>
</record>
</data>
</openerp>