diff --git a/bt5/erp5_bpm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_bpm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 3218380cc204e12353b7f13084d4b6637cd93df2..1f0aeffd9258feacb5d1d02b55d1166a932d30c0 100644 --- a/bt5/erp5_bpm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_bpm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -6,6 +6,9 @@ <portal_type id="Business Process Module"> <item>Business Process</item> </portal_type> + <portal_type id="Delivery Builder"> + <item>First Causality Movement Group</item> + </portal_type> <portal_type id="Purchase Invoice Transaction"> <item>Trade Model Line</item> </portal_type> diff --git a/bt5/erp5_bpm/PortalTypeTemplateItem/portal_types/First%20Causality%20Movement%20Group.xml b/bt5/erp5_bpm/PortalTypeTemplateItem/portal_types/First%20Causality%20Movement%20Group.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c54ca5e36ec6e814eb1ce4c62138824757efc26 --- /dev/null +++ b/bt5/erp5_bpm/PortalTypeTemplateItem/portal_types/First%20Causality%20Movement%20Group.xml @@ -0,0 +1,105 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_actions</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>_aliases</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>_roles</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>0</int> </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_icon.gif</string> </value> + </item> + <item> + <key> <string>content_meta_type</string> </key> + <value> <string>ERP5 First Causality Movement Group</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>factory</string> </key> + <value> <string>addFirstCausalityMovementGroup</string> </value> + </item> + <item> + <key> <string>filter_content_types</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple> + <string>movement_group</string> + </tuple> + </value> + </item> + <item> + <key> <string>hidden_content_type_list</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>First Causality Movement Group</string> </value> + </item> + <item> + <key> <string>init_script</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>property_sheet_list</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_bpm/bt/revision b/bt5/erp5_bpm/bt/revision index 9a1371776c6ade5edc36faeddce72862d3fca6c2..4a8d924028a2939d1a825e445ab19cb445b03a93 100644 --- a/bt5/erp5_bpm/bt/revision +++ b/bt5/erp5_bpm/bt/revision @@ -1 +1 @@ -169 \ No newline at end of file +174 \ No newline at end of file diff --git a/bt5/erp5_bpm/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_bpm/bt/template_portal_type_allowed_content_type_list index f2ac67db430fbdedcee4849a87c1d260c77382da..022a24765b2ea6c9100e64340224b72437dc4fd2 100644 --- a/bt5/erp5_bpm/bt/template_portal_type_allowed_content_type_list +++ b/bt5/erp5_bpm/bt/template_portal_type_allowed_content_type_list @@ -1,6 +1,7 @@ Business Process Module | Business Process Business Process | Business Path Business Process | Business State +Delivery Builder | First Causality Movement Group Purchase Invoice Transaction | Trade Model Line Purchase Order | Trade Model Line Purchase Trade Condition | Trade Model Line diff --git a/bt5/erp5_bpm/bt/template_portal_type_id_list b/bt5/erp5_bpm/bt/template_portal_type_id_list index 5508c4a5cda339ad9557443ceee445433c7368c5..b284f18206a8ee7b12ad73f631d89475e7d86ee0 100644 --- a/bt5/erp5_bpm/bt/template_portal_type_id_list +++ b/bt5/erp5_bpm/bt/template_portal_type_id_list @@ -2,6 +2,7 @@ Business Path Business Process Business Process Module Business State +First Causality Movement Group Trade Model Cell Trade Model Line Trade Model Rule \ No newline at end of file