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

prefix all fields by your_ in report dialogs.

fix non existant name preferences in
AccountModule_getAccountStatementReportSectionList



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6665840e
...@@ -102,7 +102,6 @@ params = {\n ...@@ -102,7 +102,6 @@ params = {\n
\n \n
if from_date:\n if from_date:\n
params[\'from_date\'] = from_date\n params[\'from_date\'] = from_date\n
preferences[\'preferred_accounting_transaction_from_date\'] = from_date\n
else :\n else :\n
params[\'no_from_date\'] = 1\n params[\'no_from_date\'] = 1\n
if source_payment :\n if source_payment :\n
...@@ -204,7 +203,6 @@ return [ReportSection(\n ...@@ -204,7 +203,6 @@ return [ReportSection(\n
<string>True</string> <string>True</string>
<string>_write_</string> <string>_write_</string>
<string>params</string> <string>params</string>
<string>preferences</string>
<string>result</string> <string>result</string>
<string>portal</string> <string>portal</string>
<string>account_columns</string> <string>account_columns</string>
......
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_account</string> <string>your_account</string>
<string>my_destination_section</string> <string>your_destination_section</string>
<string>my_source_payment</string> <string>your_source_payment</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_section_category</string> <string>your_transaction_section_category</string>
<string>my_from_date</string> <string>your_from_date</string>
<string>my_at_date</string> <string>your_at_date</string>
<string>my_portal_skin</string> <string>your_portal_skin</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_simulation_state</string> <string>your_transaction_simulation_state</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_account</string> </value> <value> <string>your_account</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:request.get(\'account\', \'\')</string> </value> <value> <string>request/account | nothing</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:here.AccountingTranscationLine_getNodeItemList()</string> </value> <value> <string>python:here.AccountingTransactionLine_getNodeItemList()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_at_date</string> </value> <value> <string>your_at_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_destination_section</string> </value> <value> <string>your_destination_section</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_from_date</string> </value> <value> <string>your_from_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_portal_skin</string> </value> <value> <string>your_portal_skin</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_source_payment</string> </value> <value> <string>your_source_payment</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_section_category</string> </value> <value> <string>your_transaction_section_category</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_simulation_state</string> </value> <value> <string>your_transaction_simulation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_gap</string> <string>your_gap</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -90,10 +90,10 @@ ...@@ -90,10 +90,10 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_section_category</string> <string>your_transaction_section_category</string>
<string>my_from_date</string> <string>your_from_date</string>
<string>my_at_date</string> <string>your_at_date</string>
<string>my_portal_skin</string> <string>your_portal_skin</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_simulation_state</string> <string>your_transaction_simulation_state</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_at_date</string> </value> <value> <string>your_at_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_from_date</string> </value> <value> <string>your_from_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_gap</string> </value> <value> <string>your_gap</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_portal_skin</string> </value> <value> <string>your_portal_skin</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_section_category</string> </value> <value> <string>your_transaction_section_category</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_simulation_state</string> </value> <value> <string>your_transaction_simulation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -81,11 +81,11 @@ ...@@ -81,11 +81,11 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_section_category</string> <string>your_transaction_section_category</string>
<string>my_at_date</string> <string>your_at_date</string>
<string>my_omit_balanced_accounts</string> <string>your_omit_balanced_accounts</string>
<string>my_omit_grouped_references</string> <string>your_omit_grouped_references</string>
<string>my_portal_skin</string> <string>your_portal_skin</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -93,8 +93,8 @@ ...@@ -93,8 +93,8 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_simulation_state</string> <string>your_transaction_simulation_state</string>
<string>my_entity_role</string> <string>your_entity_role</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_at_date</string> </value> <value> <string>your_at_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_entity_role</string> </value> <value> <string>your_entity_role</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_omit_balanced_accounts</string> </value> <value> <string>your_omit_balanced_accounts</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_omit_grouped_references</string> </value> <value> <string>your_omit_grouped_references</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_portal_skin</string> </value> <value> <string>your_portal_skin</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_section_category</string> </value> <value> <string>your_transaction_section_category</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_simulation_state</string> </value> <value> <string>your_transaction_simulation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_gap_root</string> <string>your_gap_root</string>
<string>my_gap_list</string> <string>your_gap_list</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -90,12 +90,12 @@ ...@@ -90,12 +90,12 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_section_category</string> <string>your_transaction_section_category</string>
<string>my_from_date</string> <string>your_from_date</string>
<string>my_at_date</string> <string>your_at_date</string>
<string>my_expand_accounts</string> <string>your_expand_accounts</string>
<string>my_show_parent_accounts</string> <string>your_show_parent_accounts</string>
<string>my_portal_skin</string> <string>your_portal_skin</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_simulation_state</string> <string>your_transaction_simulation_state</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_at_date</string> </value> <value> <string>your_at_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_expand_accounts</string> </value> <value> <string>your_expand_accounts</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_from_date</string> </value> <value> <string>your_from_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_gap_list</string> </value> <value> <string>your_gap_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_gap_root</string> </value> <value> <string>your_gap_root</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_portal_skin</string> </value> <value> <string>your_portal_skin</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_show_parent_accounts</string> </value> <value> <string>your_show_parent_accounts</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_section_category</string> </value> <value> <string>your_transaction_section_category</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_simulation_state</string> </value> <value> <string>your_transaction_simulation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -81,10 +81,10 @@ ...@@ -81,10 +81,10 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_section_category</string> <string>your_transaction_section_category</string>
<string>my_from_date</string> <string>your_from_date</string>
<string>my_at_date</string> <string>your_at_date</string>
<string>my_portal_skin</string> <string>your_portal_skin</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_transaction_simulation_state</string> <string>your_transaction_simulation_state</string>
<string>my_transaction_portal_type</string> <string>your_transaction_portal_type</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_from_date</string> </value> <value> <string>your_from_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_portal_type</string> </value> <value> <string>your_transaction_portal_type</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_transaction_simulation_state</string> </value> <value> <string>your_transaction_simulation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Transactions Simulation State</string> </value> <value> <string>Transaction Simulation State</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode</string> </key> <key> <string>unicode</string> </key>
......
29 30
\ No newline at end of file \ 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