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

« back to all changes in this revision

Viewing changes to purchase_override/test/split_line.yml

  • Committer: jf
  • Date: 2014-06-18 08:26:21 UTC
  • Revision ID: jfb@tempo-consulting.fr-20140618082621-cptq430pbwqo6z1t
Tags: pilot3.1b2
UFTP-249 [FIX] Reference field not imported in Unifield when importing register lines
lp:~unifield-team/unifield-wm/UFTP-78 2000..2001

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
 
-
9
4
  We create a new UoM
10
5
-
11
6
  !record {model: product.uom, id: split_uom}:
12
 
    category_id: split_uom_categ
 
7
    category_id: product.product_uom_categ_unit
13
8
    name: Split
14
9
    factor: 1.0
15
10
    rounding: 0.01