From fac77c40b1f84b0b473427f195c3936f9fe91d99 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Thu, 2 Feb 2006 17:28:10 +0000 Subject: [PATCH] Add base_unit_quantity. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5545 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Resource.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/ERP5/PropertySheet/Resource.py b/product/ERP5/PropertySheet/Resource.py index 53a5c8ed1a..17767fa391 100755 --- a/product/ERP5/PropertySheet/Resource.py +++ b/product/ERP5/PropertySheet/Resource.py @@ -69,6 +69,11 @@ class Resource: 'type' : 'float', 'default' : 1.0, 'mode' : 'w' }, + { 'id' : 'base_unit_quantity', + 'description' : 'The amount of base units of the resource', + 'type' : 'float', + 'default' : 1.0, + 'mode' : 'w' }, # Physical properties { 'id' : 'base_weight', 'description' : 'A typical per unit weight of the resource', -- 2.30.9