diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml index 1f6c2c0b46a8dbdd3323ead3ccc7eed448298ba7..4015c7226e4b7e9555ef6419f9a5904fdd6fa7cf 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml @@ -86,6 +86,7 @@ accounting_movement_type_list = [ t for t in\n \n inventory_params = dict(section_uid=section_uid,\n simulation_state=simulation_state,\n + group_by_resource=0,\n precision=precision)\n MARKER = Object()\n \n @@ -508,6 +509,12 @@ return line_list\n <none/> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>_params</string> </key> <value> <string>show_empty_accounts, expand_accounts, at_date, from_date, period_start_date, section_uid, simulation_state, precision, **kw</string> </value> @@ -570,8 +577,8 @@ return line_list\n <string>account_used</string> <string>account_type_to_group_by_node</string> <string>profit_and_loss_account_type</string> - <string>account_type_to_group_by_mirror_section</string> <string>account_type_to_group_by_payment</string> + <string>account_type_to_group_by_mirror_section</string> <string>total_debit</string> <string>total_credit</string> <string>total_initial_debit_balance</string> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index bcad85486c9cd9d18f67e21823dd267b0cb2a00e..0e4c1b3f9084417d02e8328b44ec4bae13645964 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -225 \ No newline at end of file +226 \ No newline at end of file