Commit 3715ca1f authored by Guillaume Michon's avatar Guillaume Michon

added ammo rule in allow ct


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1507 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cce6a610
...@@ -84,7 +84,7 @@ class RuleTool (UniqueObject, Folder): ...@@ -84,7 +84,7 @@ class RuleTool (UniqueObject, Folder):
id = 'portal_rules' id = 'portal_rules'
meta_type = 'ERP5 Rule Tool' meta_type = 'ERP5 Rule Tool'
portal_type = '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 # Declarative Security
security = ClassSecurityInfo() security = ClassSecurityInfo()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment