From 3715ca1f625d7118b049e7dec37df3e9f22f584c Mon Sep 17 00:00:00 2001 From: Guillaume Michon <guillaume@nexedi.com> Date: Fri, 3 Sep 2004 19:04:37 +0000 Subject: [PATCH] added ammo rule in allow ct git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1507 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Tool/RuleTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Tool/RuleTool.py b/product/ERP5/Tool/RuleTool.py index 10961ae35e..a3e40dc002 100755 --- a/product/ERP5/Tool/RuleTool.py +++ b/product/ERP5/Tool/RuleTool.py @@ -84,7 +84,7 @@ class RuleTool (UniqueObject, Folder): id = 'portal_rules' meta_type = 'ERP5 Rule Tool' portal_type = 'Rule Tool' - allowed_types = ( 'ERP5 Order Rule', 'ERP5 Transformation Rule', 'ERP5 Zero Stock Rule', 'ERP5 Delivery Rule') + allowed_types = ( 'ERP5 Order Rule', 'ERP5 Transformation Rule', 'ERP5 Zero Stock Rule', 'ERP5 Delivery Rule', 'ERP5 Amortisation Rule') # Declarative Security security = ClassSecurityInfo() -- 2.30.9