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

« back to all changes in this revision

Viewing changes to consumption_calculation/test/amc_review.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:
188
188
  !python {model: product.product}: |
189
189
    context = {'from_date': '2011-06-01','to_date': '2011-08-31'}
190
190
    amc = self.compute_amc(cr, uid, ref('product1'), context=context)
191
 
    assert amc == 179.00, "The calculate AMC is not correct"
 
191
    assert amc == 93.00, "The calculate AMC is not correct"
192
192
-
193
193
  I create a new Monthly review consumption
194
194
-
195
195
  !record {model: monthly.review.consumption, id: mrc1}:
 
196
    cons_location_id: stock.stock_location_stock
196
197
    period_from: 2011-01-01
197
198
    period_to: 2011-02-01
198
199
-
213
214
  I create a new Monthly review consumption
214
215
-
215
216
  !record {model: monthly.review.consumption, id: mrc2}:
 
217
    cons_location_id: stock.stock_location_stock
216
218
    period_from: 2011-09-01
217
219
    period_to: 2012-02-01
218
220
-
233
235
234
236
  !record {model: monthly.review.consumption.line, id: mrc2_l2}:
235
237
    name: product5
236
 
    fmc: 200
 
238
    fmc: 15.0
237
239
    mrc_id: mrc2
238
240
-
239
241
  I confirm the line