purchase_landed_costs_data.yml 580 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
-
  !record {model: landed.cost.distribution.type, id: dist_unit}:
    name: Distributed by Quantity
    landed_cost_type: per_unit
    apply_on: order
-
  !record {model: landed.cost.distribution.type, id: dist_value}:
    name: Distributed by Value
    landed_cost_type: value
    apply_on: order
-
  !record {model: landed.cost.distribution.type, id: per_unit}:
    name: Multiplied by Quantity
    landed_cost_type: per_unit
    apply_on: line
-
  !record {model: landed.cost.distribution.type, id: value}:
    name: Simple Value
    landed_cost_type: value
    apply_on: line