diff --git a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 1ed825947376b52f7108d34a31323090aa5b22dc..2216744365fbe7c541c993e0a7ec221a713115f3 100644 --- a/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -2,12 +2,14 @@ <portal_type id="Component"> <item>Sale Supply Line</item> <item>Purchase Supply Line</item> + <item>Supply Line</item> </portal_type> <portal_type id="Component Module"> <item>Component</item> </portal_type> <portal_type id="Product"> <item>Sale Supply Line</item> + <item>Supply Line</item> <item>Purchase Supply Line</item> </portal_type> <portal_type id="Product Module"> @@ -16,6 +18,7 @@ <portal_type id="Service"> <item>Purchase Supply Line</item> <item>Sale Supply Line</item> + <item>Supply Line</item> </portal_type> <portal_type id="Service Module"> <item>Service</item> diff --git a/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml b/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml index 78f512b5a582098241643cb6b96a3a4aecbc883a..0dc7db2ce9e2bf599a241b711a2aa7344e9ddf83 100644 --- a/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml +++ b/bt5/erp5_pdm/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml @@ -2,14 +2,17 @@ <portal_type id="Component"> <item>Sale Supply Line</item> <item>Purchase Supply Line</item> + <item>Supply Line</item> </portal_type> <portal_type id="Product"> <item>Sale Supply Line</item> + <item>Supply Line</item> <item>Purchase Supply Line</item> </portal_type> <portal_type id="Service"> <item>Purchase Supply Line</item> <item>Sale Supply Line</item> + <item>Supply Line</item> </portal_type> <portal_type id="Transformation Transformed Resource"> <item>Mapped Value</item> diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision index 3d9aebb2cce8cad52bcdc4d24760f88a683c1eed..d7765fe47e06ccb3e29a916d2f5ede6d3ac0c533 100644 --- a/bt5/erp5_pdm/bt/revision +++ b/bt5/erp5_pdm/bt/revision @@ -1 +1 @@ -68 \ No newline at end of file +70 \ No newline at end of file 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 663f410e55cc5e5763f5282bd873d7790888c2fd..ad98e194e3724d8dc24735b4391374890425ac63 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,12 +1,15 @@ Component Module | Component Component | Purchase Supply Line Component | Sale Supply Line +Component | Supply Line Product Module | Product Product | Purchase Supply Line Product | Sale Supply Line +Product | Supply Line Service Module | Service Service | Purchase Supply Line Service | Sale Supply Line +Service | Supply Line Transformation Module | Transformation Transformation Operation | Mapped Value Transformation Transformed Resource | 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 8d825e21ce71dc1aa93fe03ce4a47a356dc8fdb9..318aff871a940379651865026c85910cc6dfbf61 100644 --- 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,7 +1,10 @@ Component | Purchase Supply Line Component | Sale Supply Line +Component | Supply Line Product | Purchase Supply Line Product | Sale Supply Line +Product | Supply Line Service | Purchase Supply Line Service | Sale Supply Line +Service | Supply Line Transformation Transformed Resource | Mapped Value \ No newline at end of file