From 5156639e4246fd07162cd530fb9d3784c994600c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 8 Dec 2010 10:33:05 +0000 Subject: [PATCH] - ip address has only sense with netmask git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41210 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Computer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Computer.py b/product/ERP5/PropertySheet/Computer.py index 1ce5c974d7..8c8c92caa5 100644 --- a/product/ERP5/PropertySheet/Computer.py +++ b/product/ERP5/PropertySheet/Computer.py @@ -38,7 +38,7 @@ class Computer: , 'description' : 'The unique identity of the computer in computer network.' , 'type' : 'content' , 'portal_type' : ( 'Internet Protocol Address', )#'Asynchronous Transfer Mode Address', 'UMTS Address' ) - , 'acquired_property_id' : ( 'text', 'host_name', 'ip_address', ) + , 'acquired_property_id' : ( 'text', 'host_name', 'ip_address', 'netmask', ) , 'acquisition_base_category': ( 'parent', ) , 'acquisition_portal_type' : ( 'Computer', ) , 'acquisition_copy_value' : 0 -- 2.30.9