Commit 40734bbf authored by Jérome Perrin's avatar Jérome Perrin

Action to jump from Account to Account Transaction Module showing all...

Action to jump from Account to Account Transaction Module showing all transaction related to htis account was missing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14746 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd28906d
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.ActionInformation</string>
<string>ActionInformation</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_jump</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>jump_to_accounting</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string></string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>6.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Accounting</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>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Base_jumpToAccountingTransaction?from_account=1</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
327 331
\ No newline at end of file \ No newline at end of file
...@@ -13,6 +13,7 @@ Account Module | trial_balance_report ...@@ -13,6 +13,7 @@ Account Module | trial_balance_report
Account Module | view Account Module | view
Account | history Account | history
Account | jump_active_accounting_pref Account | jump_active_accounting_pref
Account | jump_to_accounting
Account | metadata Account | metadata
Account | print Account | print
Account | transaction_list Account | transaction_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment