Commit 4ec3f44d authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_pdm: Add Aggregate and Dublin core to Transformation

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