Skip to content

Commit 8999b3a

Browse files
committed
[IMP] stock_picking_batch: demo data flux
Decreases the move lines qty to process for the picking batch #1 in order to make the demo flux quicker. closes odoo#58909 X-original-commit: 15cede0 Signed-off-by: Arnold Moyaux <[email protected]>
1 parent caa4ca7 commit 8999b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/stock_picking_batch/data/stock_picking_batch_demo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<field name="picking_id" ref="Picking_C"/>
129129
<field name="location_id" ref="stock.stock_location_stock"/>
130130
<field name="location_dest_id" ref="stock.stock_location_customers"/>
131-
<field name="product_uom_qty">10</field>
131+
<field name="product_uom_qty">4</field>
132132
<field name="product_uom" ref="uom.product_uom_unit" />
133133
<field name="product_id" ref="product.consu_delivery_03"/>
134134
</record>
@@ -138,7 +138,7 @@
138138
<field name="picking_id" ref="Picking_D"/>
139139
<field name="location_id" ref="stock.stock_location_stock"/>
140140
<field name="location_dest_id" ref="stock.stock_location_customers"/>
141-
<field name="product_uom_qty">10</field>
141+
<field name="product_uom_qty">2</field>
142142
<field name="product_uom" ref="uom.product_uom_unit" />
143143
<field name="product_id" ref="product.product_product_10"/>
144144
</record>
@@ -148,7 +148,7 @@
148148
<field name="picking_id" ref="Picking_D"/>
149149
<field name="location_id" ref="stock.stock_location_stock"/>
150150
<field name="location_dest_id" ref="stock.stock_location_customers"/>
151-
<field name="product_uom_qty">10</field>
151+
<field name="product_uom_qty">3</field>
152152
<field name="product_uom" ref="uom.product_uom_unit" />
153153
<field name="product_id" ref="product.product_product_25"/>
154154
</record>

0 commit comments

Comments
 (0)