[Erp5-report] r37248 nicolas.dumazet - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: Ca...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 23 03:06:03 CEST 2010


Author: nicolas.dumazet
Date: Fri Jul 23 03:06:01 2010
New Revision: 37248

URL: http://svn.erp5.org?rev=37248&view=rev
Log:
quantity_unit: remove Resources from acquisition portal type, disable copy on acquisition

it is not necessary to acquire quantity_unit in subobject of Resources.
It causes view issues in Measure views.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml?rev=37248&r1=37247&r2=37248&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml [utf8] Fri Jul 23 03:06:01 2010
@@ -43,7 +43,7 @@
         </item>
         <item>
             <key> <string>acquisition_copy_value</string> </key>
-            <value> <int>1</int> </value>
+            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>acquisition_mask_value</string> </key>
@@ -57,7 +57,7 @@
         </item>
         <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalResourceTypeList())</string> </value>
+            <value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
         </item>
         <item>
             <key> <string>acquisition_sync_value</string> </key>
@@ -111,7 +111,7 @@
         </item>
         <item>
             <key> <string>last_id</string> </key>
-            <value> <string>4</string> </value>
+            <value> <string>6</string> </value>
         </item>
         <item>
             <key> <string>membership_criterion_base_category</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=37248&r1=37247&r2=37248&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Jul 23 03:06:01 2010
@@ -1 +1 @@
-1634
\ No newline at end of file
+1635




More information about the Erp5-report mailing list