diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activity.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activity.xml index 51a892dacb37d5c1975126b83a947487e4c013ab..0e070fb73411008dfd7113520a09ad83effc914c 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activity.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activity.xml @@ -34,7 +34,9 @@ <item> <key> <string>acquisition_base_category</string> </key> <value> - <tuple/> + <tuple> + <string>subordination</string> + </tuple> </value> </item> <item> @@ -48,12 +50,14 @@ <item> <key> <string>acquisition_object_id</string> </key> <value> - <tuple/> + <tuple> + <string>default_career</string> + </tuple> </value> </item> <item> <key> <string>acquisition_portal_type</string> </key> - <value> <string>python: []</string> </value> + <value> <string>python: [\'Organisation\', \'Career\']</string> </value> </item> <item> <key> <string>acquisition_sync_value</string> </key> @@ -79,7 +83,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>fallback_base_category</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 019cce38b18c996a3e5c8138a0584c4a16c718c5..09486914e57caa04c3b4f5fccc912d3fe2aa2a9d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1154 \ No newline at end of file +1155 \ No newline at end of file