Commit 414ad054 authored by Jérome Perrin's avatar Jérome Perrin

erp5_accounting: total_debit & credit are searchable columns

parent 2a1af9d0
...@@ -271,11 +271,11 @@ ...@@ -271,11 +271,11 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>debit</string> <string>total_debit</string>
<string>Debit</string> <string>Debit</string>
</tuple> </tuple>
<tuple> <tuple>
<string>credit</string> <string>total_credit</string>
<string>Credit</string> <string>Credit</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -398,6 +398,14 @@ ...@@ -398,6 +398,14 @@
<string>specific_reference</string> <string>specific_reference</string>
<string>Transaction Reference</string> <string>Transaction Reference</string>
</tuple> </tuple>
<tuple>
<string>total_debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>total_credit</string>
<string>Credit</string>
</tuple>
<tuple> <tuple>
<string>source_project_title</string> <string>source_project_title</string>
<string>Supplier Project</string> <string>Supplier Project</string>
......
1534 1535
\ 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