Commit fa99d6cc authored by Nicolas Delaby's avatar Nicolas Delaby

Change TALES Class (from python to path) to improve performance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9278eea8
......@@ -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:cell.SaleOrderLine_getQuantityUnitItemList()</string> </value>
<value> <string>cell/SaleOrderLine_getQuantityUnitItemList</string> </value>
</item>
</dictionary>
</pickle>
......
1022
\ No newline at end of file
1023
\ 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