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

rename field to match the one from GL

parent 75a66771
...@@ -83,7 +83,7 @@ params = {\n ...@@ -83,7 +83,7 @@ params = {\n
, \'simulation_state\': simulation_state\n , \'simulation_state\': simulation_state\n
}\n }\n
\n \n
params[\'hide_grouping\'] = request[\'omit_grouped_references\']\n params[\'hide_grouping\'] = request[\'omit_grouping_reference\']\n
if from_date:\n if from_date:\n
params[\'from_date\'] = from_date\n params[\'from_date\'] = from_date\n
else :\n else :\n
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<string>your_at_date</string> <string>your_at_date</string>
<string>your_omit_balanced_accounts</string> <string>your_omit_balanced_accounts</string>
<string>your_omit_empty_accounts</string> <string>your_omit_empty_accounts</string>
<string>your_omit_grouped_references</string> <string>your_omit_grouping_reference</string>
<string>your_mirror_section_category_list</string> <string>your_mirror_section_category_list</string>
<string>your_gap_root</string> <string>your_gap_root</string>
<string>your_simulation_state</string> <string>your_simulation_state</string>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>your_omit_grouped_references</string> </value> <value> <string>your_omit_grouping_reference</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<string>your_section_category_strict</string> <string>your_section_category_strict</string>
<string>your_at_date</string> <string>your_at_date</string>
<string>your_omit_balanced_accounts</string> <string>your_omit_balanced_accounts</string>
<string>your_omit_grouped_references</string> <string>your_omit_grouping_reference</string>
<string>your_portal_skin</string> <string>your_portal_skin</string>
<string>your_format</string> <string>your_format</string>
<string>your_deferred_style</string> <string>your_deferred_style</string>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>your_omit_grouped_references</string> </value> <value> <string>your_omit_grouping_reference</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -3894,7 +3894,7 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase): ...@@ -3894,7 +3894,7 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase):
request_form['section_category_strict'] = False request_form['section_category_strict'] = False
request_form['simulation_state'] = ['delivered'] request_form['simulation_state'] = ['delivered']
request_form['omit_balanced_accounts'] = False request_form['omit_balanced_accounts'] = False
request_form['omit_grouped_references'] = True request_form['omit_grouping_reference'] = True
report_section_list = self.getReportSectionList( report_section_list = self.getReportSectionList(
self.portal.accounting_module, self.portal.accounting_module,
......
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