From e4df4f9bfea12c372a181b0272493ebd7e88cbba Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 30 May 2008 14:35:12 +0000 Subject: [PATCH] requirement Category should be define on Portal Type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21246 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Task.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/PropertySheet/Task.py b/product/ERP5/PropertySheet/Task.py index 992b6b4f42..8b76c03887 100644 --- a/product/ERP5/PropertySheet/Task.py +++ b/product/ERP5/PropertySheet/Task.py @@ -70,5 +70,3 @@ class Task: 'alt_accessor_id' : ('getStartDate', ), 'mode' : 'w' }, ) - - _categories = ( 'requirement', ) -- 2.30.9