Commit 80d31762 authored by Jérome Perrin's avatar Jérome Perrin

move deprecated script to their dedicated place


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10970 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c552851
...@@ -92,9 +92,15 @@ return context.AccountingTransactionLine_getNodeItemList(mirror=1)\n ...@@ -92,9 +92,15 @@ return context.AccountingTransactionLine_getNodeItemList(mirror=1)\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>args, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -114,12 +120,14 @@ return context.AccountingTransactionLine_getNodeItemList(mirror=1)\n ...@@ -114,12 +120,14 @@ return context.AccountingTransactionLine_getNodeItemList(mirror=1)\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
</tuple> </tuple>
......
...@@ -92,6 +92,12 @@ return context.AccountingTransactionLine_getNodeItemList()\n ...@@ -92,6 +92,12 @@ return context.AccountingTransactionLine_getNodeItemList()\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>category_dict=None, caching_method_id=\'InvoiceTransactionLine_getSourceItemList\'</string> </value> <value> <string>category_dict=None, caching_method_id=\'InvoiceTransactionLine_getSourceItemList\'</string> </value>
......
105 106
\ 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