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 @@
<value>
<list>
<tuple>
<string>debit</string>
<string>total_debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>credit</string>
<string>total_credit</string>
<string>Credit</string>
</tuple>
<tuple>
......@@ -398,6 +398,14 @@
<string>specific_reference</string>
<string>Transaction Reference</string>
</tuple>
<tuple>
<string>total_debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>total_credit</string>
<string>Credit</string>
</tuple>
<tuple>
<string>source_project_title</string>
<string>Supplier Project</string>
......
1534
\ No newline at end of file
1535
\ 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