Commit b66eace3 authored by Jérome Perrin's avatar Jérome Perrin

support group by and select expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30796 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 704ff074
...@@ -94,15 +94,15 @@ if params.get(\'operation_date\', {}).get(\'query\'):\n ...@@ -94,15 +94,15 @@ if params.get(\'operation_date\', {}).get(\'query\'):\n
# as a catalog.parent_uid filter with SimulationTool.getMovementList.\n # as a catalog.parent_uid filter with SimulationTool.getMovementList.\n
# In this example, you can use side independant inventory API with \n # In this example, you can use side independant inventory API with \n
# accounting module selection. see erp5_accounting_l10n_fr_m9 for an example.\n # accounting module selection. see erp5_accounting_l10n_fr_m9 for an example.\n
# ... XXX no this is deprecated\n
src__ = context.REQUEST.other.get(\'src__\', 0)\n src__ = context.REQUEST.other.get(\'src__\', 0)\n
no_limit = context.REQUEST.other.get(\'no_limit\', 0)\n
search_result_keys = context.REQUEST.other.get(\'search_result_keys\', None)\n search_result_keys = context.REQUEST.other.get(\'search_result_keys\', None)\n
\n \n
return context.AccountingTransactionModule_zGetAccountingTransactionList( \n return context.AccountingTransactionModule_zGetAccountingTransactionList( \n
selection_params=params,\n selection_params=params,\n
src__=src__,\n src__=src__,\n
search_result_keys=search_result_keys,\n search_result_keys=search_result_keys,\n
no_limit=no_limit, **params)\n **params)\n
]]></string> </value> ]]></string> </value>
...@@ -149,7 +149,6 @@ return context.AccountingTransactionModule_zGetAccountingTransactionList( \n ...@@ -149,7 +149,6 @@ return context.AccountingTransactionModule_zGetAccountingTransactionList( \n
<string>_getitem_</string> <string>_getitem_</string>
<string>_apply_</string> <string>_apply_</string>
<string>src__</string> <string>src__</string>
<string>no_limit</string>
<string>None</string> <string>None</string>
<string>search_result_keys</string> <string>search_result_keys</string>
</tuple> </tuple>
......
1042 1051
\ No newline at end of file \ No newline at end of file
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