[Erp5-report] r7512 - in /erp5/trunk/bt5/erp5_base: CategoryTemplateItem/portal_categories/...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 29 09:40:47 CEST 2006


Author: jerome
Date: Mon May 29 09:40:32 2006
New Revision: 7512

URL: http://svn.erp5.org?rev=7512&view=rev
Log:
Set acquisition on price_currency category


Modified:
    erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/price_currency.xml
    erp5/trunk/bt5/erp5_base/bt/change_log

Modified: erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/price_currency.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/price_currency.xml?rev=7512&r1=7511&r2=7512&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/price_currency.xml (original)
+++ erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/price_currency.xml Mon May 29 09:40:32 2006
@@ -43,8 +43,16 @@
             </value>
         </item>
         <item>
+            <key> <string>acquisition_base_category</string> </key>
+            <value>
+              <tuple>
+                <string>parent</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python: []</string> </value>
+            <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + (\'Currency\', ))</string> </value>
         </item>
         <item>
             <key> <string>categories</string> </key>
@@ -52,6 +60,12 @@
               <tuple>
                 <string>price_currency</string>
               </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_base/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/change_log?rev=7512&r1=7511&r2=7512&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_base/bt/change_log Mon May 29 09:40:32 2006
@@ -1,3 +1,6 @@
+2006-05-29 jerome
+* Set acquisition on price_currency category
+
 2006-05-15 jerome
 * removed 'transactions' view from Bank Account ptype. It is part of erp5_accounting.
 




More information about the Erp5-report mailing list