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

« back to all changes in this revision

Viewing changes to sale_override/test/data.yml

UF-385 [ADD] Added consumption_calculation module

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    name: S3
56
56
    partner_id: supplier3
57
57
-
58
 
    Create the partner
59
 
-
60
 
  !record {model: res.partner, id: customer1}:
61
 
    credit_limit: 0.0
62
 
    debit_limit: 0.0
63
 
    name: Berthe
64
 
    supplier: true
65
 
-
66
 
    I create the corresponding addresses
67
 
-
68
 
  !record {model: res.partner.address, id: customer_address_1}:
69
 
    country_id: base.fr
70
 
    partner_id: customer1
71
 
    street: street
72
 
    type: default
73
 
-
74
58
    In order to test the procurement list module, I start by creating a new product category
75
59
-
76
60
  !record {model: product.category, id: product_cat1}:
108
92
      - sequence: 30
109
93
        min_qty: 0.00
110
94
        name: supplier3
111
 
    international_status: product_attributes.int_1
112
95
-
113
96
    I create a second product, P2
114
97
-
139
122
      - sequence: 20
140
123
        min_qty: 0.00
141
124
        name: supplier1
142
 
    international_status: product_attributes.int_1
143
125
-
144
126
    I create the product P3
145
127
-
166
148
    seller_ids:
167
149
      - sequence: 10
168
150
        min_qty: 0.00
169
 
        name: supplier3
170
 
    international_status: product_attributes.int_1
 
151
        name: supplier3
 
 
b'\\ No newline at end of file'