[Erp5-report] r29410 - in /erp5/trunk/bt5/erp5_apparel: ActionTemplateItem/portal_types/App...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 5 16:06:21 CEST 2009


Author: fabien
Date: Mon Oct  5 16:06:19 2009
New Revision: 29410

URL: http://svn.erp5.org?rev=29410&view=rev
Log:
add measure action to Fabric portal_type

Added:
    erp5/trunk/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_measure.xml
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view/my_quantity_unit_list.xml
Modified:
    erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view.xml
    erp5/trunk/bt5/erp5_apparel/bt/revision
    erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list
    erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list

Added: erp5/trunk/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_measure.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%2520Fabric/view_measure.xml?rev=29410&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_measure.xml (added)
+++ erp5/trunk/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_measure.xml [utf8] Mon Oct  5 16:06:19 2009
@@ -1,0 +1,77 @@
+<?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>

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=29410&r1=29409&r2=29410&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Mon Oct  5 16:06:19 2009
@@ -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>

Modified: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view.xml?rev=29410&r1=29409&r2=29410&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view.xml [utf8] Mon Oct  5 16:06:19 2009
@@ -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>

Added: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view/my_quantity_unit_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view/my_quantity_unit_list.xml?rev=29410&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view/my_quantity_unit_list.xml (added)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabric_view/my_quantity_unit_list.xml [utf8] Mon Oct  5 16:06:19 2009
@@ -1,0 +1,95 @@
+<?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>

Modified: erp5/trunk/bt5/erp5_apparel/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/revision?rev=29410&r1=29409&r2=29410&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] Mon Oct  5 16:06:19 2009
@@ -1,1 +1,1 @@
-70
+71

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list?rev=29410&r1=29409&r2=29410&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list [utf8] Mon Oct  5 16:06:19 2009
@@ -85,6 +85,7 @@
 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

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list?rev=29410&r1=29409&r2=29410&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list [utf8] Mon Oct  5 16:06:19 2009
@@ -19,6 +19,7 @@
 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




More information about the Erp5-report mailing list