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

« back to all changes in this revision

Viewing changes to msf_profile/test/data.yml

UF-385 [ADD] Added consumption_calculation module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2
 
  Partner A
3
 
4
 
  !record {model: res.partner, id: partner_A}:
5
 
    name: A
6
 
    supplier: true
7
 
    customer: true
8
 
9
 
  Address for Partner A
10
 
11
 
  !record {model: res.partner.address, id: address_A}:
12
 
    partner_id: partner_A
13
 
    street: AddressA
14
 
-
15
 
  Product A
16
 
17
 
  !record {model: product.product, id: product_A}:
18
 
    name: name of ProdA
19
 
    default_code: ProdA
20
 
    cost_method: average
21
 
    procure_method: make_to_stock
22
 
    list_price: 152.60
23
 
    standard_price: 152.60
24
 
    seller_ids:
25
 
      - sequence: 10
26
 
        min_qty: 0.00
27
 
        name: partner_A
28
 
-
29
 
  Product B
30
 
31
 
  !record {model: product.product, id: product_B}:
32
 
    name: name of ProdB
33
 
    default_code: ProdB
34
 
    cost_method: average
35
 
    procure_method: make_to_order
36
 
    list_price: 187.00
37
 
    standard_price: 187.00
38
 
    uom_id: product.product_uom_km
39
 
    uom_po_id: product.product_uom_km
40
 
    seller_ids:
41
 
      - sequence: 10
42
 
        min_qty: 0.00
43
 
        name: partner_A