diff --git a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 58036f2e77f72a4d10d0c79381481009bcc9a7a2..c48f82cd3f2a14a5370255fb4deb4d27c0a8e0f2 100644 --- a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -8,6 +8,9 @@ <item>Sale Supply Line</item> <item>Supply Line</item> </portal_type> + <portal_type id="Component Individual Variation"> + <item>Embedded File</item> + </portal_type> <portal_type id="Component Module"> <item>Component</item> </portal_type> @@ -83,6 +86,9 @@ <item>Service Individual Variation</item> <item>Supply Line</item> </portal_type> + <portal_type id="Service Individual Variation"> + <item>Embedded File</item> + </portal_type> <portal_type id="Service Module"> <item>Service</item> </portal_type> diff --git a/bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index de464452880552bf76dadbd482aade44450ab1cf..c0182a6322a5aaa414518c98ea58167efc8eda4b 100644 --- a/bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -2,6 +2,9 @@ <portal_type id="Component"> <item>DefaultImage</item> </portal_type> + <portal_type id="Component Individual Variation"> + <item>DefaultImage</item> + </portal_type> <portal_type id="Measure Cell"> <item>Amount</item> </portal_type> @@ -12,6 +15,9 @@ <item>DefaultImage</item> <item>Reference</item> </portal_type> + <portal_type id="Service Individual Variation"> + <item>DefaultImage</item> + </portal_type> <portal_type id="Supply Cell"> <item>Reference</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 fec6d023b0eb44f6fa36f32a09768b3330cd32fd..597979f20ce255f54758ceb19212341dc0a71ece 100644 --- 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,3 +1,4 @@ +Component Individual Variation | Embedded File Component Module | Component Component | Component Individual Variation Component | Embedded File @@ -38,6 +39,7 @@ Sale Supply Line | Sale Supply Cell Sale Supply Module | Sale Supply Sale Supply | Sale Supply Line Sale Supply | Supply Line +Service Individual Variation | Embedded File Service Module | Service Service | Internal Supply Line Service | Measure diff --git a/bt5/erp5_pdm/bt/template_portal_type_property_sheet_list b/bt5/erp5_pdm/bt/template_portal_type_property_sheet_list index e4decf4d10d08bb0ea92eff6beeeeb6b9d02063c..29c28e5979e0427c91eabd7cecb53e06a1e7ae55 100644 --- a/bt5/erp5_pdm/bt/template_portal_type_property_sheet_list +++ b/bt5/erp5_pdm/bt/template_portal_type_property_sheet_list @@ -1,6 +1,8 @@ +Component Individual Variation | DefaultImage Component | DefaultImage Measure Cell | Amount Product Individual Variation | DefaultImage Product Individual Variation | Reference Product | DefaultImage +Service Individual Variation | DefaultImage Supply Cell | Reference \ No newline at end of file