Commit 73fdd448 authored by Alexandre Boeglin's avatar Alexandre Boeglin

added Supply Line as a allowed/hidden subobject of Product


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4712ca35
......@@ -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">
......
......@@ -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>
......
Component Module | Component
Component | Supply Line
Product Module | Product
Product | Supply Line
Service Module | Service
Transformation Module | Transformation
Transformation Operation | Mapped Value
......
Component | Supply Line
Product | Supply Line
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