|
|
@ -39,8 +39,8 @@ class TrialBalanceReportWizard(models.TransientModel): |
|
|
|
help='Use this filter to hide an account or a partner ' |
|
|
|
'with an ending balance at 0. ' |
|
|
|
'If partners are filtered, ' |
|
|
|
'debits and credits totals will not match the trial balance.', |
|
|
|
default=False) |
|
|
|
'debits and credits totals will not match the trial balance.' |
|
|
|
) |
|
|
|
receivable_accounts_only = fields.Boolean() |
|
|
|
payable_accounts_only = fields.Boolean() |
|
|
|
show_partner_details = fields.Boolean() |
|
|
|