[FIX] account_financial_report: Show records in general ledger when not grouped.

This commit is contained in:
Víctor Martínez
2022-11-29 16:09:12 +01:00
committed by chaule97
parent f41e8a6bc2
commit 5868931866
22 changed files with 27 additions and 23 deletions

View File

@@ -78,7 +78,7 @@ class GeneralLedgerReportWizard(models.TransientModel):
help="Ending account in a range",
)
grouped_by = fields.Selection(
selection=[("none", "None"), ("partners", "Partners"), ("taxes", "Taxes")],
selection=[("", "None"), ("partners", "Partners"), ("taxes", "Taxes")],
default="partners",
)
show_cost_center = fields.Boolean(