diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Previous%20Causality%20Movement%20Group/view.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Previous%20Causality%20Movement%20Group/view.xml index ef34a510072c7e7680954dac3bc6832070385ae2..0941ba0a399f8a02105230899052f3d3bfdedec9 100644 --- a/bt5/erp5_base/ActionTemplateItem/portal_types/Previous%20Causality%20Movement%20Group/view.xml +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Previous%20Causality%20Movement%20Group/view.xml @@ -30,7 +30,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -71,7 +73,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/MovementGroup_view</string> </value> + <value> <string>string:${object_url}/PreviousCausalityMovementGroup_view</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_base/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_base/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index ad353190ca6588f275fe3896adc86bc0555ee25f..42274afd6b167c13571f20e7048e89cb3a688909 100644 --- a/bt5/erp5_base/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/bt5/erp5_base/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -12,6 +12,9 @@ <portal_type id="Preference"> <item>TelephonePreference</item> </portal_type> + <portal_type id="Previous Causality Movement Group"> + <item>PreviousCausalityMovementGroup</item> + </portal_type> <portal_type id="Query"> <item>TextDocument</item> </portal_type>