Commit b340d932 authored by Jean-Paul Smets's avatar Jean-Paul Smets

asset price


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@200 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dfc15f27
......@@ -49,6 +49,15 @@ class Price:
'description' : 'A typical per unit base price',
'type' : 'float',
'mode' : 'w' },
# Asset Value Pricing
{ 'id' : 'source_asset_price',
'description' : 'Asset price from the source point of view',
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'destination_asset_price',
'description' : 'Asset price from the source point of view',
'type' : 'float',
'mode' : 'w' },
# Pricing properties related to sourcing
# Such price should be used very carefully since
# They are incompatible with the multi company model
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment