diff --git a/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Module.xml b/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Module.xml index c61536f40d4921f554db7bceba29aefcbbe6f065..d9a4eddce488178d8dee1a9bb532ce49b5eccba9 100644 --- a/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Module.xml +++ b/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Module.xml @@ -58,6 +58,10 @@ <list/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -99,6 +103,12 @@ be a problem).</string> </value> </tuple> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> @@ -113,6 +123,10 @@ be a problem).</string> </value> <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> diff --git a/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Transformed%20Resource.xml b/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Transformed%20Resource.xml index d057700de527a4ba7e35de924dbbf09eca69237a..8e71e606cf5c4cbeb2811735cdc65a23bcbc9dd6 100644 --- a/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Transformed%20Resource.xml +++ b/bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation%20Transformed%20Resource.xml @@ -42,6 +42,10 @@ <list/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -76,6 +80,12 @@ identify a bank account.</string> </value> <key> <string>filter_content_types</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> @@ -90,6 +100,10 @@ identify a bank account.</string> </value> <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> diff --git a/bt5/erp5_pdm/bt/change_log b/bt5/erp5_pdm/bt/change_log index 87909a81bc91ab10ace048ede9c8b1f09095e7ed..72f3c37fb54f6cb10ff507a69e97571b7a84ab80 100644 --- a/bt5/erp5_pdm/bt/change_log +++ b/bt5/erp5_pdm/bt/change_log @@ -1,3 +1,6 @@ +2008-01-16 kazuhiko +* enable acquire_local_roles on Transformation Transformed Resource and Transformation Module. + 2007-09-25 yo * Set module group on portal types. @@ -73,4 +76,4 @@ TransformationTransformedResource_viewQuantity, when no variation. * Update Service_view to support 'grade' as Variation Base Category (this is required for paysheets). 2005-06-23 yo -* Rename modules, appended _module. \ No newline at end of file +* Rename modules, appended _module.