Commit ea1b573f authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_pdm: show price so user can export it

also change limit
parent d8ab74d2
......@@ -11,6 +11,7 @@
<value>
<list>
<string>all_columns</string>
<string>default_params</string>
<string>title</string>
</list>
</value>
......@@ -136,6 +137,25 @@
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
<tuple>
<string>getPurchaseSupplyLineBasePrice</string>
<string>Purchase Price</string>
</tuple>
<tuple>
<string>getSaleSupplyLineBasePrice</string>
<string>Sale Price</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>default_params</string> </key>
<value>
<list>
<tuple>
<string>limit</string>
<string>100000</string>
</tuple>
</list>
</value>
</item>
......
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