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

« back to all changes in this revision

Viewing changes to msf_cross_docking/test/data.yml

  • Committer: jf
  • Date: 2011-05-16 09:55:17 UTC
  • mfrom: (129.1.1 unifield-wm)
  • Revision ID: jf@tempo4-20110516095517-giuzv2mouka39jb8
UF-270 Advance return in a currency that is not the functional currency

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
 
  Creating a product.nomenclature record
16
 
17
 
  !record {model: product.nomenclature, id: product_nomenclature_nomenclaturetest0}:
18
 
    name: nomenclature test 1
19
 
 
20
 
 
21
 
22
 
  Creating a product.nomenclature record
23
 
24
 
  !record {model: product.nomenclature, id: product_nomenclature_nomenclaturetest1}:
25
 
    level: 1
26
 
    name: nomenclature test 2
27
 
    parent_id: product_nomenclature_nomenclaturetest0
28
 
 
29
 
 
30
 
31
 
  Creating a product.nomenclature record
32
 
33
 
  !record {model: product.nomenclature, id: product_nomenclature_nomenclaturetest2}:
34
 
    level: 2
35
 
    name: nomenclature test 3
36
 
    parent_id: product_nomenclature_nomenclaturetest1
37
 
 
38
 
 
39
 
40
 
  Creating a product.nomenclature record
41
 
42
 
  !record {model: product.nomenclature, id: product_nomenclature_nomenclaturetest3}:
43
 
    level: 3
44
 
    name: nomenclature test 4
45
 
    parent_id: product_nomenclature_nomenclaturetest2
46
 
 
47
 
 
48
 
49
 
  Creating a product.category record
50
 
51
 
  !record {model: product.category, id: product_category_allproducts0}:
52
 
    name: All products
53
 
    sequence: 0.0
54
 
 
55
 
 
56
 
57
 
  Creating a product.product record
58
 
59
 
  !record {model: product.product, id: product_A}:
60
 
    categ_id: product_category_allproducts0
61
 
    cost_method: standard
62
 
    mes_type: fixed
63
 
    name: product test
64
 
    name_template: product test
65
 
    nomen_manda_0: product_nomenclature_nomenclaturetest0
66
 
    nomen_manda_1: product_nomenclature_nomenclaturetest1
67
 
    nomen_manda_2: product_nomenclature_nomenclaturetest2
68
 
    nomen_manda_3: product_nomenclature_nomenclaturetest3
69
 
    procure_method: make_to_stock
70
 
    seller_delay: '1'
71
 
    seller_qty: 0.0
72
 
    standard_price: 1.0
73
 
    supply_method: buy
74
 
    type: consu
75
 
    uom_id: product.product_uom_unit
76
 
    uom_po_id: product.product_uom_unit
77
 
    valuation: manual_periodic
78
 
    volume: 0.0
79
 
    warranty: 0.0
80
 
    weight: 0.0
81
 
    weight_net: 0.0
 
 
b'\\ No newline at end of file'