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

changed property ids for asset price to total asset price


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4507 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd8cd863
......@@ -53,17 +53,18 @@ class Price:
'default' : 1.0,
'mode' : 'w' },
# Asset Value Pricing
{ 'id' : 'source_asset_price',
'description' : 'Asset price from the source point of view',
{ 'id' : 'source_total_asset_price',
'description' : 'Total 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',
{ 'id' : 'destination_total_asset_price',
'description' : 'Total asset price from the destination 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
# WARNING: dangerous naming (like we had with source_reference)
{ 'id' : 'source_base_price',
'description' : 'A typical per unit price at which this ' \
'resource can be sourced (bought)',
......
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