[IMP] account_financial_report: Add tax grouping in general ledger
TT38721
This commit is contained in:
committed by
chaule97
parent
9807b68953
commit
f400a79317
@@ -78,7 +78,7 @@ class GeneralLedgerReportWizard(models.TransientModel):
|
||||
help="Ending account in a range",
|
||||
)
|
||||
grouped_by = fields.Selection(
|
||||
selection=[("none", "None"), ("partners", "Partners")],
|
||||
selection=[("none", "None"), ("partners", "Partners"), ("taxes", "Taxes")],
|
||||
default="partners",
|
||||
)
|
||||
show_cost_center = fields.Boolean(
|
||||
|
||||
Reference in New Issue
Block a user