We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58aaca0 commit 46cd64eCopy full SHA for 46cd64e
1 file changed
sale_delivery_state/demo/sale_demo.xml
@@ -17,7 +17,7 @@
17
<field name="name">Laptop E5023</field>
18
<field name="product_id" ref="product.product_product_25" />
19
<field name="product_uom_qty">3</field>
20
- <field name="product_uom" ref="uom.product_uom_unit" />
+ <field name="product_uom_id" ref="uom.product_uom_unit" />
21
<field name="price_unit">2950.00</field>
22
</record>
23
@@ -26,7 +26,7 @@
26
<field name="name">Pen drive, 16GB</field>
27
<field name="product_id" ref="product.product_delivery_02" />
28
<field name="product_uom_qty">5</field>
29
30
<field name="price_unit">145.00</field>
31
32
</odoo>
0 commit comments