forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduct_set_line.xml
More file actions
36 lines (36 loc) · 1.71 KB
/
product_set_line.xml
File metadata and controls
36 lines (36 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="product_set_line_computer_1" model="product.set.line">
<field name="product_set_id" ref="product_set_i5_computer" />
<field name="product_id" ref="product.product_product_5" />
<field name="quantity">1</field>
<field name="sequence">30</field>
</record>
<record id="product_set_line_computer_3" model="product.set.line">
<field name="product_set_id" ref="product_set_i5_computer" />
<field name="product_id" ref="product.product_product_22" />
<field name="quantity">1</field>
<field name="sequence">50</field>
</record>
<record id="product_set_line_computer_4" model="product.set.line">
<field name="product_set_id" ref="product_set_i5_computer" />
<field name="product_id" ref="product.product_product_13" />
<field name="quantity">2</field>
<field name="sequence">20</field>
</record>
<record id="product_set_line_services_1" model="product.set.line">
<field name="product_set_id" ref="product_set_services" />
<field name="product_id" ref="product.product_product_2" />
<field name="quantity">1</field>
</record>
<record id="product_set_line_services_2" model="product.set.line">
<field name="product_set_id" ref="product_set_services" />
<field name="product_id" ref="product.product_product_1" />
<field name="quantity">1</field>
</record>
<record id="product_set_line_services_3" model="product.set.line">
<field name="product_set_id" ref="product_set_services" />
<field name="display_type">line_section</field>
<field name="name">Section</field>
</record>
</odoo>