|
4 | 4 | <!-- Product Template for Document Storage Box --> |
5 | 5 | <record id="product_template_box" model="product.template"> |
6 | 6 | <field name="name">Document Storage Box</field> |
7 | | - <field name="type">product</field> |
| 7 | + <field name="detailed_type">product</field> |
8 | 8 | <field name="categ_id" ref="product.product_category_all"/> |
9 | 9 | <field name="default_code">REC-BOX</field> |
10 | 10 | <field name="list_price">15.00</field> |
|
27 | 27 | <!-- Product Template for Document File --> |
28 | 28 | <record id="product_template_file" model="product.template"> |
29 | 29 | <field name="name">Document File</field> |
30 | | - <field name="type">product</field> |
| 30 | + <field name="detailed_type">product</field> |
31 | 31 | <field name="tracking">serial</field> |
32 | 32 | <field name="categ_id" ref="product.product_category_all"/> |
33 | 33 | <field name="default_code">REC-FILE</field> |
|
51 | 51 | <!-- Storage Service Product --> |
52 | 52 | <record id="product_template_storage_service" model="product.template"> |
53 | 53 | <field name="name">Document Storage Service</field> |
54 | | - <field name="type">service</field> |
| 54 | + <field name="detailed_type">service</field> |
55 | 55 | <field name="categ_id" ref="product.product_category_all"/> |
56 | 56 | <field name="default_code">REC-STOR-SVC</field> |
57 | 57 | <field name="list_price">25.00</field> |
|
72 | 72 | <!-- Shredding Service Product --> |
73 | 73 | <record id="product_template_shredding_service" model="product.template"> |
74 | 74 | <field name="name">Document Shredding Service</field> |
75 | | - <field name="type">service</field> |
| 75 | + <field name="detailed_type">service</field> |
76 | 76 | <field name="categ_id" ref="product.product_category_all"/> |
77 | 77 | <field name="default_code">REC-SHRED-SVC</field> |
78 | 78 | <field name="list_price">50.00</field> |
|
0 commit comments