From e32024086f5fd9e985726e8163f9e72f74c38103 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Fri, 27 Jan 2006 10:38:28 +0000
Subject: [PATCH] Added short title squpport until moved elsewhere

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5367 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Document.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/ERP5/PropertySheet/Document.py b/product/ERP5/PropertySheet/Document.py
index 345ff12e89..c5f1b90cad 100755
--- a/product/ERP5/PropertySheet/Document.py
+++ b/product/ERP5/PropertySheet/Document.py
@@ -32,6 +32,11 @@ class Document:
     """
 
     _properties = (
+        {   'id'          : 'short_title',
+            'description' : 'A short title which can be used for user interface in web sites',
+            'type'        : 'text',
+            'mode'        : 'w'
+            },
         {   'id'          : 'text_content',
             'description' : 'The content of the document considered as a text string',
             'type'        : 'text',
-- 
2.30.9