Commit 10949796 authored by Jérome Perrin's avatar Jérome Perrin

set resource editable on accounting transaction lines.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9533 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cca946a6
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_resource_id</string> </value>
<value> <string>my_resource</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -124,9 +124,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -163,7 +161,7 @@
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -211,7 +209,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -283,26 +281,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getResourceValue().getReference()</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.CurrencyModule_getCurrencyItemList()</string> </value>
<value> <string>here/CurrencyModule_getCurrencyItemList</string> </value>
</item>
</dictionary>
</pickle>
......
2006-08-29 jerome
* set resource editable on accounting transaction lines.
2006-08-24 jerome
* empty default_invoice_transaction_rule. It's part of the configuration and should not be included in this BT.
......
17
\ No newline at end of file
19
\ 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