From 5265762f4e118650e9ffa4611e6ee0545fbfd7b3 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 7 Jan 2004 15:07:01 +0000 Subject: [PATCH] add category option_forme git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@177 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/Coramy/PropertySheet/Forme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/Coramy/PropertySheet/Forme.py b/product/Coramy/PropertySheet/Forme.py index 5a596f8347..0eca5304d4 100755 --- a/product/Coramy/PropertySheet/Forme.py +++ b/product/Coramy/PropertySheet/Forme.py @@ -57,4 +57,4 @@ class Forme: 'mode' : 'w' }, ) - _categories = ( 'eip', 'collection', 'referentiel_forme', 'specialise' ) + _categories = ( 'eip', 'collection', 'referentiel_forme', 'specialise', 'option_forme' ) -- 2.30.9