Commit c7259b88 authored by Fabien Morin's avatar Fabien Morin

fix some portal_type icon to use existing icons, add a catagory on Apparel...

fix some portal_type icon to use existing icons, add a catagory on Apparel Fabric and hide Mapped Value portal_type on Apparel Size.

remove source_title  from ApparelFabric_view : like in product, purchase_supply_line_source_title sould be used

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29443 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b87d3ea
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
<portal_type id="Apparel Cloth"> <portal_type id="Apparel Cloth">
<item>measure</item> <item>measure</item>
</portal_type> </portal_type>
<portal_type id="Apparel Colour Range">
<item>fabric_brand</item>
</portal_type>
<portal_type id="Apparel Component Variation"> <portal_type id="Apparel Component Variation">
<item>collection</item> <item>collection</item>
</portal_type> </portal_type>
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
<item>Mapped Value</item> <item>Mapped Value</item>
<item>Supply Line</item> <item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Apparel Size">
<item>Mapped Value</item>
</portal_type>
<portal_type id="Apparel Transformation Transformed Resource"> <portal_type id="Apparel Transformation Transformed Resource">
<item>Mapped Value</item> <item>Mapped Value</item>
</portal_type> </portal_type>
......
...@@ -105,6 +105,10 @@ ...@@ -105,6 +105,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -41,7 +45,7 @@ ...@@ -41,7 +45,7 @@
</item> </item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value> <value> <string>document_icon.gif</string> </value>
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
...@@ -60,6 +64,12 @@ ...@@ -60,6 +64,12 @@
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -74,6 +84,10 @@ ...@@ -74,6 +84,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -86,6 +86,10 @@ ...@@ -86,6 +86,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -41,7 +45,7 @@ ...@@ -41,7 +45,7 @@
</item> </item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value> <value> <string>document_icon.gif</string> </value>
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
...@@ -60,6 +64,12 @@ ...@@ -60,6 +64,12 @@
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -74,6 +84,10 @@ ...@@ -74,6 +84,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
82 83
\ No newline at end of file \ No newline at end of file
Apparel Cloth | measure Apparel Cloth | measure
Apparel Colour Range | fabric_brand
Apparel Component Variation | collection Apparel Component Variation | collection
Apparel Fabric Colour Variation | collection Apparel Fabric Colour Variation | collection
Apparel Fabric Colour Variation | colour Apparel Fabric Colour Variation | colour
......
...@@ -11,4 +11,5 @@ Apparel Model | Mapped Value ...@@ -11,4 +11,5 @@ Apparel Model | Mapped Value
Apparel Model | Purchase Supply Line Apparel Model | Purchase Supply Line
Apparel Model | Sale Supply Line Apparel Model | Sale Supply Line
Apparel Model | Supply Line Apparel Model | Supply Line
Apparel Size | Mapped Value
Apparel Transformation Transformed Resource | Mapped Value Apparel 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