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 @@
<value> <string>"""Returns Accounting Transactions related to the project.\n
"""\n
kw[\'project_uid\'] = context.getUid()\n
kw[\'node_category_strict_membership\'] = [\'account_type/asset/receivable\',\n
\'account_type/liability/payable\']\n
context.log(context.Node_getAccountingTransactionList(src__=1, **kw))\n
kw[\'node_category_strict_membership\'] = [\'account_type/expense\',\n
\'account_type/income\']\n
return context.Node_getAccountingTransactionList(**kw)\n
</string> </value>
</item>
......
692
\ No newline at end of file
693
\ 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