Commit 246eadbb authored by Guillaume Michon's avatar Guillaume Michon

Description change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1032 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e241bacb
############################################################################## ##############################################################################
# #
# Copyright (c) 2003 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2003 Nexedi SARL and Contributors. All Rights Reserved.
# Yoshinori Okuji <yo@nexedi.com> # Guillaume Michon <guillaume@nexedi.com>
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsability of assessing all potential
...@@ -34,7 +34,7 @@ from Products.ERP5.Document.Item import Item ...@@ -34,7 +34,7 @@ from Products.ERP5.Document.Item import Item
class Device(Item): class Device(Item):
""" """
Devices have information about computers, printers, etc. Devices represent equipments with one network interface
""" """
meta_type = 'ERP5 Device' meta_type = 'ERP5 Device'
...@@ -65,7 +65,7 @@ class Device(Item): ...@@ -65,7 +65,7 @@ class Device(Item):
{ 'id' : portal_type { 'id' : portal_type
, 'meta_type' : meta_type , 'meta_type' : meta_type
, 'description' : """\ , 'description' : """\
Devices have information about computers, printers, etc.""" Devices represent equipments with one network interface."""
, 'icon' : 'item_icon.gif' , 'icon' : 'item_icon.gif'
, 'product' : 'ERP5' , 'product' : 'ERP5'
, 'factory' : 'addDevice' , 'factory' : 'addDevice'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment