Commit 4b4a568d authored by Jérome Perrin's avatar Jérome Perrin

currency column is an editable field on this form

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26847 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11a2095b
......@@ -15,6 +15,7 @@
<list>
<string>columns</string>
<string>selection_name</string>
<string>editable_columns</string>
</list>
</value>
</item>
......@@ -110,6 +111,29 @@
</list>
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>destination_debit</string>
<string>Debit</string>
</tuple>
<tuple>
<string>destination_credit</string>
<string>Credit</string>
</tuple>
<tuple>
<string>destination</string>
<string>Account</string>
</tuple>
<tuple>
<string>resource</string>
<string>Currency</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_destination_view_listbox</string> </value>
......
905
\ No newline at end of file
907
\ 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