Skip to content

Commit 22ac295

Browse files
author
odoo
committed
fix: Update product type fields from 'storable' to 'goods' for consistency in product templates
1 parent aae5e2c commit 22ac295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

records_management/data/products.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Product Template for Document Storage Box -->
55
<record id="product_template_box" model="product.template">
66
<field name="name">Document Storage Box</field>
7-
<field name="type">storable</field>
7+
<field name="type">goods</field>
88
<field name="categ_id" ref="product.product_category_all"/>
99
<field name="default_code">REC-BOX</field>
1010
<field name="list_price">15.00</field>
@@ -27,7 +27,7 @@
2727
<!-- Product Template for Document File -->
2828
<record id="product_template_file" model="product.template">
2929
<field name="name">Document File</field>
30-
<field name="type">storable</field>
30+
<field name="type">goods</field>
3131
<field name="categ_id" ref="product.product_category_all"/>
3232
<field name="default_code">REC-FILE</field>
3333
<field name="list_price">5.00</field>

0 commit comments

Comments
 (0)