Commit 06bdf241 authored by Romain Courteaud's avatar Romain Courteaud

Production Order Rule is an ERP5 Type.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11337 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2eab684c
......@@ -4,8 +4,8 @@
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.TypesTool</string>
<string>FactoryTypeInformation</string>
<string>Products.ERP5Type.ERP5Type</string>
<string>ERP5TypeInformation</string>
</tuple>
<none/>
</tuple>
......@@ -45,12 +45,24 @@
<none/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value>
......@@ -70,6 +82,12 @@
<key> <string>factory</string> </key>
<value> <string>addProductionOrderRule</string> </value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Production Order Rule</string> </value>
......@@ -82,6 +100,12 @@
<key> <string>product</string> </key>
<value> <string>ERP5Type</string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
18
\ No newline at end of file
20
\ No newline at end of file
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