Commit a9b88fd6 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Add Transformation Operation Cell and Transformation Transformed Resource Cell

Those are necessary for filtering efficiently on Portal Types.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5dffdee3
...@@ -90,9 +90,9 @@ ...@@ -90,9 +90,9 @@
<item>Transformation</item> <item>Transformation</item>
</portal_type> </portal_type>
<portal_type id="Transformation Operation"> <portal_type id="Transformation Operation">
<item>Mapped Value</item> <item>Transformation Operation Cell</item>
</portal_type> </portal_type>
<portal_type id="Transformation Transformed Resource"> <portal_type id="Transformation Transformed Resource">
<item>Mapped Value</item> <item>Transformation Transformed Resource Cell</item>
</portal_type> </portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Trade Model Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Transformation Operation Cell</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addMappedValue</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Transformation Operation Cell</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Trade Model Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Transformation Transformed Resource Cell</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addMappedValue</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Transformation Transformed Resource Cell</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-03-04 Nicolas Dumazet 2010-03-04 Nicolas Dumazet
* Add version field to Transformations * Add version field to Transformations
* Add Transformation Transformed Resource Cell & Transformation Operation Cell portal types
2010-03-03 yusei 2010-03-03 yusei
* Fix cell portal type names in matrix boxes. Internal Supply Cell must be used in Internal Supply Line. * Fix cell portal type names in matrix boxes. Internal Supply Cell must be used in Internal Supply Line.
......
455 456
\ No newline at end of file \ No newline at end of file
...@@ -43,8 +43,8 @@ Service | Supply Line ...@@ -43,8 +43,8 @@ Service | Supply Line
Supply Line | Predicate Supply Line | Predicate
Supply Line | Supply Cell Supply Line | Supply Cell
Transformation Module | Transformation Transformation Module | Transformation
Transformation Operation | Mapped Value Transformation Operation | Transformation Operation Cell
Transformation Transformed Resource | Mapped Value Transformation Transformed Resource | Transformation Transformed Resource Cell
Transformation | Transformation Operation Transformation | Transformation Operation
Transformation | Transformation Optional Resource Transformation | Transformation Optional Resource
Transformation | Transformation Transformed Resource Transformation | Transformation Transformed Resource
\ No newline at end of file
...@@ -24,5 +24,5 @@ Service | Sale Supply Line ...@@ -24,5 +24,5 @@ Service | Sale Supply Line
Service | Supply Line Service | Supply Line
Supply Line | Predicate Supply Line | Predicate
Supply Line | Supply Cell Supply Line | Supply Cell
Transformation Operation | Mapped Value Transformation Operation | Transformation Operation Cell
Transformation Transformed Resource | Mapped Value Transformation Transformed Resource | Transformation Transformed Resource Cell
\ No newline at end of file \ No newline at end of file
...@@ -29,5 +29,7 @@ Supply Line ...@@ -29,5 +29,7 @@ Supply Line
Transformation Transformation
Transformation Module Transformation Module
Transformation Operation Transformation Operation
Transformation Operation Cell
Transformation Optional Resource Transformation Optional Resource
Transformation Transformed Resource Transformation Transformed Resource
Transformation Transformed Resource Cell
\ 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