[Erp5-report] r45827 jerome - in /erp5/trunk/bt5/erp5_direct_debit_payment: ActionTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 4 14:51:08 CEST 2011


Author: jerome
Date: Wed May  4 14:51:07 2011
New Revision: 45827

URL: http://svn.erp5.org?rev=45827&view=rev
Log:
helper action to ceate a direct debit mandate from a bank account

Added:
    erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/add_direct_debit_mandate.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_createDirectDebitMandate.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_destination.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_start_date.xml
Modified:
    erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/jump_direct_debit_mandate_list.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/DirectDebitMandate_init.xml
    erp5/trunk/bt5/erp5_direct_debit_payment/bt/revision
    erp5/trunk/bt5/erp5_direct_debit_payment/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/add_direct_debit_mandate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%2520Account/add_direct_debit_mandate.xml?rev=45827&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/add_direct_debit_mandate.xml (added)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/add_direct_debit_mandate.xml [utf8] Wed May  4 14:51:07 2011
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>action_type/object_action</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_action</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>add_direct_debit_mandate</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Action Information</string> </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>1.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Create Direct Debit Mandate</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/BankAccount_viewCreateDirectDebitMandateDialog</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:portal.Base_checkPermission(\'direct_debit_mandate_module\', \'Add portal content\')</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/jump_direct_debit_mandate_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%2520Account/jump_direct_debit_mandate_list.xml?rev=45827&r1=45826&r2=45827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/jump_direct_debit_mandate_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/ActionTemplateItem/portal_types/Bank%20Account/jump_direct_debit_mandate_list.xml [utf8] Wed May  4 14:51:07 2011
@@ -26,7 +26,9 @@
         </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>
@@ -86,4 +88,17 @@ string:${object_url}/Base_jumpToRelatedO
       </dictionary>
     </pickle>
   </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:portal.Base_checkPermission(\'direct_debit_mandate_module\', \'View\')</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>

Added: erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_createDirectDebitMandate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_createDirectDebitMandate.xml?rev=45827&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_createDirectDebitMandate.xml (added)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_createDirectDebitMandate.xml [utf8] Wed May  4 14:51:07 2011
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>Script_magic</string> </key>
+            <value> <int>3</int> </value>
+        </item>
+        <item>
+            <key> <string>_bind_names</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>_asgns</string> </key>
+                        <value>
+                          <dictionary>
+                            <item>
+                                <key> <string>name_container</string> </key>
+                                <value> <string>container</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_context</string> </key>
+                                <value> <string>context</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_m_self</string> </key>
+                                <value> <string>script</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_subpath</string> </key>
+                                <value> <string>traverse_subpath</string> </value>
+                            </item>
+                          </dictionary>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_body</string> </key>
+            <value> <string>from Products.ERP5Type.Message import translateString\n
+\n
+direct_debit_mandate = context.getPortalObject().direct_debit_mandate_module.newContent(\n
+  portal_type=\'Direct Debit Mandate\',\n
+  source_value=context.getParentValue(),\n
+  source_payment_value=context,\n
+  destination=destination,\n
+  start_date=start_date)\n
+\n
+return direct_debit_mandate.Base_redirect(\'view\',\n
+    keep_items=dict(portal_status_message=translateString(\'Direct debit mandate created.\')))\n
+</string> </value>
+        </item>
+        <item>
+            <key> <string>_params</string> </key>
+            <value> <string>destination, start_date</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>BankAccount_createDirectDebitMandate</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog.xml?rev=45827&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog.xml (added)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog.xml [utf8] Wed May  4 14:51:07 2011
@@ -0,0 +1,153 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ERP5Form" module="Products.ERP5Form.Form"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_bind_names</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>_asgns</string> </key>
+                        <value>
+                          <dictionary/>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value> <string>BankAccount_createDirectDebitMandate</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>edit_order</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>encoding</string> </key>
+            <value> <string>UTF-8</string> </value>
+        </item>
+        <item>
+            <key> <string>enctype</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <list>
+                <string>left</string>
+                <string>right</string>
+                <string>center</string>
+                <string>bottom</string>
+                <string>hidden</string>
+              </list>
+            </value>
+        </item>
+        <item>
+            <key> <string>groups</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>bottom</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>center</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>hidden</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>left</string> </key>
+                    <value>
+                      <list>
+                        <string>your_destination</string>
+                        <string>your_start_date</string>
+                      </list>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>right</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>BankAccount_viewCreateDirectDebitMandateDialog</string> </value>
+        </item>
+        <item>
+            <key> <string>method</string> </key>
+            <value> <string>POST</string> </value>
+        </item>
+        <item>
+            <key> <string>name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>pt</string> </key>
+            <value> <string>form_dialog</string> </value>
+        </item>
+        <item>
+            <key> <string>row_length</string> </key>
+            <value> <int>4</int> </value>
+        </item>
+        <item>
+            <key> <string>stored_encoding</string> </key>
+            <value> <string>UTF-8</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Create Direct Debit Mandate</string> </value>
+        </item>
+        <item>
+            <key> <string>unicode_mode</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>update_action</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>update_action_title</string> </key>
+            <value> <string></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_destination.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_destination.xml?rev=45827&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_destination.xml (added)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_destination.xml [utf8] Wed May  4 14:51:07 2011
@@ -0,0 +1,126 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list>
+                <string>items</string>
+                <string>title</string>
+              </list>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>your_destination</string> </value>
+        </item>
+        <item>
+            <key> <string>message_values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>external_validator_failed</string> </key>
+                    <value> <string>The input failed the external validator.</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>overrides</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>tales</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>items</string> </key>
+                    <value>
+                      <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>title</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_list_field</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Base_viewFieldLibrary</string> </value>
+                </item>
+                <item>
+                    <key> <string>items</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string>Click to edit the target</string> </value>
+                </item>
+                <item>
+                    <key> <string>title</string> </key>
+                    <value> <string>Debtor</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_text</string> </key>
+            <value> <string>python: context.Base_getPreferredSectionItemList()</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_start_date.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_start_date.xml?rev=45827&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_start_date.xml (added)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/BankAccount_viewCreateDirectDebitMandateDialog/your_start_date.xml [utf8] Wed May  4 14:51:07 2011
@@ -0,0 +1,90 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>your_start_date</string> </value>
+        </item>
+        <item>
+            <key> <string>message_values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>external_validator_failed</string> </key>
+                    <value> <string>The input failed the external validator.</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>overrides</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>tales</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_date_time_field</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Base_viewFieldLibrary</string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string>Click to edit the target</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/DirectDebitMandate_init.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/DirectDebitMandate_init.xml?rev=45827&r1=45826&r2=45827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/DirectDebitMandate_init.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/SkinTemplateItem/portal_skins/erp5_direct_debit_payment/DirectDebitMandate_init.xml [utf8] Wed May  4 14:51:07 2011
@@ -50,7 +50,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>"""Initialize an unique reference on direct debit mandate.\n
+            <value> <string>"""Initialize an unique reference on direct debit mandate, and set an initial version.\n
 """\n
 reference = context.getPortalObject().portal_ids.generateNewId(\n
   id_group=\'direct_debit_mandate.reference\',\n
@@ -58,6 +58,7 @@ reference = context.getPortalObject().po
   default=1)\n
 \n
 context.setReference(\'%05d\' % reference)\n
+context.setVersion(\'001\')\n
 </string> </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_direct_debit_payment/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/bt/revision?rev=45827&r1=45826&r2=45827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/bt/revision [utf8] Wed May  4 14:51:07 2011
@@ -1 +1 @@
-2
\ No newline at end of file
+3
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_direct_debit_payment/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_direct_debit_payment/bt/template_action_path_list?rev=45827&r1=45826&r2=45827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_direct_debit_payment/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_direct_debit_payment/bt/template_action_path_list [utf8] Wed May  4 14:51:07 2011
@@ -1,3 +1,4 @@
+Bank Account | add_direct_debit_mandate
 Bank Account | jump_direct_debit_mandate_list
 Direct Debit Mandate Module | view
 Direct Debit Mandate | view
\ No newline at end of file



More information about the Erp5-report mailing list