[FIX] account_financial_report: Show records in general ledger when not grouped.
This commit is contained in:
committed by
chaule97
parent
f41e8a6bc2
commit
5868931866
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user