From ed44c60d7e185545c758a5438ea6f55cd1ace42c Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 15 Aug 2006 16:36:38 +0000 Subject: [PATCH] Added aggregate relation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9219 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/WebSite.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/WebSite.py b/product/ERP5/PropertySheet/WebSite.py index 10775f8e29..e921a56133 100644 --- a/product/ERP5/PropertySheet/WebSite.py +++ b/product/ERP5/PropertySheet/WebSite.py @@ -27,7 +27,7 @@ class WebSite: """ - PropertySheetTemplate properties for all ERP5 objects + WebSite properties for all ERP5 objects """ _properties = ( @@ -49,3 +49,5 @@ class WebSite: 'mode' : '' }, ) + _categories = ('aggregate', ) + -- 2.30.9