Commit b1f9ee42 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2009-12-12 yo

* Show translated logical paths instead of paths of quantity units in the Stock tab.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31259 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 826779d6
......@@ -13,8 +13,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>items</string>
<string>enabled</string>
<string>items</string>
</list>
</value>
</item>
......@@ -124,7 +124,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.getQuantityUnitList()</string> </value>
<value> <string>python: [(x.getTranslatedLogicalPath(), x.getCategoryRelativeUrl(base=0)) for x in cell.getResourceValue().getQuantityUnitValueList()] or [(\'\', \'\')]</string> </value>
</item>
</dictionary>
</pickle>
......
2009-12-12 yo
* Show translated logical paths instead of paths of quantity units in the Stock tab.
2009-12-11 yusei
* Display use category on trade model lines and aggregated amounts.
......
799
\ No newline at end of file
801
\ 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