Commit 1aee7894 authored by Sebastien Robin's avatar Sebastien Robin

added priced_quantity


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6beed53
......@@ -49,6 +49,11 @@ class Price:
'description' : 'A typical per unit base price',
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'priced_quantity',
'description' : 'Number of units involved in base prices',
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
# Asset Value Pricing
{ 'id' : 'source_asset_price',
'description' : 'Asset price from the source point of view',
......
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