Commit 412133d1 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Xiaowu Zhang

erp5_pdm: Add Aggregate and Dublin core to Transformation

This allow to use transformation as predicate
parent 2647b685
......@@ -25,6 +25,7 @@
</portal_type>
<portal_type id="Transformation">
<item>transformation_type</item>
<item>aggregate</item>
</portal_type>
<portal_type id="Transformation Module">
<item>business_application</item>
......
......@@ -24,4 +24,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>
......
......@@ -7,4 +7,5 @@ Quantity Unit Conversion Module | business_application
Sale Supply Module | business_application
Service Module | business_application
Transformation Module | business_application
Transformation | transformation_type
\ No newline at end of file
Transformation | transformation_type
Transformation | aggregate
......@@ -6,4 +6,5 @@ Product Individual Variation | Reference
Product | DefaultImage
Resource Measures Consistency Constraint | ConstraintType
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