From 1aee78943ec7ec56d5ba2482f2d8bd3e7f5f9289 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 1 Jun 2005 12:21:27 +0000 Subject: [PATCH] added priced_quantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3137 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Price.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/ERP5/PropertySheet/Price.py b/product/ERP5/PropertySheet/Price.py index 1646720fc1..8ed8a87e87 100755 --- a/product/ERP5/PropertySheet/Price.py +++ b/product/ERP5/PropertySheet/Price.py @@ -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', -- 2.30.9