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 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>selection_name</string>
<string>search_columns</string>
<string>columns</string>
<string>search_columns</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
</item>
......@@ -90,6 +90,10 @@
<string>destination_title</string>
<string>Warehouse</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>Owner</string>
</tuple>
<tuple>
<string>delivery.start_date</string>
<string>Inventory Date</string>
......@@ -125,6 +129,10 @@
<string>destination_title</string>
<string>Warehouse</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>Owner</string>
</tuple>
<tuple>
<string>delivery.start_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
* Fix issue on stock listbox when there is no unit conversion defined.
......
1130
\ No newline at end of file
1131
\ 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