diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml index 5a1a7cbf35817ff87a1ce72fc1959ce6ede2d0ab..30c7fdc1f1386901ead72b0afe16f7db213e0931 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml @@ -35,7 +35,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -99,7 +101,7 @@ string:${object_url}/Base_jumpToRelatedObject?base_category=causality&portal_typ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>python: object.getInstallationState() == \'installed\'</string> </value> + <value> <string>python: object.getInstallationState() in (\'installed\', \'replaced\')</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 7939e3d360bdc17f1b92879fc2ff76e1a2c0b9fd..fdbec449cadb6168c90e349ac72b1e294bf69f0f 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1458 \ No newline at end of file +1459 \ No newline at end of file