Commit 586340a8 authored by Jérome Perrin's avatar Jérome Perrin

added stat columns

changed selection name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5907 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 879696cf
...@@ -432,12 +432,7 @@ ...@@ -432,12 +432,7 @@
<item> <item>
<key> <string>global_attributes</string> </key> <key> <string>global_attributes</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>resource</string>
<string>resource</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -496,7 +491,7 @@ ...@@ -496,7 +491,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>accounting_transaction_line_selection</string> </value> <value> <string>accounting_transaction_destination_asset_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
...@@ -518,12 +513,23 @@ ...@@ -518,12 +513,23 @@
<item> <item>
<key> <string>stat_columns</string> </key> <key> <string>stat_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>destination_asset_debit</string>
<string>AccountingTransactionLine_statDestinationAssetDebit</string>
</tuple>
<tuple>
<string>destination_asset_credit</string>
<string>AccountingTransactionLine_statDestinationAssetCredit</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>stat_method</string> </key> <key> <string>stat_method</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -579,4 +585,23 @@ ...@@ -579,4 +585,23 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>AccountingTransaction_searchInvoiceTransactionLines</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
...@@ -432,12 +432,7 @@ ...@@ -432,12 +432,7 @@
<item> <item>
<key> <string>global_attributes</string> </key> <key> <string>global_attributes</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>resource</string>
<string>resource</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -518,12 +513,23 @@ ...@@ -518,12 +513,23 @@
<item> <item>
<key> <string>stat_columns</string> </key> <key> <string>stat_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>source_asset_debit</string>
<string>AccountingTransactionLine_statSourceAssetDebit</string>
</tuple>
<tuple>
<string>source_asset_credit</string>
<string>AccountingTransactionLine_statSourceAssetCredit</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>stat_method</string> </key> <key> <string>stat_method</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -579,4 +585,23 @@ ...@@ -579,4 +585,23 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>AccountingTransaction_searchInvoiceTransactionLines</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
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