diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml index dceb0fd2a66b8bda5866916411ab78faf1650520..7d5b0825323dd92fc03914455f15723db5678240 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml @@ -83,7 +83,7 @@ params = {\n , \'simulation_state\': simulation_state\n }\n \n -params[\'hide_grouping\'] = request[\'omit_grouped_references\']\n +params[\'hide_grouping\'] = request[\'omit_grouping_reference\']\n if from_date:\n params[\'from_date\'] = from_date\n else :\n diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport.xml index 1c9430827671386490a59161285e1c5332d1fedd..cff3811a6462b3bc54220c7c9f93a75abcf557cd 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport.xml @@ -94,7 +94,7 @@ <string>your_at_date</string> <string>your_omit_balanced_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_gap_root</string> <string>your_simulation_state</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouped_references.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouping_reference.xml similarity index 98% rename from bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouped_references.xml rename to bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouping_reference.xml index f34e85d082cc5a0d43810d50f52637d15c9aa4fa..00a0a18c4d91617f452af4cb6102e04807a9ab13 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouped_references.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReport/your_omit_grouping_reference.xml @@ -8,7 +8,7 @@ <dictionary> <item> <key> <string>id</string> </key> - <value> <string>your_omit_grouped_references</string> </value> + <value> <string>your_omit_grouping_reference</string> </value> </item> <item> <key> <string>message_values</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog.xml index eafdcc182578c9efdbc9b9ecb2aa0bbb878f78a2..38d0b91efb24b07306334f02c08b61bbd12ace06 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog.xml @@ -75,7 +75,7 @@ <string>your_section_category_strict</string> <string>your_at_date</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_format</string> <string>your_deferred_style</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouped_references.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouping_reference.xml similarity index 98% rename from bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouped_references.xml rename to bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouping_reference.xml index 9c9cd9a1ec276043736126a2b0d3967ec15947b9..53a4165e2471800261c49c86b25ba312e299a419 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouped_references.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewOtherPartiesReportDialog/your_omit_grouping_reference.xml @@ -8,7 +8,7 @@ <dictionary> <item> <key> <string>id</string> </key> - <value> <string>your_omit_grouped_references</string> </value> + <value> <string>your_omit_grouping_reference</string> </value> </item> <item> <key> <string>message_values</string> </key> diff --git a/product/ERP5/tests/testAccountingReports.py b/product/ERP5/tests/testAccountingReports.py index 2eed06d71ebcc12aea37fcea354f9d320a23bc4b..cb58d4811dd441fd31807f26eb55e1aa4bb6320d 100644 --- a/product/ERP5/tests/testAccountingReports.py +++ b/product/ERP5/tests/testAccountingReports.py @@ -3894,7 +3894,7 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase): request_form['section_category_strict'] = False request_form['simulation_state'] = ['delivered'] request_form['omit_balanced_accounts'] = False - request_form['omit_grouped_references'] = True + request_form['omit_grouping_reference'] = True report_section_list = self.getReportSectionList( self.portal.accounting_module,