We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9309c47 commit 5c56a48Copy full SHA for 5c56a48
records_management/data/products.xml
@@ -22,7 +22,6 @@
22
<field name="tracking">serial</field>
23
<!-- No list_price specified for product; add if pricing is required -->
24
</record>
25
- </record>
26
27
<!-- Retrieval Fee: service with price 10.0 -->
28
<record id="service_retrieval_fee" model="product.product">
@@ -37,4 +36,9 @@
37
36
<field name="type">service</field>
38
<field name="list_price">5.0</field>
39
+
40
+ <record id="product_1" model="product.product">
41
+ <field name="name">Sample Product</field>
42
+ <!-- other fields -->
43
+ </record>
44
</odoo>
0 commit comments