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

« back to all changes in this revision

Viewing changes to procurement_auto/test/data.yml

  • Committer: jf
  • Date: 2011-03-23 13:23:55 UTC
  • Revision ID: jf@tempo4-20110323132355-agyf1soy7m5ewatr
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
-
2
 
  In order to test dates in Orders, I create initial data
3
 
-
4
 
    I create 3 partners
5
 
-
6
 
    I create supplier S1
7
 
-
8
 
  !record {model: res.partner, id: supplier1}:
9
 
    name: S1
10
 
    supplier: True
11
 
-
12
 
    I create the address for S1
13
 
-
14
 
  !record {model: res.partner.address, id: address1}:
15
 
    name: S1
16
 
    partner_id: supplier1
17
 
-
18
 
    I create the supplier S2
19
 
-
20
 
  !record {model: res.partner, id: supplier2}:
21
 
    name: S2
22
 
    supplier: True
23
 
-
24
 
    I create the address for S2
25
 
-
26
 
  !record {model: res.partner.address, id: address2}:
27
 
    name: S2
28
 
    partner_id: supplier2
29
 
-
30
 
    I create the supplier S3
31
 
-
32
 
  !record {model: res.partner, id: supplier3}:
33
 
    name: S3
34
 
    supplier: True
35
 
-
36
 
    I create the address for S3
37
 
-
38
 
  !record {model: res.partner.address, id: address3}:
39
 
    name: S3
40
 
    partner_id: supplier3
41
 
-
42
 
    In order to test the procurement list module, I start by creating a new product category
43
 
-
44
 
  !record {model: product.category, id: product_cat1}:
45
 
    name: Categ1
46
 
-
47
 
    I create the product P1
48
 
-
49
 
  !record {model: product.product, id: product1}:
50
 
    categ_id: product_cat1
51
 
    cost_method: standard
52
 
    mes_type: fixed
53
 
    name: P1
54
 
    price_margin: 2.0
55
 
    procure_method: make_to_stock
56
 
    property_stock_inventory: stock.location_inventory
57
 
    property_stock_procurement: stock.location_procurement
58
 
    property_stock_production: stock.location_production
59
 
    seller_delay: '1'
60
 
    standard_price: 100.0
61
 
    supply_method: buy
62
 
    type: product
63
 
    uom_id: product.product_uom_unit
64
 
    uom_po_id: product.product_uom_unit
65
 
    volume : 0.0
66
 
    warranty: 0.0
67
 
    weight: 0.0
68
 
    weight_net: 0.0
69
 
    seller_ids:
70
 
      - sequence: 10
71
 
        min_qty: 0.00
72
 
        name: supplier1
73
 
      - sequence: 20
74
 
        min_qty: 0.00
75
 
        name: supplier2
76
 
      - sequence: 30
77
 
        min_qty: 0.00
78
 
        name: supplier3
79
 
-
80
 
    I create a second product, P2
81
 
-
82
 
  !record {model: product.product, id: product2}:
83
 
    categ_id: product_cat1
84
 
    cost_method: standard
85
 
    mes_type: fixed
86
 
    name: P2
87
 
    price_margin: 2.0
88
 
    procure_method: make_to_stock
89
 
    property_stock_inventory: stock.location_inventory
90
 
    property_stock_procurement: stock.location_procurement
91
 
    property_stock_production: stock.location_production
92
 
    seller_delay: '1'
93
 
    standard_price: 100.0
94
 
    supply_method: buy
95
 
    type: product
96
 
    uom_id: product.product_uom_unit
97
 
    uom_po_id: product.product_uom_unit
98
 
    volume : 0.0
99
 
    warranty: 0.0
100
 
    weight: 0.0
101
 
    weight_net: 0.0
102
 
    seller_ids:
103
 
      - sequence: 10
104
 
        min_qty: 0.00
105
 
        name: supplier2
106
 
      - sequence: 20
107
 
        min_qty: 0.00
108
 
        name: supplier1
109
 
-
110
 
    I create the product P3
111
 
-
112
 
  !record {model: product.product, id: product3}:
113
 
    categ_id: product.cat0
114
 
    cost_method: standard
115
 
    mes_type: fixed
116
 
    name: P3
117
 
    price_margin: 2.0
118
 
    procure_method: make_to_stock
119
 
    property_stock_inventory: stock.location_inventory
120
 
    property_stock_procurement: stock.location_procurement
121
 
    property_stock_production: stock.location_production
122
 
    seller_delay: '1'
123
 
    standard_price: 100.0
124
 
    supply_method: buy
125
 
    type: product
126
 
    uom_id: product.product_uom_unit    
127
 
    uom_po_id: product.product_uom_unit
128
 
    volume : 0.0
129
 
    warranty: 0.0
130
 
    weight: 0.0
131
 
    weight_net: 0.0
132
 
    seller_ids:
133
 
      - sequence: 10
134
 
        min_qty: 0.00
135
 
        name: supplier3
 
 
b'\\ No newline at end of file'