diff --git a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 39b57a8080fb835feb638b17afa089d347d6e416..012d4629e8043989eb6fbeeb1b48a3c8bfd0ce0a 100755 --- a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -5,6 +5,9 @@ <portal_type id="Component Module"> <item>Component</item> </portal_type> + <portal_type id="Product"> + <item>Supply Line</item> + </portal_type> <portal_type id="Product Module"> <item>Product</item> </portal_type> @@ -12,8 +15,8 @@ <item>Service</item> </portal_type> <portal_type id="Transformation"> - <item>Transformation Optional Resource</item> <item>Transformation Operation</item> + <item>Transformation Optional Resource</item> <item>Transformation Transformed Resource</item> </portal_type> <portal_type id="Transformation Module"> diff --git a/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml b/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml index 8517d8fe8ae84358c6b7c4662a45fd96753827fd..51dafd8c054eaa5dc4c2361b2c19df807e8a94ba 100755 --- a/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml +++ b/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml @@ -2,6 +2,9 @@ <portal_type id="Component"> <item>Supply Line</item> </portal_type> + <portal_type id="Product"> + <item>Supply Line</item> + </portal_type> <portal_type id="Transformation Transformed Resource"> <item>Mapped Value</item> </portal_type> diff --git a/bt5/erp5_pdm/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_pdm/bt/template_portal_type_allowed_content_type_list index bfe5c650b1a220ca75f0f76415ccdc61b5520f04..86298357a46afd03643c1cf9727acd48cad85d1b 100755 --- a/bt5/erp5_pdm/bt/template_portal_type_allowed_content_type_list +++ b/bt5/erp5_pdm/bt/template_portal_type_allowed_content_type_list @@ -1,6 +1,7 @@ Component Module | Component Component | Supply Line Product Module | Product +Product | Supply Line Service Module | Service Transformation Module | Transformation Transformation Operation | Mapped Value diff --git a/bt5/erp5_pdm/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_pdm/bt/template_portal_type_hidden_content_type_list index 9f34ad068cfc8884db6876c4f08f10bb8c4b7ac9..180f6e4aa740399e6a354ff2236df18124915df6 100755 --- a/bt5/erp5_pdm/bt/template_portal_type_hidden_content_type_list +++ b/bt5/erp5_pdm/bt/template_portal_type_hidden_content_type_list @@ -1,2 +1,3 @@ Component | Supply Line +Product | Supply Line Transformation Transformed Resource | Mapped Value \ No newline at end of file