[Erp5-report] r24327 - in /erp5/branches/version-5.2.1/bt5/erp5_accounting: SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 24 18:20:22 CEST 2008


Author: yusei
Date: Fri Oct 24 18:20:15 2008
New Revision: 24327

URL: http://svn.erp5.org?rev=24327&view=rev
Log:
2008-10-24 yusei
* Backport bugfixes.
* Use translation of payment_mode category in the journal dialog.
* Use translated role name in entity_role field in third party report.

Modified:
    erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_entity_role.xml
    erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_entity_role.xml
    erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml
    erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/change_log
    erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/revision
    erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/version

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_entity_role.xml
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_entity_role.xml?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_entity_role.xml (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_entity_role.xml Fri Oct 24 18:20:15 2008
@@ -263,11 +263,8 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -282,18 +279,15 @@
   <record id="3" aka="AAAAAAAAAAM=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:here.portal_categories.role.getCategoryChildLogicalPathItemList(base=0)</string> </value>
+            <value> <string>python:here.portal_categories.role.getCategoryChildTranslatedLogicalPathItemList(base=0)</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_entity_role.xml
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_entity_role.xml?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_entity_role.xml (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_entity_role.xml Fri Oct 24 18:20:15 2008
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.StandardFields</string>
-          <string>MultiListField</string>
-        </tuple>
-        <none/>
+        <global name="MultiListField" module="Products.Formulator.StandardFields"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -264,18 +261,15 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:here.portal_categories.role.getCategoryChildLogicalPathItemList(base=0)</string> </value>
+            <value> <string>python:here.portal_categories.role.getCategoryChildTranslatedLogicalPathItemList(base=0)</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml Fri Oct 24 18:20:15 2008
@@ -267,18 +267,15 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: here.portal_categories.payment_mode.getCategoryChildLogicalPathItemList()</string> </value>
+            <value> <string>python: here.portal_categories.payment_mode.getCategoryChildTranslatedLogicalPathItemList()</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/change_log?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/change_log Fri Oct 24 18:20:15 2008
@@ -1,3 +1,8 @@
+2008-10-24 yusei
+* Backport bugfixes.
+* Use translation of payment_mode category in the journal dialog.
+* Use translated role name in entity_role field in third party report.
+
 2008-09-16 Kazuhiko
 * remove payment_transaction_builder because now it is included in erp5_invoicing.
 * use  delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/revision?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/revision (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/revision Fri Oct 24 18:20:15 2008
@@ -1,1 +1,1 @@
-786
+788

Modified: erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/version
URL: http://svn.erp5.org/erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/version?rev=24327&r1=24326&r2=24327&view=diff
==============================================================================
--- erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/version (original)
+++ erp5/branches/version-5.2.1/bt5/erp5_accounting/bt/version Fri Oct 24 18:20:15 2008
@@ -1,1 +1,1 @@
-5.2
+5.2.1




More information about the Erp5-report mailing list