Skip to content

Commit

Permalink
[IMP] stock_picking_batch: demo data flux
Browse files Browse the repository at this point in the history
Decreases the move lines qty to process for the picking batch #1 in
order to make the demo flux quicker.

closes odoo#58895

Signed-off-by: Arnold Moyaux <[email protected]>
  • Loading branch information
svs-odoo committed Sep 30, 2020
1 parent 5053183 commit 15cede0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/stock_picking_batch/data/stock_picking_batch_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<field name="picking_id" ref="Picking_C"/>
<field name="location_id" ref="stock.stock_location_stock"/>
<field name="location_dest_id" ref="stock.stock_location_customers"/>
<field name="product_uom_qty">10</field>
<field name="product_uom_qty">4</field>
<field name="product_uom" ref="uom.product_uom_unit" />
<field name="product_id" ref="product.consu_delivery_03"/>
</record>
Expand All @@ -138,7 +138,7 @@
<field name="picking_id" ref="Picking_D"/>
<field name="location_id" ref="stock.stock_location_stock"/>
<field name="location_dest_id" ref="stock.stock_location_customers"/>
<field name="product_uom_qty">10</field>
<field name="product_uom_qty">2</field>
<field name="product_uom" ref="uom.product_uom_unit" />
<field name="product_id" ref="product.product_product_10"/>
</record>
Expand All @@ -148,7 +148,7 @@
<field name="picking_id" ref="Picking_D"/>
<field name="location_id" ref="stock.stock_location_stock"/>
<field name="location_dest_id" ref="stock.stock_location_customers"/>
<field name="product_uom_qty">10</field>
<field name="product_uom_qty">3</field>
<field name="product_uom" ref="uom.product_uom_unit" />
<field name="product_id" ref="product.product_product_25"/>
</record>
Expand Down

0 comments on commit 15cede0

Please sign in to comment.