Commit 65b8a45d authored by Jérome Perrin's avatar Jérome Perrin

Restore a minimal search dialog for account module

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14260 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6137484c
<?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_search</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>search</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>3.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Search</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}/AccountModule_viewSearchDialog</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -88,31 +88,22 @@
<item>
<key> <string>disabled</string> </key>
<value>
<list>
<string>my_from_date</string>
<string>my_to_date</string>
<string>my_transaction_section_category</string>
<string>my_transaction_simulation_state</string>
<string>my_accounting_transaction_line_currency</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_id</string>
<string>my_title</string>
<string>your_preferred_gap_id</string>
<string>your_title</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list>
<string>my_gap_id</string>
<string>my_default_gap_root</string>
</list>
<list/>
</value>
</item>
</dictionary>
......
287
\ No newline at end of file
288
\ No newline at end of file
......@@ -6,6 +6,7 @@ Account Module | journal_report
Account Module | jump_active_accounting_pref
Account Module | list_ui
Account Module | print
Account Module | search
Account Module | sort_on
Account Module | third_parties_report
Account Module | trial_balance_report
......
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