Skip to content

Commit 46cd64e

Browse files
authored
[FIX] sale_delivery_state: Update sale_demo.xml
1 parent 58aaca0 commit 46cd64e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sale_delivery_state/demo/sale_demo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<field name="name">Laptop E5023</field>
1818
<field name="product_id" ref="product.product_product_25" />
1919
<field name="product_uom_qty">3</field>
20-
<field name="product_uom" ref="uom.product_uom_unit" />
20+
<field name="product_uom_id" ref="uom.product_uom_unit" />
2121
<field name="price_unit">2950.00</field>
2222
</record>
2323

@@ -26,7 +26,7 @@
2626
<field name="name">Pen drive, 16GB</field>
2727
<field name="product_id" ref="product.product_delivery_02" />
2828
<field name="product_uom_qty">5</field>
29-
<field name="product_uom" ref="uom.product_uom_unit" />
29+
<field name="product_uom_id" ref="uom.product_uom_unit" />
3030
<field name="price_unit">145.00</field>
3131
</record>
3232
</odoo>

0 commit comments

Comments
 (0)