Commit f9ced21c authored by Nicolas Delaby's avatar Nicolas Delaby

Display Quantity Unit Item list from resource of item

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a2533df
......@@ -85,6 +85,12 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewTradeFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -103,7 +109,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: getattr(here.portal_categories.quantity_unit, preferences.getPreference(\'preferred_category_child_item_list_method_id\', \'getCategoryChildCompactLogicalPathItemList\'))(local_sort_id=(\'int_index\', \'translated_title\'), checked_permission=\'View\')</string> </value>
<value> <string>cell/Item_getQuantityUnitItemList</string> </value>
</item>
</dictionary>
</pickle>
......
228
\ No newline at end of file
229
\ 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