[Erp5-report] r34985 jerome - in /erp5/trunk/bt5/erp5_accounting: ActionTemplateItem/portal...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue May 4 18:38:40 CEST 2010
Author: jerome
Date: Tue May 4 18:38:39 2010
New Revision: 34985
URL: http://svn.erp5.org?rev=34985&view=rev
Log:
Enable add_accounting_transaction_line on Balance Transcation
Added:
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Balance%20Transaction/add_accounting_transaction_line.xml
Modified:
erp5/trunk/bt5/erp5_accounting/bt/revision
erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list
Added: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Balance%20Transaction/add_accounting_transaction_line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Balance%2520Transaction/add_accounting_transaction_line.xml?rev=34985&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Balance%20Transaction/add_accounting_transaction_line.xml (added)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Balance%20Transaction/add_accounting_transaction_line.xml [utf8] Tue May 4 18:38:39 2010
@@ -1,0 +1,87 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+ <tuple/>
+ </tuple>
+ </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> <string></string> </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_accounting_transaction_line</string> </value>
+ </item>
+ <item>
+ <key> <string>permissions</string> </key>
+ <value>
+ <tuple>
+ <string>Add portal content</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>priority</string> </key>
+ <value> <float>20.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Add Accounting Transaction Lines</string> </value>
+ </item>
+ <item>
+ <key> <string>visible</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="Expression" module="Products.CMFCore.Expression"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/AccountingTransaction_viewAddAccountingTransactionLineDialog?portal_type=Balance+Transaction+Line</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=34985&r1=34984&r2=34985&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Tue May 4 18:38:39 2010
@@ -1,1 +1,1 @@
-1202
+1203
Modified: erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list?rev=34985&r1=34984&r2=34985&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list [utf8] Tue May 4 18:38:39 2010
@@ -48,6 +48,7 @@
Accounting Transaction | source_asset
Accounting Transaction | view
Balance Transaction Line | view
+Balance Transaction | add_accounting_transaction_line
Balance Transaction | destination_asset
Balance Transaction | view
Bank Account | jump_active_accounting_pref
More information about the Erp5-report
mailing list