Commit d669e65c authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_trade: As there may be several trade_phase which could be set on a Trade...

erp5_trade: As there may be several trade_phase which could be set on a Trade Model Path, all of them should be displayed in ListBox and not only the first one.
parent bc03ebf6
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
<value> <value>
<list> <list>
<string>listbox_int_index</string> <string>listbox_int_index</string>
<string>listbox_trade_phase_title_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>trade_phase_title</string> <string>trade_phase_title_list</string>
<string>Trade Phase</string> <string>Trade Phase</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>trade_phase_title</string> <string>trade_phase_title_list</string>
<string>Trade Phase</string> <string>Trade Phase</string>
</tuple> </tuple>
<tuple> <tuple>
......
2015-06-12 arnaud.fontaine
* As there may be several trade_phase which could be set on a Trade Model Path, all of them should be displayed in ListBox and not only the first one.
2015-06-12 arnaud.fontaine 2015-06-12 arnaud.fontaine
* Remove fields which have never been used on TradeModelPath view. * Remove fields which have never been used on TradeModelPath view.
......
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