Commit 8cf0df19 authored by Tatuya Kamada's avatar Tatuya Kamada

Show the owner at Inventory module listbox because the inventories can be...

Show the owner at Inventory module listbox because the inventories can be owned by multiple sections.
parent b873813d
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>selection_name</string>
<string>search_columns</string>
<string>columns</string> <string>columns</string>
<string>search_columns</string>
<string>selection_name</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -90,6 +90,10 @@ ...@@ -90,6 +90,10 @@
<string>destination_title</string> <string>destination_title</string>
<string>Warehouse</string> <string>Warehouse</string>
</tuple> </tuple>
<tuple>
<string>destination_section_title</string>
<string>Owner</string>
</tuple>
<tuple> <tuple>
<string>delivery.start_date</string> <string>delivery.start_date</string>
<string>Inventory Date</string> <string>Inventory Date</string>
...@@ -125,6 +129,10 @@ ...@@ -125,6 +129,10 @@
<string>destination_title</string> <string>destination_title</string>
<string>Warehouse</string> <string>Warehouse</string>
</tuple> </tuple>
<tuple>
<string>destination_section_title</string>
<string>Owner</string>
</tuple>
<tuple> <tuple>
<string>delivery.start_date</string> <string>delivery.start_date</string>
<string>Inventory Date</string> <string>Inventory Date</string>
......
2011-06-23 tatuya
* Show the owner at Inventory module listbox because the inventories can be owned by multiple sections.
2011-06-02 arnaud.fontaine 2011-06-02 arnaud.fontaine
* Fix issue on stock listbox when there is no unit conversion defined. * Fix issue on stock listbox when there is no unit conversion defined.
......
1130 1131
\ 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