~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to sale_override/test/split_line.yml

  • Committer: jf
  • Date: 2012-04-17 15:29:16 UTC
  • mfrom: (631.3.7 UF_828)
  • Revision ID: jf@tempo4-20120417152916-svm6ioq8ur2bi5tu
UF-955 [DEV] Reporting (Month-end) - 2 remaining reports
lp:~unifield-team/unifield-wm/UF_955

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-
2
2
  Tests of the splitting line wizard
3
3
-
 
4
  We create a new UoM category
 
5
-
 
6
  !record {model: product.uom.categ, id: split_uom_categ}:
 
7
    name: Split categ
 
8
-
4
9
  We create a new UoM
5
10
-
6
11
  !record {model: product.uom, id: split_uom}:
7
 
    category_id: product.product_uom_categ_unit
 
12
    category_id: split_uom_categ
8
13
    name: Split
9
14
    factor: 1.0
10
15
    rounding: 0.01