Commit e7cde78b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we need expense and income instead of payable or receivable for Transaction tab in Project.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fcacd11f
...@@ -56,9 +56,8 @@ ...@@ -56,9 +56,8 @@
<value> <string>"""Returns Accounting Transactions related to the project.\n <value> <string>"""Returns Accounting Transactions related to the project.\n
"""\n """\n
kw[\'project_uid\'] = context.getUid()\n kw[\'project_uid\'] = context.getUid()\n
kw[\'node_category_strict_membership\'] = [\'account_type/asset/receivable\',\n kw[\'node_category_strict_membership\'] = [\'account_type/expense\',\n
\'account_type/liability/payable\']\n \'account_type/income\']\n
context.log(context.Node_getAccountingTransactionList(src__=1, **kw))\n
return context.Node_getAccountingTransactionList(**kw)\n return context.Node_getAccountingTransactionList(**kw)\n
</string> </value> </string> </value>
</item> </item>
......
692 693
\ 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