Repository
OCA/account-financial-reporting · module folder · Try on Runboat
Module version
2.1.2
Category
Accounting & Finance
Folder size
0.18 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-reporting
Last tracking update
2026-08-07 07:24:54
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
GitHub, mreficent, Jordi Ballester Alomar, Graeme Gellatly, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
customer_outstanding_statement.statement_document customer_outstanding_statement.statement_document ir.ui.view qweb New
customer_outstanding_statement_wizard_view Customer Outstanding Statement Wizard customer.outstanding.statement.wizard form New
report_assets_common oca_statements report assets ir.ui.view qweb Inherits web.report_assets_common
statement statement ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (6)
  • account_type Selection
    default='receivable' string='Account type' args: [('receivable', 'Receivable'), ('payable', 'Payable')]
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> string='Company'
  • date_end Date
    default=fields.Date.to_string(date.today()) required=True
  • filter_partners_non_due Boolean
    default=True string="Don't show partners with no due entries"
  • number_partner_ids Integer
    default=<expr>
  • show_aging_buckets Boolean
    default=True string='Include Aging Buckets'
Public methods (1)
  • button_export_pdf(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • get_report_values(self, docids, data)
    @api.multi

Loading…

Loading…