[Erp5-report] r7172 - in /erp5/trunk/bt5/erp5_trade: ActionTemplateItem/portal_types/Invent...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 11 00:32:26 CEST 2006


Author: jerome
Date: Thu May 11 00:32:19 2006
New Revision: 7172

URL: http://svn.erp5.org?rev=7172&view=rev
Log:
show Inventory and price only if object has cell content

Modified:
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/inventory_view.xml
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/price_view.xml
    erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml

Modified: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/inventory_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%2520Line/inventory_view.xml?rev=7172&r1=7171&r2=7172&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/inventory_view.xml (original)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/inventory_view.xml Thu May 11 00:32:19 2006
@@ -30,15 +30,25 @@
         </item>
         <item>
             <key> <string>condition</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </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>inventory_view</string> </value>
+        </item>
+        <item>
+            <key> <string>optional</string> </key>
+            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>permissions</string> </key>
@@ -82,4 +92,23 @@
       </dictionary>
     </pickle>
   </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>object/hasCellContent</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/price_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%2520Line/price_view.xml?rev=7172&r1=7171&r2=7172&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/price_view.xml (original)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Inventory%20Line/price_view.xml Thu May 11 00:32:19 2006
@@ -30,15 +30,25 @@
         </item>
         <item>
             <key> <string>condition</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </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>price_view</string> </value>
+        </item>
+        <item>
+            <key> <string>optional</string> </key>
+            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>permissions</string> </key>
@@ -82,4 +92,23 @@
       </dictionary>
     </pickle>
   </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>object/hasCellContent</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%2520Line.xml?rev=7172&r1=7171&r2=7172&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml Thu May 11 00:32:19 2006
@@ -68,7 +68,7 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>Une ligne tarifaire.</string> </value>
+            <value> <string></string> </value>
         </item>
         <item>
             <key> <string>factory</string> </key>




More information about the Erp5-report mailing list