Commit bee0815b authored by Alexandre Boeglin's avatar Alexandre Boeglin

Add back Supply Line as Allowed and Hidden Content Type on Component, Product,...

Add back Supply Line as Allowed and Hidden Content Type on Component, Product, Service to preserve backwards compatibility

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f6549d1
...@@ -2,12 +2,14 @@ ...@@ -2,12 +2,14 @@
<portal_type id="Component"> <portal_type id="Component">
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
<item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Component Module"> <portal_type id="Component Module">
<item>Component</item> <item>Component</item>
</portal_type> </portal_type>
<portal_type id="Product"> <portal_type id="Product">
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Supply Line</item>
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Product Module"> <portal_type id="Product Module">
...@@ -16,6 +18,7 @@ ...@@ -16,6 +18,7 @@
<portal_type id="Service"> <portal_type id="Service">
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Service Module"> <portal_type id="Service Module">
<item>Service</item> <item>Service</item>
......
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
<portal_type id="Component"> <portal_type id="Component">
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
<item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Product"> <portal_type id="Product">
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Supply Line</item>
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Service"> <portal_type id="Service">
<item>Purchase Supply Line</item> <item>Purchase Supply Line</item>
<item>Sale Supply Line</item> <item>Sale Supply Line</item>
<item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Transformation Transformed Resource"> <portal_type id="Transformation Transformed Resource">
<item>Mapped Value</item> <item>Mapped Value</item>
......
68 70
\ No newline at end of file \ No newline at end of file
Component Module | Component Component Module | Component
Component | Purchase Supply Line Component | Purchase Supply Line
Component | Sale Supply Line Component | Sale Supply Line
Component | Supply Line
Product Module | Product Product Module | Product
Product | Purchase Supply Line Product | Purchase Supply Line
Product | Sale Supply Line Product | Sale Supply Line
Product | Supply Line
Service Module | Service Service Module | Service
Service | Purchase Supply Line Service | Purchase Supply Line
Service | Sale Supply Line Service | Sale Supply Line
Service | Supply Line
Transformation Module | Transformation Transformation Module | Transformation
Transformation Operation | Mapped Value Transformation Operation | Mapped Value
Transformation Transformed Resource | Mapped Value Transformation Transformed Resource | Mapped Value
......
Component | Purchase Supply Line Component | Purchase Supply Line
Component | Sale Supply Line Component | Sale Supply Line
Component | Supply Line
Product | Purchase Supply Line Product | Purchase Supply Line
Product | Sale Supply Line Product | Sale Supply Line
Product | Supply Line
Service | Purchase Supply Line Service | Purchase Supply Line
Service | Sale Supply Line Service | Sale Supply Line
Service | Supply Line
Transformation Transformed Resource | Mapped Value Transformation Transformed Resource | Mapped Value
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment