From 5a2efe5b5536c5682c424c956a863b2c97148ce8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Wed, 16 Feb 2005 12:59:29 +0000 Subject: [PATCH] Added product line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2486 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Amount.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Amount.py b/product/ERP5/PropertySheet/Amount.py index bec349b64b..4e01d6e902 100755 --- a/product/ERP5/PropertySheet/Amount.py +++ b/product/ERP5/PropertySheet/Amount.py @@ -103,6 +103,9 @@ class Amount: 'acquisition_accessor_id' : 'getEfficiency', 'acquisition_depends' : None, 'alt_accessor_id' : ('getTargetEfficiency', ), + #'get_adapter_id' : + #'set_adapater_id' : + #'has_adapater_id' : 'mode' : 'w' }, # Planning { 'id' : 'target_quantity', @@ -135,4 +138,10 @@ class Amount: 'mode' : 'w' }, ) - _categories = ('resource', 'quantity_unit') + _categories = ('resource', 'quantity_unit', + # Acquired categories + 'product_line', ) + + + + \ No newline at end of file -- 2.30.9