~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to procurement_cycle/test/data.yml

UF-558 [ADD] Add account_id on analytic distribution wizard to add a constraint on Funding Pool

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    weight: 0.0
151
151
    weight_net: 0.0
152
152
    reviewed_consumption: 30
153
 
    batch_management: True
154
153
    seller_ids:
155
154
      - sequence: 10
156
155
        min_qty: 0.00
219
218
  !record {model: stock.warehouse, id: warehouse_proc_cycle}:
220
219
    name: Warehouse Cycle
221
220
    lot_stock_id: cycle_sloc2
222
 
    lot_input_id: cycle_sloc2
 
221
    lot_input_id: cycle_sloc1
223
222
    lot_output_id: stock.stock_location_customers
224
223
    company_id: base.main_company
225
224
-
310
309
    req_date = (datetime.strptime(time.strftime('%Y-%m-%d'), '%Y-%m-%d') + relativedelta(years=2)).strftime('%Y-%m-%d')
311
310
    self.write(cr, uid, ref('lot5'), {'life_date': req_date}, context=context)
312
311
-
313
 
  !record {model: stock.production.lot, id: lot22}:
314
 
    name: '00022'
315
 
    ref: '00022'
316
 
    product_id: product3
317
 
    life_date: !eval "(DateTime.now()+DateTime.RelativeDateTime(years=10)).strftime('%Y-%m-%d')"
318
 
 
319
 
-
320
312
  I create an inventory to add products in stock
321
313
-
322
314
  !record {model: stock.inventory, id: inv1}:
353
345
      - company_id: base.main_company
354
346
        location_id: cycle_sloc1
355
347
        product_id: product3
356
 
        prod_lot_id: lot22
357
348
        product_qty: 15.0
358
349
        product_uom: product.product_uom_unit
359
350
      - company_id: base.main_company
517
508
      - name: product2
518
509
        fmc: 45.0
519
510
        valid_ok: True
 
511
      - name: product3
 
512
        fmc: 5.0
 
513
        valid_ok: True
520
514
-
521
515
  I create a stock move for P1 in SLoc 2
522
516
609
603
    location_id: cycle_sloc1
610
604
    location_dest_id: stock.stock_location_customers
611
605
    type: out
612
 
    prodlot_id: lot22
613
606
    reason_type_id: reason_types_moves.reason_type_deliver_partner
614
607
    product_qty: 12
615
608
-