[IMP] account_financial_report: Fix VAT Report and other improvements

This commit is contained in:
Joan Sisquella
2020-05-22 17:01:17 +02:00
committed by chaule97
parent e4377eb3bb
commit 6f32057364
10 changed files with 260 additions and 195 deletions

View File

@@ -47,7 +47,7 @@ class GeneralLedgerReportWizard(models.TransientModel):
"If partners are filtered, "
"debits and credits totals will not match the trial balance.",
)
show_analytic_tags = fields.Boolean(string="Show analytic tags")
show_analytic_tags = fields.Boolean(string="Show analytic tags",)
receivable_accounts_only = fields.Boolean()
payable_accounts_only = fields.Boolean()
partner_ids = fields.Many2many(