Commit 604d5db4 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_accounting: Add more columns to listbox in Accounting Transaction Module

Added source_trade, source and specialise to more columns and set as searchable columns
parent 8be2628d
...@@ -202,6 +202,18 @@ ...@@ -202,6 +202,18 @@
<string>modification_date</string> <string>modification_date</string>
<string>Modification Date</string> <string>Modification Date</string>
</tuple> </tuple>
<tuple>
<string>source_trade_title</string>
<string>Source Trade</string>
</tuple>
<tuple>
<string>specialise_title</string>
<string>Sale Trade Condition</string>
</tuple>
<tuple>
<string>source_title</string>
<string>Sender or Provider</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -438,6 +450,18 @@ ...@@ -438,6 +450,18 @@
<string>owner_title</string> <string>owner_title</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
<tuple>
<string>source_trade_title</string>
<string>Source Trade</string>
</tuple>
<tuple>
<string>specialise_title</string>
<string>Sale Trade Condition</string>
</tuple>
<tuple>
<string>source_title</string>
<string>Sender or Provider</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
1568 1569
\ 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