diff --git a/bt5/erp5_item/SkinTemplateItem/portal_skins/erp5_item/Item_viewTrackingList/listbox.xml b/bt5/erp5_item/SkinTemplateItem/portal_skins/erp5_item/Item_viewTrackingList/listbox.xml index 3027932b60dcab0d8c00625f6d7e4d34c325c392..4750bdb2e571aa274747174a4540bc7bd019139b 100644 --- a/bt5/erp5_item/SkinTemplateItem/portal_skins/erp5_item/Item_viewTrackingList/listbox.xml +++ b/bt5/erp5_item/SkinTemplateItem/portal_skins/erp5_item/Item_viewTrackingList/listbox.xml @@ -130,20 +130,7 @@ <item> <key> <string>editable_columns</string> </key> <value> - <list> - <tuple> - <string>date</string> - <string>Date</string> - </tuple> - <tuple> - <string>variation_category_item_list</string> - <string>Variation</string> - </tuple> - <tuple> - <string>item_quantity</string> - <string>Quantity</string> - </tuple> - </list> + <list/> </value> </item> <item> diff --git a/bt5/erp5_item/bt/change_log b/bt5/erp5_item/bt/change_log index 93aa9dc64d046a6dc6c8d889712b4007b30df900..caa4925f2adb74e41c61c068cae6f80de70aea2f 100644 --- a/bt5/erp5_item/bt/change_log +++ b/bt5/erp5_item/bt/change_log @@ -1,3 +1,6 @@ +2010-07-06 tatuya +* Fix the issue that Item_viewTrackingList shows editable fields in the listbox. They are no need. + 2010-07-06 tatuya * Fix the issue that the order of the listbox field in Item_viewTrackingList view was wrong. diff --git a/bt5/erp5_item/bt/revision b/bt5/erp5_item/bt/revision index 725cdcde65066b900790a2033dd6e9be01d6ba96..a0b994e3724ff2518eb7788ff74a96aa25dfca36 100644 --- a/bt5/erp5_item/bt/revision +++ b/bt5/erp5_item/bt/revision @@ -1 +1 @@ -193 \ No newline at end of file +195 \ No newline at end of file