Commit dc797389 authored by Fabien Morin's avatar Fabien Morin

add measure action to Fabric portal_type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29410 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f20fd330
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view_measure</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.5</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Measure</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Resource_viewMeasure</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -43,6 +43,7 @@
<item>Purchase Supply Line</item>
<item>Supply Line</item>
<item>Mapped Value</item>
<item>Measure</item>
</portal_type>
<portal_type id="Apparel Fabric Item">
<item>Apparel Fabric Item</item>
......
......@@ -97,6 +97,7 @@
<string>my_quality_reference</string>
<string>my_drawing_reference</string>
<string>my_apparel_fabric_template_title</string>
<string>my_quantity_unit_list</string>
<string>my_resource</string>
<string>my_visual_pattern</string>
<string>my_trade_description</string>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_quantity_unit_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>extra_context</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>extra_context</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>extra_context</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity_unit_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Resource_viewFieldLibrary</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
70
\ No newline at end of file
71
\ No newline at end of file
......@@ -85,6 +85,7 @@ Apparel Fabric | purchase_price_view
Apparel Fabric | sale_price_view
Apparel Fabric | view
Apparel Fabric | view_composition
Apparel Fabric | view_measure
Apparel Measurement Module | csv_export
Apparel Measurement Module | csv_import
Apparel Measurement Module | list_ui
......
......@@ -19,6 +19,7 @@ Apparel Fabric Item | Apparel Fabric Item
Apparel Fabric Module | Apparel Fabric
Apparel Fabric | Apparel Fabric Colour Variation
Apparel Fabric | Mapped Value
Apparel Fabric | Measure
Apparel Fabric | Purchase Supply Line
Apparel Fabric | Sale Supply Line
Apparel Fabric | Supply Line
......
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