[Erp5-report] r21504 - in /erp5/trunk/bt5/erp5_payroll: CategoryTemplateItem/portal_categor...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 11 16:36:10 CEST 2008


Author: jerome
Date: Wed Jun 11 16:36:09 2008
New Revision: 21504

URL: http://svn.erp5.org?rev=21504&view=rev
Log:
Tax Category should not be acquired, but defined explicitly on cells.

Modified:
    erp5/trunk/bt5/erp5_payroll/CategoryTemplateItem/portal_categories/tax_category.xml
    erp5/trunk/bt5/erp5_payroll/bt/revision

Modified: erp5/trunk/bt5/erp5_payroll/CategoryTemplateItem/portal_categories/tax_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/CategoryTemplateItem/portal_categories/tax_category.xml?rev=21504&r1=21503&r2=21504&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/CategoryTemplateItem/portal_categories/tax_category.xml (original)
+++ erp5/trunk/bt5/erp5_payroll/CategoryTemplateItem/portal_categories/tax_category.xml Wed Jun 11 16:36:09 2008
@@ -44,11 +44,7 @@
         <item>
             <key> <string>acquisition_base_category</string> </key>
             <value>
-              <tuple>
-                <string>delivery</string>
-                <string>order</string>
-                <string>parent</string>
-              </tuple>
+              <tuple/>
             </value>
         </item>
         <item>
@@ -67,7 +63,7 @@
         </item>
         <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
+            <value> <string>python: []</string> </value>
         </item>
         <item>
             <key> <string>acquisition_sync_value</string> </key>
@@ -82,7 +78,9 @@
         <item>
             <key> <string>category_type</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>variation</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -93,7 +91,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>fallback_base_category</string> </key>

Modified: erp5/trunk/bt5/erp5_payroll/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/bt/revision?rev=21504&r1=21503&r2=21504&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/bt/revision (original)
+++ erp5/trunk/bt5/erp5_payroll/bt/revision Wed Jun 11 16:36:09 2008
@@ -1,1 +1,1 @@
-266
+274




More information about the Erp5-report mailing list