diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml
index 883090bc9b00c728c950ed1416709b86070064d9..cf8df4a88a048164f1b524d85731e00ea0281232 100644
--- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml
+++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml
@@ -57,7 +57,10 @@
 """\n
 kw[\'project_uid\'] = context.getUid()\n
 kw[\'node_category_strict_membership\'] = [\'account_type/expense\',\n
-                                         \'account_type/income\']\n
+                                         \'account_type/income\',\n
+                                         \'account_type/asset/receivable\',\n
+                                         \'account_type/liability/payable\']\n
+\n
 return context.Node_getAccountingTransactionList(**kw)\n
 </string> </value>
         </item>
diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision
index 3bcb0b1041fb83198412d5fa1c1ce5f7764729dd..02d9616fbcba9b9fa1a50cb722418773c5d4f5f0 100644
--- a/bt5/erp5_project/bt/revision
+++ b/bt5/erp5_project/bt/revision
@@ -1 +1 @@
-696
\ No newline at end of file
+697
\ No newline at end of file