diff --git a/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Rule.xml b/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Rule.xml index 474e29b39316b8f62c7154be043f7d0a1780bcf5..543011d72ec8201bc103b753c1aa2342d0fac205 100644 --- a/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Rule.xml +++ b/bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Rule.xml @@ -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> diff --git a/bt5/erp5_mrp/bt/revision b/bt5/erp5_mrp/bt/revision index 25bf17fc5aaabd17402e77a2b16f95fbea7310d2..2edeafb09db0093bae6ff060e2dcd2166f5c9387 100644 --- a/bt5/erp5_mrp/bt/revision +++ b/bt5/erp5_mrp/bt/revision @@ -1 +1 @@ -18 \ No newline at end of file +20 \ No newline at end of file