Commit 1fa823e3 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Cédric Le Ninivin

erp5_pdm: Add Aggregate and Dublin core to Transformation

This allow to use transformation as predicate
parent 3555368f
......@@ -23,6 +23,9 @@
<portal_type id="Service Module">
<item>business_application</item>
</portal_type>
<portal_type id="Transformation">
<item>aggregate</item>
</portal_type>
<portal_type id="Transformation Module">
<item>business_application</item>
</portal_type>
......
......@@ -21,4 +21,7 @@
<portal_type id="Supply Cell">
<item>Reference</item>
</portal_type>
<portal_type id="Transformation">
<item>DublinCore</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
......@@ -98,6 +98,18 @@
<key> <string>type_class</string> </key>
<value> <string>Transformation</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -6,4 +6,5 @@ Quantity Unit Conversion Group | quantity_unit
Quantity Unit Conversion Module | business_application
Sale Supply Module | business_application
Service Module | business_application
Transformation Module | business_application
\ No newline at end of file
Transformation Module | business_application
Transformation | aggregate
\ No newline at end of file
......@@ -5,4 +5,5 @@ Product Individual Variation | DefaultImage
Product Individual Variation | Reference
Product | DefaultImage
Service Individual Variation | DefaultImage
Supply Cell | Reference
\ No newline at end of file
Supply Cell | Reference
Transformation | DublinCore
\ 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