Commit feb166d3 authored by Kevin Deldycke's avatar Kevin Deldycke

Show user preferences and Previous Balance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e054d097
...@@ -308,7 +308,9 @@ ...@@ -308,7 +308,9 @@
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -354,8 +356,8 @@ ...@@ -354,8 +356,8 @@
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>parent_portal_type</string> <string>translated_portal_type</string>
<string>Type</string> <string>Transaction Type</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Entity_getAccountingTransactionGapId</string> <string>Entity_getAccountingTransactionGapId</string>
...@@ -367,10 +369,10 @@ ...@@ -367,10 +369,10 @@
</tuple> </tuple>
<tuple> <tuple>
<string>parent_specific_reference</string> <string>parent_specific_reference</string>
<string>Specific Reference</string> <string>Transaction Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>getTranslatedSimulationStateTitle</string> <string>translated_simulation_state_title</string>
<string>State</string> <string>State</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -488,7 +490,7 @@ ...@@ -488,7 +490,7 @@
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -598,7 +600,7 @@ ...@@ -598,7 +600,7 @@
<item> <item>
<key> <string>stat_method</string> </key> <key> <string>stat_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -622,7 +624,7 @@ ...@@ -622,7 +624,7 @@
<string>AccountingTransactionLine_getParentUrl</string> <string>AccountingTransactionLine_getParentUrl</string>
</tuple> </tuple>
<tuple> <tuple>
<string>parent_portal_type</string> <string>translated_portal_type</string>
<string>AccountingTransactionLine_getParentUrl</string> <string>AccountingTransactionLine_getParentUrl</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -638,7 +640,7 @@ ...@@ -638,7 +640,7 @@
<string>AccountingTransactionLine_getParentUrl</string> <string>AccountingTransactionLine_getParentUrl</string>
</tuple> </tuple>
<tuple> <tuple>
<string>getTranslatedSimulationStateTitle</string> <string>translated_simulation_state</string>
<string>AccountingTransactionLine_getParentUrl</string> <string>AccountingTransactionLine_getParentUrl</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -725,6 +727,25 @@ ...@@ -725,6 +727,25 @@
</pickle> </pickle>
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<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: getattr(cell, \'is_previous_balance\', False) and [(x[0],None) for x in form.listbox.get_value(\'columns\')]</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -743,7 +764,7 @@ ...@@ -743,7 +764,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="5" aka="AAAAAAAAAAU="> <record id="6" aka="AAAAAAAAAAY=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
......
...@@ -144,7 +144,9 @@ ...@@ -144,7 +144,9 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
...@@ -263,4 +265,23 @@ ...@@ -263,4 +265,23 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<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: not getattr(cell, \'is_previous_balance\', False)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
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