[Erp5-report] r41210 luke - /erp5/trunk/products/ERP5/PropertySheet/Computer.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 8 11:33:06 CET 2010


Author: luke
Date: Wed Dec  8 11:33:05 2010
New Revision: 41210

URL: http://svn.erp5.org?rev=41210&view=rev
Log:
 - ip address has only sense with netmask

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Computer.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Computer.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Computer.py?rev=41210&r1=41209&r2=41210&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Computer.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Computer.py [utf8] Wed Dec  8 11:33:05 2010
@@ -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



More information about the Erp5-report mailing list